Searched refs:thrd_start_t (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/processor-trace/include/posix/ |
H A D | threads.h | 57 typedef int (*thrd_start_t)(void *); typedef 61 thrd_start_t fun; 83 static inline int thrd_create(thrd_t *thrd, thrd_start_t fun, void *arg) in thrd_create()
|
/freebsd/contrib/processor-trace/include/windows/ |
H A D | threads.h | 52 typedef int (*thrd_start_t)(void *); typedef 56 thrd_start_t fun; 78 static inline int thrd_create(thrd_t *thrd, thrd_start_t fun, void *arg) in thrd_create()
|
/freebsd/lib/libstdthreads/ |
H A D | thrd.c | 37 thrd_start_t func; 52 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create()
|
H A D | threads.h | 54 typedef int (*thrd_start_t)(void *); typedef 100 int thrd_create(thrd_t *, thrd_start_t, void *);
|
/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/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 810 SYMBOL(thrd_start_t, None, <threads.h>)
|