Home
last modified time | relevance | path

Searched refs:th (Results 1 – 7 of 7) sorted by relevance

/rt/
A Dtst-mqueue8.c127 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 Dtst-cputimer2.c48 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 Dtst-cputimer1.c53 pthread_t th; in setup_test() local
54 int e = pthread_create (&th, NULL, chew_cpu, NULL); in setup_test()
A Dtst-aio9.c90 pthread_t th; in do_test() local
91 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
A Dtst-aio10.c85 pthread_t th; in do_test() local
86 if (pthread_create (&th, NULL, tf, NULL) != 0) in do_test()
A Dtst-cpuclock2.c130 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 Dtst-mqueue5.c381 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