Searched refs:thr_create (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/sys/
H A Dthr.h75 int thr_create(ucontext_t *ctx, long *id, int flags);
H A Dsyscall.mk285 thr_create.o \
/freebsd-13-stable/lib/libthr/thread/
H A DMakefile.inc16 thr_create.c \
/freebsd-13-stable/cddl/contrib/opensolaris/head/
H A Dthread.h76 thr_create(void *stack_base, size_t stack_size, void *(*start_func) (void*), function
/freebsd-13-stable/sys/kern/
H A Dcapabilities.conf734 thr_create
/freebsd-13-stable/contrib/unbound/util/
H A Dlocks.h210 #define ub_thread_create(thr, func, arg) LOCKRET(thr_create(NULL, NULL, func, arg, NULL, thr))
/freebsd-13-stable/contrib/unbound/
H A Dconfigure17080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing thr_create" >&5
17081 $as_echo_n "checking for library containing thr_create... " >&6; }
17095 char thr_create ();
17099 return thr_create ();

Completed in 321 milliseconds