Searched refs:thrd_create (Results 1 – 9 of 9) sorted by relevance
/freebsd/lib/libstdthreads/ |
H A D | Makefile | 8 MAN= thrd_create.3 9 MLINKS= thrd_create.3 call_once.3 \ 10 thrd_create.3 cnd_broadcast.3 \ 11 thrd_create.3 cnd_destroy.3 \ 12 thrd_create.3 cnd_init.3 \ 13 thrd_create.3 cnd_signal.3 \ 14 thrd_create.3 cnd_timedwait.3 \ 15 thrd_create.3 cnd_wait.3 \ 16 thrd_create.3 mtx_destroy.3 \ 17 thrd_create.3 mtx_init.3 \ [all …]
|
H A D | Symbol.map | 18 thrd_create;
|
H A D | thrd.c | 52 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() function
|
H A D | threads.h | 100 int thrd_create(thrd_t *, thrd_start_t, void *);
|
/freebsd/contrib/processor-trace/include/posix/ |
H A D | threads.h | 83 static inline int thrd_create(thrd_t *thrd, thrd_start_t fun, void *arg) in thrd_create() function
|
/freebsd/contrib/processor-trace/include/windows/ |
H A D | threads.h | 78 static inline int thrd_create(thrd_t *thrd, thrd_start_t fun, void *arg) in thrd_create() function
|
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/ |
H A D | c11.h | 151 int __ec = thrd_create(__t, reinterpret_cast<thrd_start_t>(__func), __arg); in __libcpp_thread_create()
|
/freebsd/sys/dev/random/ |
H A D | unit_test.c | 244 rc = thrd_create(&threads[t], (t == 0 ? RunHarvester : ReadCSPRNG), NULL); in main()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 802 SYMBOL(thrd_create, None, <threads.h>)
|