Searched defs:test_mutex (Results 1 – 2 of 2) sorted by relevance
29 struct test_mutex { struct43 struct test_mutex *mtx = container_of(work, typeof(*mtx), work); in test_mutex_work() argument110 static int test_mutex(struct ww_class *class) in test_mutex() function
275 static pthread_mutex_t test_mutex = PTHREAD_MUTEX_INITIALIZER; variable