commit | d302f0178223802a1e496ba90c66193b7721c9c1 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue Jun 29 10:07:13 2010 +0200 |
committer | Tejun Heo <tj@kernel.org> | Tue Jun 29 10:07:13 2010 +0200 |
tree | d9282d8a6a69b6b5b1db9fbe97301f6338af8752 | |
parent | 7e11629d0efec829cbf62366143ba1081944a70e [diff] |
workqueue: implement worker_{set|clr}_flags() Implement worker_{set|clr}_flags() to manipulate worker flags. These are currently simple wrappers but logics to track the current worker state and the current level of concurrency will be added. Signed-off-by: Tejun Heo <tj@kernel.org>