Searched refs:helper_thread (Results 1 – 1 of 1) sorted by relevance
58 static pthread_t helper_thread; variable2118 pthread_join(helper_thread, &ret); in wait_for_helper_thread_exit()2174 ret = pthread_create(&helper_thread, NULL, helper_thread_main, NULL); in create_helper_thread()