Home
last modified time | relevance | path

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

/sysdeps/pthread/
A Dtst-pthread_kill-exited.c46 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 Dtst-pthread_cancel-exited.c35 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 Dtst-getpid3.c30 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 Dtst-pthread_cancel-select-loop.c76 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 Dtst-pthread-exit-signal.c40 pthread_t thr = xpthread_create (NULL, threadfunc, NULL); in do_test() local
41 xpthread_join (thr); in do_test()
A Dthrd_detach.c23 __thrd_detach (thrd_t thr) in __thrd_detach() argument
27 err_code = __pthread_detach (thr); in __thrd_detach()
A Dthrd_join.c23 __thrd_join (thrd_t thr, int *res) in __thrd_join() argument
26 int err_code = __pthread_join (thr, &pthread_res); in __thrd_join()
A Dthrd_create.c23 __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 Dtst-signal8.c55 pthread_t thr = xpthread_create (NULL, tf, NULL); in do_test() local
56 xpthread_join (thr); in do_test()
A Dtst-join15.c63 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 Dtst-robust10.c28 thr (void *arg) in thr() function
82 if (pthread_create (&pt, NULL, thr, NULL)) in do_test()
A Dtst-create-detached.c70 pthread_t thr; in creator_thread() local
73 ret = pthread_create (&thr, &detached, do_nothing, NULL); in creator_thread()
A Dtst-cond-except.c47 thr (void *arg) in thr() function
85 ret = pthread_create (&thread, 0, thr, &thr_ret); in do_test()
/sysdeps/mach/hurd/i386/
A Dtls.h89 # define __i386_set_gdt(thr, sel, desc) ((void) (thr), (void) (sel), (void) (desc), MIG_BAD_ID) argument

Completed in 46 milliseconds