Searched refs:child_thread (Results 1 – 2 of 2) sorted by relevance
713 pthread_t child_thread; in FORK_TEST() local714 EXPECT_OK(pthread_create(&child_thread, NULL, thread_fn, in FORK_TEST()717 EXPECT_OK(pthread_join(child_thread, &thread_rval)); in FORK_TEST()
289 pthread_t child_thread; in TEST() local290 EXPECT_OK(pthread_create(&child_thread, NULL, ThreadMain, NULL)); in TEST()292 EXPECT_OK(pthread_join(child_thread, &data)); in TEST()