Searched defs:thr (Results 1 – 14 of 14) sorted by relevance
/sysdeps/pthread/ |
A D | thrd_detach.c | 23 __thrd_detach (thrd_t thr) in __thrd_detach()
|
A D | thrd_create.c | 23 __thrd_create (thrd_t *thr, thrd_start_t func, void *arg) in __thrd_create()
|
A D | thrd_join.c | 23 __thrd_join (thrd_t thr, int *res) in __thrd_join()
|
A D | tst-pthread_cancel-exited.c | 35 pthread_t thr = xpthread_create (NULL, noop_thread, NULL); in do_test() local
|
A D | tst-pthread_kill-exited.c | 46 pthread_t thr = xpthread_create (NULL, noop_thread, NULL); in do_test() local
|
A D | tst-pthread-exit-signal.c | 40 pthread_t thr = xpthread_create (NULL, threadfunc, NULL); in do_test() local
|
A D | tst-signal8.c | 55 pthread_t thr = xpthread_create (NULL, tf, NULL); in do_test() local
|
A D | tst-join15.c | 63 pthread_t thr = xpthread_create (NULL, tf, NULL); in do_test() local
|
A D | tst-robust10.c | 28 thr (void *arg) in thr() function
|
A D | tst-getpid3.c | 30 pthread_t thr; in do_test() local
|
A D | tst-pthread_cancel-select-loop.c | 76 pthread_t thr = xpthread_create (NULL, canceled_thread_function, NULL); in do_test() local
|
A D | tst-cond-except.c | 47 thr (void *arg) in thr() function
|
A D | tst-create-detached.c | 70 pthread_t thr; in creator_thread() local
|
/sysdeps/mach/hurd/i386/ |
A D | tls.h | 89 # define __i386_set_gdt(thr, sel, desc) ((void) (thr), (void) (sel), (void) (desc), MIG_BAD_ID) argument
|
Completed in 9 milliseconds