Searched refs:child_t (Results 1 – 2 of 2) sorted by relevance
273 pthread_t child_t; in threaded_A() local284 ret = pthread_create(&child_t, &ta, threaded_B, arg); in threaded_A()332 ret = pthread_join(child_t, NULL); in threaded_A()
272 pthread_t child_t; in threaded_A() local281 ret = pthread_create(&child_t, &ta, threaded_B, arg); in threaded_A()320 ret = pthread_join(child_t, NULL); in threaded_A()