Searched defs:th (Results 1 – 25 of 33) sorted by relevance
12
/nptl/ |
A D | pthread_getaffinity.c | 29 __pthread_getaffinity_np (pthread_t th, size_t cpusetsize, cpu_set_t *cpuset) in __pthread_getaffinity_np() 55 __pthread_getaffinity_old (pthread_t th, cpu_set_t *cpuset) in __pthread_getaffinity_old()
|
A D | pthread_setaffinity.c | 26 __pthread_setaffinity_new (pthread_t th, size_t cpusetsize, in __pthread_setaffinity_new() 49 __pthread_setaffinity_old (pthread_t th, cpu_set_t *cpuset) in __pthread_setaffinity_old()
|
A D | pthread_detach.c | 24 ___pthread_detach (pthread_t th) in ___pthread_detach()
|
A D | tst-eintr1.c | 42 pthread_t th = xpthread_create (NULL, tf2, NULL); in tf1() local
|
A D | tst-stack2.c | 50 pthread_t th; in do_test() local
|
A D | tst-tsd4.c | 72 pthread_t th; in do_test() local
|
A D | tst-sched1.c | 38 pthread_t th; in do_test() local
|
A D | pthread_getname.c | 30 __pthread_getname_np (pthread_t th, char *buf, size_t len) in __pthread_getname_np()
|
A D | pthread_setname.c | 31 __pthread_setname_np (pthread_t th, const char *name) in __pthread_setname_np()
|
A D | tst-stack3.c | 68 pthread_t th; in do_test() local
|
A D | tst-sem11.c | 25 pthread_t th; in main() local
|
A D | pthread_cancel.c | 60 __pthread_cancel (pthread_t th) in __pthread_cancel()
|
A D | tst-tsd3.c | 95 pthread_t th; in do_test() local
|
A D | tst-exec4.c | 94 pthread_t th; in do_test() local
|
A D | tst-cond22.c | 65 pthread_t th; in do_test() local
|
A D | tst-clock2.c | 77 pthread_t th[N + 1]; in do_test() local
|
A D | tst-barrier5.c | 118 pthread_t th[N - 1]; in do_test() local
|
A D | tst-cancel24.cc | 63 pthread_t th; in do_test() local
|
A D | tst-exec5.c | 98 pthread_t th = xpthread_create (NULL, &tf, NULL); in do_test() local
|
A D | cond-perf.c | 70 pthread_t th[nthreads]; in main() local
|
A D | tst-tls3.c | 38 static pthread_t th[N]; variable
|
A D | tst-mutex8.c | 210 pthread_t th; in check_type() local
|
A D | tst-cleanup4.c | 161 pthread_t th; in do_test() local
|
A D | tst-cancel17.c | 117 pthread_t th; in do_test() local
|
A D | tst-context1.c | 138 pthread_t th[N]; in do_test() local
|
Completed in 42 milliseconds
12