Searched refs:helperThread (Results 1 – 1 of 1) sorted by relevance
509 pthread_t helperThread; in run_tests() local512 ret = pthread_create(&helperThread, NULL, helper_thread, NULL); in run_tests()530 (void) pthread_join(helperThread, NULL); in run_tests()