Home
last modified time | relevance | path

Searched refs:g_devListMutex (Results 1 - 1 of 1) sorted by relevance

/kernel/liteos_m/kal/posix/src/
H A Dpipe.c109 STATIC UINT32 g_devListMutex = LOSCFG_BASE_IPC_MUX_LIMIT; variable
147 (VOID)LOS_MuxPend(g_devListMutex, LOS_WAIT_FOREVER); in PipeDevFind()
151 (VOID)LOS_MuxPost(g_devListMutex); in PipeDevFind()
156 (VOID)LOS_MuxPost(g_devListMutex); in PipeDevFind()
262 (VOID)LOS_MuxPend(g_devListMutex, LOS_WAIT_FOREVER); in PipeDevRegister()
264 (VOID)LOS_MuxPost(g_devListMutex); in PipeDevRegister()
279 (VOID)LOS_MuxPend(g_devListMutex, LOS_WAIT_FOREVER); in PipeDevUnregister()
281 (VOID)LOS_MuxPost(g_devListMutex); in PipeDevUnregister()
293 (VOID)LOS_MuxPost(g_devListMutex); in PipeDevUnregister()
690 ret = LOS_MuxCreate(&g_devListMutex); in OsPipeInit()
[all...]

Completed in 2 milliseconds