|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include <los_mux.h>

成员变量 | |
| LOS_DL_LIST | muxList |
| void * | owner |
| UINT16 | muxCount |
Mutex base object must be the same as the first three member names of LosMuxCB, so that pthread_mutex_t can share the kernel mutex mechanism.
| UINT16 MuxBaseCB::muxCount |
Times of locking a mutex
| LOS_DL_LIST MuxBaseCB::muxList |
Mutex linked list
| void* MuxBaseCB::owner |
The current thread that is locking a mutex