Searched refs:thrd_t (Results 1 – 10 of 10) sorted by relevance
/freebsd/lib/libstdthreads/ |
H A D | threads.h | 45 typedef struct pthread *thrd_t; typedef 100 int thrd_create(thrd_t *, thrd_start_t, void *); 101 thrd_t thrd_current(void); 102 int thrd_detach(thrd_t); 103 int thrd_equal(thrd_t, thrd_t); 106 int thrd_join(thrd_t, int *);
|
H A D | thrd.c | 52 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() 72 thrd_t 80 thrd_detach(thrd_t thr) in thrd_detach() 89 thrd_equal(thrd_t thr0, thrd_t thr1) in thrd_equal() 103 thrd_join(thrd_t thr, int *res) in thrd_join()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_fuchsia.cpp | 133 static void ThreadStartHook(void *hook, thrd_t self) { in ThreadStartHook() 152 static void ThreadExitHook(void *hook, thrd_t self) { in ThreadExitHook() 215 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached, in __sanitizer_before_thread_create_hook() 223 void __sanitizer_thread_create_hook(void *hook, thrd_t thread, int error) { in __sanitizer_thread_create_hook() 227 void __sanitizer_thread_start_hook(void *hook, thrd_t self) { in __sanitizer_thread_start_hook() 231 void __sanitizer_thread_exit_hook(void *hook, thrd_t self) { in __sanitizer_thread_exit_hook()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_fuchsia.cpp | 95 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached, in __sanitizer_before_thread_create_hook() 110 void __sanitizer_thread_create_hook(void *hook, thrd_t thread, int error) { in __sanitizer_thread_create_hook() 121 void __sanitizer_thread_start_hook(void *hook, thrd_t self) { in __sanitizer_thread_start_hook() 129 void __sanitizer_thread_exit_hook(void *hook, thrd_t self) { ThreadFinish(); }
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_fuchsia.cpp | 147 thrd_t self = thrd_current(); in CreateMainThread() 254 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached, in __sanitizer_before_thread_create_hook() 262 void __sanitizer_thread_create_hook(void *hook, thrd_t thread, int error) { in __sanitizer_thread_create_hook() 266 void __sanitizer_thread_start_hook(void *hook, thrd_t self) { in __sanitizer_thread_start_hook() 270 void __sanitizer_thread_exit_hook(void *hook, thrd_t self) { in __sanitizer_thread_exit_hook()
|
/freebsd/contrib/processor-trace/include/posix/ |
H A D | threads.h | 55 typedef struct pt_thread thrd_t; typedef 83 static inline int thrd_create(thrd_t *thrd, thrd_start_t fun, void *arg) in thrd_create() 107 static inline int thrd_join(thrd_t *thrd, int *res) in thrd_join()
|
/freebsd/contrib/processor-trace/include/windows/ |
H A D | threads.h | 50 typedef struct pt_thread thrd_t; typedef 78 static inline int thrd_create(thrd_t *thrd, thrd_start_t fun, void *arg) in thrd_create() 103 static inline int thrd_join(thrd_t *thrd, int *res) in thrd_join()
|
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/ |
H A D | c11.h | 125 typedef thrd_t __libcpp_thread_id; 142 typedef thrd_t __libcpp_thread_t;
|
/freebsd/sys/dev/random/ |
H A D | unit_test.c | 236 thrd_t threads[NUM_THREADS]; in main()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 812 SYMBOL(thrd_t, None, <threads.h>)
|