Searched refs:child_thread (Results 1 – 2 of 2) sorted by relevance
670 pthread_t child_thread; in FORK_TEST() local671 EXPECT_OK(pthread_create(&child_thread, NULL, thread_fn, in FORK_TEST()674 EXPECT_OK(pthread_join(child_thread, &thread_rval)); in FORK_TEST()
273 pthread_t child_thread; in TEST() local274 EXPECT_OK(pthread_create(&child_thread, NULL, ThreadMain, NULL)); in TEST()276 EXPECT_OK(pthread_join(child_thread, &data)); in TEST()