WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
MuxBaseCB结构体 参考

#include <los_mux.h>

MuxBaseCB 的协作图:

成员变量

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.

结构体成员变量说明

◆ muxCount

UINT16 MuxBaseCB::muxCount

Times of locking a mutex

◆ muxList

LOS_DL_LIST MuxBaseCB::muxList

Mutex linked list

◆ owner

void* MuxBaseCB::owner

The current thread that is locking a mutex


该结构体的文档由以下文件生成: