Searched refs:thr_create (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/sys/ |
H A D | thr.h | 73 int thr_create(ucontext_t *ctx, long *id, int flags);
|
H A D | syscall.mk | 285 thr_create.o \
|
/freebsd/lib/libthr/thread/ |
H A D | Makefile.inc | 14 thr_create.c \
|
/freebsd/cddl/contrib/opensolaris/head/ |
H A D | thread.h | 76 thr_create(void *stack_base, size_t stack_size, void *(*start_func) (void*), in thr_create() function
|
/freebsd/lib/libsys/ |
H A D | Symbol.sys.map | 238 thr_create;
|
/freebsd/contrib/unbound/util/ |
H A D | locks.h | 211 #define ub_thread_create(thr, func, arg) LOCKRET(thr_create(NULL, NULL, func, arg, NULL, thr))
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | openldap-thread-check.m4 | 512 AC_CHECK_LIB(thread, thr_create, [have_thr=yes], [have_thr=no])
|
/freebsd/contrib/openbsm/etc/ |
H A D | audit_event | 583 43223:AUE_THR_CREATE:thr_create(2):pc
|
/freebsd/contrib/unbound/ |
H A D | configure.ac | 725 AC_SEARCH_LIBS(thr_create, [thread],
|
H A D | configure | 19019 char thr_create (); 19023 return thr_create ();
|