Searched refs:threadgroup (Results 1 – 2 of 2) sorted by relevance
2231 bool threadgroup) in cgroup_migrate() argument2275 if (!threadgroup) in cgroup_migrate()2350 struct task_struct *leader, bool threadgroup) in cgroup_attach_task() argument2363 if (!threadgroup) in cgroup_attach_task()2372 ret = cgroup_migrate(dst_cgrp, leader, threadgroup); in cgroup_attach_task()2384 size_t nbytes, loff_t off, bool threadgroup) in __cgroup_procs_write() argument2423 if (threadgroup) in __cgroup_procs_write()2441 if (threadgroup) { in __cgroup_procs_write()2456 ret = cgroup_attach_task(cgrp, tsk, threadgroup); in __cgroup_procs_write()
442 threads in a threadgroup at once. Echoing the PID of any task in a443 threadgroup to cgroup.procs causes all tasks in that threadgroup to be445 in the writing task's threadgroup.