*参照元 [#v6324beb]
#backlinks

*説明 [#xc2d685c]
-パス: [[linux-2.6.33/include/linux/wait.h]]

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


**引数 [#x8e71644]
-wait_queue_head_t *head
-
--[[linux-2.6.33/wait_queue_head_t]]
-wait_queue_t *new
--
--[[linux-2.6.33/wait_queue_t]]


**返り値 [#d7e551c5]
-なし


**参考 [#of2ce410]


*実装 [#t72f0193]
 static inline void __add_wait_queue(wait_queue_head_t *head, wait_queue_t *new)
 {
 	list_add(&new->task_list, &head->task_list);
-
--[[linux-2.6.33/list_add()]]

 }

*コメント [#jecaa9fe]


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