Home
last modified time | relevance | path

Searched refs:thrd_t (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/lib/libpthread/
H A Dthreads.h59 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 Dthrd.c66 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 Dhwasan_fuchsia.cpp130 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 Dasan_fuchsia.cc126 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 Dasan_fuchsia.cc128 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 Dlsan_fuchsia.cpp86 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 Dasan_fuchsia.cpp150 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 Dt_thrd.c64 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 Dt_call_once.c70 thrd_t t[CO_THREADS]; in ATF_TC_BODY()
H A Dt_tss.c149 thrd_t t; in ATF_TC_BODY()
H A Dt_cnd.c87 thrd_t t[B_THREADS]; in cnd_notify()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__threading_support123 typedef thrd_t __libcpp_thread_id;
128 typedef thrd_t __libcpp_thread_t;
/netbsd-src/external/lgpl3/mpfr/dist/
H A Dacinclude.m41817 thrd_t thd_idx;
H A Dconfigure15135 thrd_t thd_idx;