*参照元 [#l5f8c43a]
#backlinks

*説明 [#u2466fd6]
-パス: 複数あり
--x86 版: [[linux-2.6.33/arch/x86/include/asm/thread_info.h]]

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


**引数 [#x29a746d]
-なし


**返り値 [#xb52e2b6]
-struct thread_info *
--
--[[linux-2.6.33/thread_info]]


**参考 [#g6f70a2d]


*実装 [#t256669e]
 /* how to get the thread information struct from C */
 static inline struct thread_info *current_thread_info(void)
 {
 	return (struct thread_info *)
 		(current_stack_pointer & ~(THREAD_SIZE - 1));
-
--[[linux-2.6.33/current_stack_pointer]]
-
--[[linux-2.6.33/THREAD_SIZE]]


 }


*コメント [#la21204d]


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS