Searched refs:th (Results 1 – 7 of 7) sorted by relevance
/rt/ |
A D | tst-mqueue8.c | 127 pthread_t th; in do_test() local 128 if (pthread_create (&th, NULL, tf, (void *) l) != 0) in do_test() 148 if (pthread_cancel (th) != 0) in do_test() 156 if (pthread_join (th, &status) != 0) in do_test() 186 if (pthread_create (&th, NULL, tf, (void *) l) != 0) in do_test() 194 if (pthread_cancel (th) != 0) in do_test() 209 if (pthread_join (th, &status) != 0) in do_test()
|
A D | tst-cputimer2.c | 48 pthread_t th; in setup_test() local 49 int e = pthread_create (&th, NULL, chew_cpu, NULL); in setup_test() 56 e = pthread_getcpuclockid (th, &worker_thread_clock); in setup_test()
|
A D | tst-cputimer1.c | 53 pthread_t th; in setup_test() local 54 int e = pthread_create (&th, NULL, chew_cpu, NULL); in setup_test()
|
A D | tst-aio9.c | 90 pthread_t th; in do_test() local 91 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
|
A D | tst-aio10.c | 85 pthread_t th; in do_test() local 86 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
|
A D | tst-cpuclock2.c | 130 pthread_t th; in do_test() local 165 e = pthread_create (&th, NULL, chew_cpu, NULL); in do_test() 172 e = pthread_getcpuclockid (th, &th_clock); in do_test() 260 pthread_cancel (th); in do_test()
|
A D | tst-mqueue5.c | 381 pthread_t th; in do_child() local 382 int ret = pthread_create (&th, NULL, thr, &thr_data); in do_child() 532 ret = pthread_join (th, &thr_ret); in do_child()
|
Completed in 13 milliseconds