Skip to content

Instantly share code, notes, and snippets.

@yukpiz
Created August 4, 2015 04:13
Show Gist options
  • Save yukpiz/b8d0bd6d9046e9c9c876 to your computer and use it in GitHub Desktop.
Save yukpiz/b8d0bd6d9046e9c9c876 to your computer and use it in GitHub Desktop.

Linuxのtask_struct構造体

task_struct構造体はプロセスに関する情報を格納する。
Linuxカーネルはプロセス管理を行う為に、
プロセスの実行状態や属性を熟知する必要がある。

task_struct構造体はプロセスディスクリプタとも呼ばれる。

task_struct構造体を見る

カーネルのソースコードは以下(現時点での最新である4.1.4を利用)。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment