Home
last modified time | relevance | path

Searched refs:thr_create (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/sys/
H A Dthr.h73 int thr_create(ucontext_t *ctx, long *id, int flags);
H A Dsyscall.mk285 thr_create.o \
/freebsd/lib/libthr/thread/
H A DMakefile.inc14 thr_create.c \
/freebsd/cddl/contrib/opensolaris/head/
H A Dthread.h76 thr_create(void *stack_base, size_t stack_size, void *(*start_func) (void*), in thr_create() function
/freebsd/lib/libsys/
H A DSymbol.sys.map238 thr_create;
/freebsd/contrib/unbound/util/
H A Dlocks.h211 #define ub_thread_create(thr, func, arg) LOCKRET(thr_create(NULL, NULL, func, arg, NULL, thr))
/freebsd/contrib/ntp/sntp/m4/
H A Dopenldap-thread-check.m4512 AC_CHECK_LIB(thread, thr_create, [have_thr=yes], [have_thr=no])
/freebsd/contrib/openbsm/etc/
H A Daudit_event583 43223:AUE_THR_CREATE:thr_create(2):pc
/freebsd/contrib/unbound/
H A Dconfigure.ac725 AC_SEARCH_LIBS(thr_create, [thread],
H A Dconfigure19019 char thr_create ();
19023 return thr_create ();