Searched refs:do_nothing_mutex (Results 1 – 1 of 1) sorted by relevance
205 static pthread_mutex_t do_nothing_mutex; variable209 pthread_mutex_lock(&do_nothing_mutex); in do_nothing_wait()210 pthread_mutex_unlock(&do_nothing_mutex); in do_nothing_wait()226 ASSERT_OK(pthread_mutex_lock(&do_nothing_mutex), "pthread_mutex_lock"); in test_task_common_nocheck()238 ASSERT_OK(pthread_mutex_unlock(&do_nothing_mutex), "pthread_mutex_unlock"); in test_task_common_nocheck()356 ASSERT_OK(pthread_mutex_lock(&do_nothing_mutex), "pthread_mutex_lock"); in test_task_file()382 ASSERT_OK(pthread_mutex_unlock(&do_nothing_mutex), "pthread_mutex_unlock"); in test_task_file()1638 ASSERT_OK(pthread_mutex_init(&do_nothing_mutex, NULL), "pthread_mutex_init"); in test_bpf_iter()