Lines Matching full:threaded
266 * A (domain threaded) - B (threaded) - C (domain)
269 * threaded cgroup. "cgroup.type" file will report "domain (invalid)" in
293 if (cg_write(parent, "cgroup.type", "threaded")) in test_cgcore_invalid_domain()
332 * Test that when a child becomes threaded
333 * the parent type becomes domain threaded.
351 if (cg_write(child, "cgroup.type", "threaded")) in test_cgcore_parent_becomes_threaded()
354 if (cg_read_strcmp(parent, "cgroup.type", "domain threaded\n")) in test_cgcore_parent_becomes_threaded()
371 * Test that there's no internal process constrain on threaded cgroups.
396 if (cg_write(parent, "cgroup.type", "threaded")) in test_cgcore_no_internal_process_constraint_on_threads()
399 if (cg_write(child, "cgroup.type", "threaded")) in test_cgcore_no_internal_process_constraint_on_threads()
619 * Threaded cgroups allow successful migration of a thread.
643 if (cg_write(grps[1], "cgroup.type", "threaded")) in test_cgcore_thread_migration()
645 if (cg_write(grps[2], "cgroup.type", "threaded")) in test_cgcore_thread_migration()