/sysdeps/pthread/ |
A D | tst-pthread_kill-exited.c | 46 pthread_t thr = xpthread_create (NULL, noop_thread, NULL); in do_test() local 51 xpthread_kill (thr, SIGUSR1); in do_test() 55 TEST_COMPARE (compat_pthread_kill (thr, SIGUSR1), ESRCH); in do_test() 58 xpthread_join (thr); in do_test()
|
A D | tst-pthread_cancel-exited.c | 35 pthread_t thr = xpthread_create (NULL, noop_thread, NULL); in do_test() local 39 xpthread_cancel (thr); in do_test() 40 xpthread_join (thr); in do_test()
|
A D | tst-getpid3.c | 30 pthread_t thr; in do_test() local 31 int ret = pthread_create (&thr, NULL, pid_thread, NULL); in do_test() 39 ret = pthread_join (thr, &thr_ret); in do_test() 66 ret = pthread_create (&thr, NULL, pid_thread, NULL); in do_test() 73 ret = pthread_join (thr, &thr_ret); in do_test()
|
A D | tst-pthread_cancel-select-loop.c | 76 pthread_t thr = xpthread_create (NULL, canceled_thread_function, NULL); in do_test() local 77 xpthread_cancel (thr); in do_test() 78 TEST_VERIFY (xpthread_join (thr) == PTHREAD_CANCELED); in do_test()
|
A D | tst-pthread-exit-signal.c | 40 pthread_t thr = xpthread_create (NULL, threadfunc, NULL); in do_test() local 41 xpthread_join (thr); in do_test()
|
A D | thrd_detach.c | 23 __thrd_detach (thrd_t thr) in __thrd_detach() argument 27 err_code = __pthread_detach (thr); in __thrd_detach()
|
A D | thrd_join.c | 23 __thrd_join (thrd_t thr, int *res) in __thrd_join() argument 26 int err_code = __pthread_join (thr, &pthread_res); in __thrd_join()
|
A D | thrd_create.c | 23 __thrd_create (thrd_t *thr, thrd_start_t func, void *arg) in __thrd_create() argument 28 int err_code = __pthread_create (thr, ATTR_C11_THREAD, in __thrd_create()
|
A D | tst-signal8.c | 55 pthread_t thr = xpthread_create (NULL, tf, NULL); in do_test() local 56 xpthread_join (thr); in do_test()
|
A D | tst-join15.c | 63 pthread_t thr = xpthread_create (NULL, tf, NULL); in do_test() local 79 TEST_COMPARE (pthread_clockjoin_np (thr, NULL, clocks[t], &tmo), ret); in do_test()
|
A D | tst-robust10.c | 28 thr (void *arg) in thr() function 82 if (pthread_create (&pt, NULL, thr, NULL)) in do_test()
|
A D | tst-create-detached.c | 70 pthread_t thr; in creator_thread() local 73 ret = pthread_create (&thr, &detached, do_nothing, NULL); in creator_thread()
|
A D | tst-cond-except.c | 47 thr (void *arg) in thr() function 85 ret = pthread_create (&thread, 0, thr, &thr_ret); in do_test()
|
/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
|