Home
last modified time | relevance | path

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

/sysdeps/pthread/
A Dthrd_detach.c23 __thrd_detach (thrd_t thr) in __thrd_detach()
A Dthrd_create.c23 __thrd_create (thrd_t *thr, thrd_start_t func, void *arg) in __thrd_create()
A Dthrd_join.c23 __thrd_join (thrd_t thr, int *res) in __thrd_join()
A Dtst-pthread_cancel-exited.c35 pthread_t thr = xpthread_create (NULL, noop_thread, NULL); in do_test() local
A Dtst-pthread_kill-exited.c46 pthread_t thr = xpthread_create (NULL, noop_thread, NULL); in do_test() local
A Dtst-pthread-exit-signal.c40 pthread_t thr = xpthread_create (NULL, threadfunc, NULL); in do_test() local
A Dtst-signal8.c55 pthread_t thr = xpthread_create (NULL, tf, NULL); in do_test() local
A Dtst-join15.c63 pthread_t thr = xpthread_create (NULL, tf, NULL); in do_test() local
A Dtst-robust10.c28 thr (void *arg) in thr() function
A Dtst-getpid3.c30 pthread_t thr; in do_test() local
A Dtst-pthread_cancel-select-loop.c76 pthread_t thr = xpthread_create (NULL, canceled_thread_function, NULL); in do_test() local
A Dtst-cond-except.c47 thr (void *arg) in thr() function
A Dtst-create-detached.c70 pthread_t thr; in creator_thread() local
/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 9 milliseconds