Home
last modified time | relevance | path

Searched refs:thrd_create (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/lib/libstdthreads/
H A DMakefile9 MAN= thrd_create.3
12 thrd_create.3 cnd_destroy.3 \
13 thrd_create.3 cnd_init.3 \
14 thrd_create.3 cnd_signal.3 \
16 thrd_create.3 cnd_wait.3 \
18 thrd_create.3 mtx_init.3 \
19 thrd_create.3 mtx_lock.3 \
26 thrd_create.3 thrd_exit.3 \
27 thrd_create.3 thrd_join.3 \
32 thrd_create.3 tss_get.3 \
[all …]
H A DSymbol.map18 thrd_create;
H A Dthrd.c52 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() function
H A Dthreads.h100 int thrd_create(thrd_t *, thrd_start_t, void *);
/freebsd-14.2/contrib/processor-trace/include/windows/
H A Dthreads.h78 static inline int thrd_create(thrd_t *thrd, thrd_start_t fun, void *arg) in thrd_create() function
/freebsd-14.2/contrib/processor-trace/include/posix/
H A Dthreads.h83 static inline int thrd_create(thrd_t *thrd, thrd_start_t fun, void *arg) in thrd_create() function
/freebsd-14.2/sys/dev/random/
H A Dunit_test.c244 rc = thrd_create(&threads[t], (t == 0 ? RunHarvester : ReadCSPRNG), NULL); in main()
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A D__threading_support422 int __ec = thrd_create(__t, reinterpret_cast<thrd_start_t>(__func), __arg);
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc802 SYMBOL(thrd_create, None, <threads.h>)