Searched refs:helper_lock (Results 1 – 1 of 1) sorted by relevance
59 static pthread_mutex_t helper_lock; variable2149 pthread_cond_timedwait(&helper_cond, &helper_lock, &ts); in helper_thread_main()2172 pthread_mutex_init(&helper_lock, NULL); in create_helper_thread()