Lines Matching full:threaded
277 * A (domain threaded) - B (threaded) - C (domain)
280 * threaded cgroup. "cgroup.type" file will report "domain (invalid)" in
307 if (cg_write(parent, "cgroup.type", "threaded")) in test_cgcore_invalid_domain()
346 * Test that when a child becomes threaded
347 * the parent type becomes domain threaded.
368 if (cg_write(child, "cgroup.type", "threaded")) in test_cgcore_parent_becomes_threaded()
371 if (cg_read_strcmp(parent, "cgroup.type", "domain threaded\n")) in test_cgcore_parent_becomes_threaded()
388 * Test that there's no internal process constrain on threaded cgroups.
414 if (cg_write(parent, "cgroup.type", "threaded")) in test_cgcore_no_internal_process_constraint_on_threads()
417 if (cg_write(child, "cgroup.type", "threaded")) in test_cgcore_no_internal_process_constraint_on_threads()
646 * Threaded cgroups allow successful migration of a thread.
671 if (cg_write(grps[1], "cgroup.type", "threaded")) in test_cgcore_thread_migration()
673 if (cg_write(grps[2], "cgroup.type", "threaded")) in test_cgcore_thread_migration()