Home
last modified time | relevance | path

Searched refs:thrd_start_t (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/processor-trace/include/posix/
H A Dthreads.h57 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 Dthreads.h52 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 Dthrd.c37 thrd_start_t func;
52 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create()
H A Dthreads.h54 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 Dc11.h151 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 DCSymbolMap.inc810 SYMBOL(thrd_start_t, None, <threads.h>)