HomeSort by: relevance | last modified time | path
    Searched refs:thrd_t (Results 1 - 15 of 15) sorted by relevancy

  /src/lib/libpthread/
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 *);
thrd.c 66 thrd_create(thrd_t *thr, thrd_start_t func, void *arg)
96 thrd_t
104 thrd_detach(thrd_t thr)
116 thrd_equal(thrd_t t1, thrd_t t2)
133 thrd_join(thrd_t thrd, int *res)
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_fuchsia.cpp 133 static void ThreadStartHook(void *hook, thrd_t self) {
152 static void ThreadExitHook(void *hook, thrd_t self) {
215 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached,
223 void __sanitizer_thread_create_hook(void *hook, thrd_t thread, int error) {
227 void __sanitizer_thread_start_hook(void *hook, thrd_t self) {
231 void __sanitizer_thread_exit_hook(void *hook, thrd_t self) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_fuchsia.cpp 130 static void ThreadStartHook(void *hook, thrd_t self) {
149 static void ThreadExitHook(void *hook, thrd_t self) {
193 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached,
201 void __sanitizer_thread_create_hook(void *hook, thrd_t thread, int error) {
205 void __sanitizer_thread_start_hook(void *hook, thrd_t self) {
209 void __sanitizer_thread_exit_hook(void *hook, thrd_t self) {
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_fuchsia.cpp 94 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached,
109 void __sanitizer_thread_create_hook(void *hook, thrd_t thread, int error) {
120 void __sanitizer_thread_start_hook(void *hook, thrd_t self) {
128 void __sanitizer_thread_exit_hook(void *hook, thrd_t self) { ThreadFinish(); }
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_fuchsia.cpp 86 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached,
102 void __sanitizer_thread_create_hook(void *hook, thrd_t thread, int error) {
113 void __sanitizer_thread_start_hook(void *hook, thrd_t self) {
121 void __sanitizer_thread_exit_hook(void *hook, thrd_t self) { ThreadFinish(); }
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_fuchsia.cc 128 thrd_t self = thrd_current();
205 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached,
213 void __sanitizer_thread_create_hook(void *hook, thrd_t thread, int error) {
217 void __sanitizer_thread_start_hook(void *hook, thrd_t self) {
221 void __sanitizer_thread_exit_hook(void *hook, thrd_t self) {
  /src/tests/lib/libpthread/
t_call_once.c 70 thrd_t t[CO_THREADS];
t_thrd.c 64 thrd_t t;
91 thrd_t s, t;
119 thrd_t t;
149 thrd_t t;
t_cnd.c 87 thrd_t t[B_THREADS];
t_tss.c 149 thrd_t t;
t_cancellation.c 110 thrd_t *tp = cookie;
823 thrd_t t;
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_fuchsia.cpp 149 thrd_t self = thrd_current();
254 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached,
262 void __sanitizer_thread_create_hook(void *hook, thrd_t thread, int error) {
266 void __sanitizer_thread_start_hook(void *hook, thrd_t self) {
270 void __sanitizer_thread_exit_hook(void *hook, thrd_t self) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_fuchsia.cpp 150 thrd_t self = thrd_current();
246 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached,
254 void __sanitizer_thread_create_hook(void *hook, thrd_t thread, int error) {
258 void __sanitizer_thread_start_hook(void *hook, thrd_t self) {
262 void __sanitizer_thread_exit_hook(void *hook, thrd_t self) {
  /src/external/lgpl3/mpfr/dist/
configure 15135 thrd_t thd_idx;

Completed in 53 milliseconds