Searched refs:thrd_t (Results 1 – 16 of 16) sorted by relevance
/sysdeps/htl/ |
A D | thrd_current.c | 29 thrd_t 33 return (thrd_t) __pthread_self (); in thrd_current() 35 return (thrd_t) 0; in thrd_current()
|
/sysdeps/pthread/ |
A D | threads.h | 38 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 D | thrd_equal.c | 22 thrd_equal (thrd_t lhs, thrd_t rhs) in thrd_equal()
|
A D | thrd_create.c | 23 __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 D | tst-thrd-detach.c | 37 thrd_t id; in do_test()
|
A D | thrd_detach.c | 23 __thrd_detach (thrd_t thr) in __thrd_detach()
|
A D | tst-thrd-sleep.c | 39 thrd_t id; in do_test()
|
A D | thrd_join.c | 23 __thrd_join (thrd_t thr, int *res) in __thrd_join()
|
A D | tst-call-once.c | 48 thrd_t ids[N]; in do_test()
|
A D | tst-mtx-basic.c | 50 thrd_t id; in do_test()
|
A D | tst-tss-basic.c | 58 thrd_t id; in do_test()
|
A D | tst-mtx-trylock.c | 68 thrd_t id; in do_test()
|
A D | tst-cnd-basic.c | 49 thrd_t id; in do_test()
|
A D | tst-cnd-timedwait.c | 49 thrd_t id; in do_test()
|
A D | tst-mtx-timedlock.c | 70 thrd_t id; in do_test()
|
A D | tst-cnd-broadcast.c | 53 thrd_t ids[N]; in do_test()
|
Completed in 19 milliseconds