Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/cgroup/
H A Dtest_core.c577 int t, c_threads = 0, n_threads = 13; in test_cgcore_proc_migration() local
579 pthread_t threads[n_threads]; in test_cgcore_proc_migration()
594 for (c_threads = 0; c_threads < n_threads; ++c_threads) { in test_cgcore_proc_migration()
600 if (cg_read_lc(dst, CG_THREADS_FILE) != n_threads + 1) in test_cgcore_proc_migration()