Lines Matching full:threaded
268 * A (domain threaded) - B (threaded) - C (domain)
271 * threaded cgroup. "cgroup.type" file will report "domain (invalid)" in
295 if (cg_write(parent, "cgroup.type", "threaded")) in test_cgcore_invalid_domain()
334 * Test that when a child becomes threaded
335 * the parent type becomes domain threaded.
353 if (cg_write(child, "cgroup.type", "threaded")) in test_cgcore_parent_becomes_threaded()
356 if (cg_read_strcmp(parent, "cgroup.type", "domain threaded\n")) in test_cgcore_parent_becomes_threaded()
373 * Test that there's no internal process constrain on threaded cgroups.
398 if (cg_write(parent, "cgroup.type", "threaded")) in test_cgcore_no_internal_process_constraint_on_threads()
401 if (cg_write(child, "cgroup.type", "threaded")) in test_cgcore_no_internal_process_constraint_on_threads()
621 * Threaded cgroups allow successful migration of a thread.
645 if (cg_write(grps[1], "cgroup.type", "threaded")) in test_cgcore_thread_migration()
647 if (cg_write(grps[2], "cgroup.type", "threaded")) in test_cgcore_thread_migration()