Searched refs:next_thread (Results 1 – 1 of 1) sorted by relevance
131 pthread_t next_thread; member141 memset (&result->next_thread, 0, sizeof (result->next_thread)); in get_thread_func()166 result->next_thread = xpthread_create (NULL, get_thread_func, NULL); in delayed_thread_func()240 struct thread_result *result2 = xpthread_join (result->next_thread); in do_test()379 = xpthread_join (result->next_thread); in do_test()
Completed in 4 milliseconds