Searched refs:threadgroup_lock (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
H A Dsched.h2655 * threadgroup_lock - lock threadgroup
2670 static inline void threadgroup_lock(struct task_struct *tsk) threadgroup_lock() function
2679 * Reverse threadgroup_lock().
2688 static inline void threadgroup_lock(struct task_struct *tsk) {} threadgroup_unlock() function
/linux-4.1.27/kernel/
H A Dcgroup.c2054 * We are synchronized through threadgroup_lock() against PF_EXITING cgroup_task_migrate()
2113 * This function may be called without holding threadgroup_lock even if the
2219 * process, the caller must be holding threadgroup_lock of @leader. The
2347 * Call holding cgroup_mutex and threadgroup_lock of @leader.
2440 threadgroup_lock(tsk); __cgroup_procs_write()
2663 threadgroup_lock(task);

Completed in 143 milliseconds