GadgetSeed
0.9.6
フィールド
st_mutex 構造体
MUTEX
[詳解]
#include <
mutex.h
>
st_mutex 連携図
[
凡例
]
フィールド
struct
st_queue
list
MUTEXのキュー
struct
st_tcb
*
lock_ps
ロックしているタスク
struct
st_queue
wait_ps
アンロック待ちタスクキュー
const char *
name
MUTEX名文字列
詳解
MUTEX
mutex.h
の
13
行目に定義があります。
この構造体詳解は次のファイルから抽出されました:
include/task/
mutex.h
st_mutex
構築:
1.8.13