Searched defs:thread_create (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/sys/cddl/compat/opensolaris/sys/ |
| D | proc.h | 66 thread_create(caddr_t stk, size_t stksize, void (*proc)(void *), void *arg, in thread_create() function
|
| /freebsd-9-stable/tools/KSE/rr/ |
| D | rr.c | 377 thread_create(const void *func, int arg) in thread_create() function
|
| /freebsd-9-stable/tools/KSE/ksetest/ |
| D | kse_threads_test.c | 466 thread_create(const void *func, int arg) in thread_create() function
|
| /freebsd-9-stable/contrib/sendmail/libmilter/ |
| D | libmilter.h | 131 # define thread_create(ptid,wr,arg) pthread_create(ptid, NULL, wr, arg) macro
|
| /freebsd-9-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/ |
| D | zfs_context.h | 212 #define thread_create(stk, stksize, func, arg, len, pp, state, pri) \ macro
|