Home
last modified time | relevance | path

Searched refs:test_cond (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/cgroup/
H A Dtest_cpuset.c276 static pthread_cond_t test_cond = PTHREAD_COND_INITIALIZER; variable
291 pthread_cond_broadcast(&test_cond); in affinity_thread_fn()
294 pthread_cond_wait(&test_cond, &test_mutex); in affinity_thread_fn()
306 pthread_cond_broadcast(&test_cond); in affinity_thread_fn()
406 pthread_cond_wait(&test_cond, &test_mutex); in test_cpuset_affinity_on_controller_disable()
432 pthread_cond_broadcast(&test_cond); in test_cpuset_affinity_on_controller_disable()
459 pthread_cond_broadcast(&test_cond); in test_cpuset_affinity_on_controller_disable()