/netbsd-src/lib/libpthread/ |
H A D | threads.h | 59 typedef pthread_t thrd_t; typedef 105 int thrd_create(thrd_t *, thrd_start_t, void *); 106 thrd_t thrd_current(void); 107 int thrd_detach(thrd_t); 108 int thrd_equal(thrd_t, thrd_t); 110 int thrd_join(thrd_t, int *);
|
H A D | thrd.c | 66 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create() 96 thrd_t 104 thrd_detach(thrd_t thr) in thrd_detach() 116 thrd_equal(thrd_t t1, thrd_t t2) in thrd_equal() 133 thrd_join(thrd_t thrd, int *res) in thrd_join()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
H A D | hwasan_fuchsia.cpp | 130 static void ThreadStartHook(void *hook, thrd_t self) { in ThreadStartHook() 149 static void ThreadExitHook(void *hook, thrd_t self) { in ThreadExitHook() 193 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached, in __sanitizer_before_thread_create_hook() 201 void __sanitizer_thread_create_hook(void *hook, thrd_t thread, int error) { in __sanitizer_thread_create_hook() 205 void __sanitizer_thread_start_hook(void *hook, thrd_t self) { in __sanitizer_thread_start_hook() 209 void __sanitizer_thread_exit_hook(void *hook, thrd_t self) { in __sanitizer_thread_exit_hook()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_fuchsia.cc | 126 thrd_t self = thrd_current(); in CreateMainThread() 196 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached, in __sanitizer_before_thread_create_hook() 204 void __sanitizer_thread_create_hook(void *hook, thrd_t thread, int error) { in __sanitizer_thread_create_hook() 208 void __sanitizer_thread_start_hook(void *hook, thrd_t self) { in __sanitizer_thread_start_hook() 212 void __sanitizer_thread_exit_hook(void *hook, thrd_t self) { in __sanitizer_thread_exit_hook()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_fuchsia.cc | 128 thrd_t self = thrd_current(); in CreateMainThread() 205 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached, in __sanitizer_before_thread_create_hook() 213 void __sanitizer_thread_create_hook(void *hook, thrd_t thread, int error) { in __sanitizer_thread_create_hook() 217 void __sanitizer_thread_start_hook(void *hook, thrd_t self) { in __sanitizer_thread_start_hook() 221 void __sanitizer_thread_exit_hook(void *hook, thrd_t self) { in __sanitizer_thread_exit_hook()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
H A D | lsan_fuchsia.cpp | 86 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached, in __sanitizer_before_thread_create_hook() 102 void __sanitizer_thread_create_hook(void *hook, thrd_t thread, int error) { in __sanitizer_thread_create_hook() 113 void __sanitizer_thread_start_hook(void *hook, thrd_t self) { in __sanitizer_thread_start_hook() 121 void __sanitizer_thread_exit_hook(void *hook, thrd_t self) { ThreadFinish(); } in __sanitizer_thread_exit_hook()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_fuchsia.cpp | 150 thrd_t self = thrd_current(); in CreateMainThread() 246 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached, in __sanitizer_before_thread_create_hook() 254 void __sanitizer_thread_create_hook(void *hook, thrd_t thread, int error) { in __sanitizer_thread_create_hook() 258 void __sanitizer_thread_start_hook(void *hook, thrd_t self) { in __sanitizer_thread_start_hook() 262 void __sanitizer_thread_exit_hook(void *hook, thrd_t self) { in __sanitizer_thread_exit_hook()
|
/netbsd-src/tests/lib/libpthread/ |
H A D | t_thrd.c | 64 thrd_t t; in ATF_TC_BODY() 91 thrd_t s, t; in ATF_TC_BODY() 119 thrd_t t; in ATF_TC_BODY() 149 thrd_t t; in ATF_TC_BODY()
|
H A D | t_call_once.c | 70 thrd_t t[CO_THREADS]; in ATF_TC_BODY()
|
H A D | t_tss.c | 149 thrd_t t; in ATF_TC_BODY()
|
H A D | t_cnd.c | 87 thrd_t t[B_THREADS]; in cnd_notify()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | __threading_support | 123 typedef thrd_t __libcpp_thread_id; 128 typedef thrd_t __libcpp_thread_t;
|
/netbsd-src/external/lgpl3/mpfr/dist/ |
H A D | acinclude.m4 | 1817 thrd_t thd_idx;
|
H A D | configure | 15135 thrd_t thd_idx;
|