Searched refs:thr (Results 1 – 2 of 2) sorted by relevance
52 pthread_t thr; in do_test() local53 res = pthread_create (&thr, NULL, &do_timer_create, &sigev); in do_test()60 res = pthread_join (thr, &val); in do_test()
95 thr (void *arg) in thr() function382 int ret = pthread_create (&th, NULL, thr, &thr_data); in do_child()469 ev.sigev_value.sival_ptr = thr; in do_child()
Completed in 6 milliseconds