Searched refs:do_nothing_mutex (Results 1 – 1 of 1) sorted by relevance
209 static pthread_mutex_t do_nothing_mutex; variable213 pthread_mutex_lock(&do_nothing_mutex); in do_nothing_wait()214 pthread_mutex_unlock(&do_nothing_mutex); in do_nothing_wait()230 ASSERT_OK(pthread_mutex_lock(&do_nothing_mutex), "pthread_mutex_lock"); in test_task_common_nocheck()242 ASSERT_OK(pthread_mutex_unlock(&do_nothing_mutex), "pthread_mutex_unlock"); in test_task_common_nocheck()358 ASSERT_OK(pthread_mutex_lock(&do_nothing_mutex), "pthread_mutex_lock"); in test_task_file()384 ASSERT_OK(pthread_mutex_unlock(&do_nothing_mutex), "pthread_mutex_unlock"); in test_task_file()1562 ASSERT_OK(pthread_mutex_init(&do_nothing_mutex, NULL), "pthread_mutex_init"); in test_bpf_iter()