*参照元 [#u32b298b]
#backlinks

*説明 [#n18e7be8]
-パス: [[linux-2.6.33/kernel/workqueue.c]]

-FIXME: これは何?
--説明


**参考 [#m55a7ca9]


*実装 [#w198047e]
 /*
  * The externally visible workqueue abstraction is an array of
  * per-CPU workqueues:
  */
 struct workqueue_struct {
 	struct cpu_workqueue_struct *cpu_wq;
-
--[[linux-2.6.33/cpu_workqueue_struct]]

 	struct list_head list;
-
--[[linux-2.6.33/list_head]]

 	const char *name;
 	int singlethread;
 	int freezeable;		/* Freeze threads during suspend */
 	int rt;
 #ifdef CONFIG_LOCKDEP
-
--[[linux-2.6.33/CONFIG_LOCKDEP]]

 	struct lockdep_map lockdep_map;
-
--[[linux-2.6.33/lockdep_map]]

 #endif
 };


*コメント [#p107d95a]


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS