Home
last modified time | relevance | path

Searched refs:thrd_t (Results 1 – 16 of 16) sorted by relevance

/sysdeps/htl/
A Dthrd_current.c29 thrd_t
33 return (thrd_t) __pthread_self (); in thrd_current()
35 return (thrd_t) 0; in thrd_current()
/sysdeps/pthread/
A Dthreads.h38 typedef __thrd_t thrd_t; typedef
79 extern int thrd_create (thrd_t *__thr, thrd_start_t __func, void *__arg);
82 extern int thrd_equal (thrd_t __lhs, thrd_t __rhs);
85 extern thrd_t thrd_current (void);
110 extern int thrd_detach (thrd_t __thr);
114 extern int thrd_join (thrd_t __thr, int *__res);
124 thrd_equal (thrd_t __thread1, thrd_t __thread2) in thrd_equal()
A Dthrd_equal.c22 thrd_equal (thrd_t lhs, thrd_t rhs) in thrd_equal()
A Dthrd_create.c23 __thrd_create (thrd_t *thr, thrd_start_t func, void *arg) in __thrd_create()
25 _Static_assert (sizeof (thrd_t) == sizeof (pthread_t), in __thrd_create()
A Dtst-thrd-detach.c37 thrd_t id; in do_test()
A Dthrd_detach.c23 __thrd_detach (thrd_t thr) in __thrd_detach()
A Dtst-thrd-sleep.c39 thrd_t id; in do_test()
A Dthrd_join.c23 __thrd_join (thrd_t thr, int *res) in __thrd_join()
A Dtst-call-once.c48 thrd_t ids[N]; in do_test()
A Dtst-mtx-basic.c50 thrd_t id; in do_test()
A Dtst-tss-basic.c58 thrd_t id; in do_test()
A Dtst-mtx-trylock.c68 thrd_t id; in do_test()
A Dtst-cnd-basic.c49 thrd_t id; in do_test()
A Dtst-cnd-timedwait.c49 thrd_t id; in do_test()
A Dtst-mtx-timedlock.c70 thrd_t id; in do_test()
A Dtst-cnd-broadcast.c53 thrd_t ids[N]; in do_test()

Completed in 19 milliseconds