Home
last modified time | relevance | path

Searched defs:test_mutex (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/locking/
H A Dtest-ww_mutex.c29 struct test_mutex { struct
43 struct test_mutex *mtx = container_of(work, typeof(*mtx), work); in test_mutex_work() argument
110 static int test_mutex(struct ww_class *class) in test_mutex() function
/linux/tools/testing/selftests/cgroup/
H A Dtest_cpuset.c275 static pthread_mutex_t test_mutex = PTHREAD_MUTEX_INITIALIZER; variable