/kernel/liteos_m/testsuites/sample/kernel/mux/ |
H A D | It_los_mutex_004.c | 44 ret = LOS_MuxPend(muxHandle, LOS_WAIT_FOREVER);
in Testcase() 47 ret = LOS_MuxPend(muxHandle, 1);
in Testcase() 65 ret = LOS_MuxPend(muxHandle, 0);
in Testcase() 68 ret = LOS_MuxPend(LOSCFG_BASE_IPC_MUX_LIMIT - 1, LOS_WAIT_FOREVER);
in Testcase() 71 ret = LOS_MuxPend(LOSCFG_BASE_IPC_MUX_LIMIT, LOS_WAIT_FOREVER);
in Testcase()
|
H A D | It_los_mutex_003.c | 44 ret = LOS_MuxPend(muxHandle, LOS_WAIT_FOREVER);
in Testcase() 56 ret = LOS_MuxPend(muxHandle, LOS_WAIT_FOREVER);
in Testcase() 59 ret = LOS_MuxPend(LOSCFG_BASE_IPC_MUX_LIMIT - 1, LOS_WAIT_FOREVER);
in Testcase() 62 ret = LOS_MuxPend(LOSCFG_BASE_IPC_MUX_LIMIT, LOS_WAIT_FOREVER);
in Testcase()
|
H A D | It_los_mutex_029.c | 44 ret = LOS_MuxPend(g_mutexTest2, LOS_WAIT_FOREVER);
in TaskFuncD() 65 ret = LOS_MuxPend(g_mutexTest1, LOS_WAIT_FOREVER);
in TaskFuncC() 86 ret = LOS_MuxPend(g_mutexTest1, 0);
in TaskFuncA() 102 ret = LOS_MuxPend(g_mutexTest2, LOS_WAIT_FOREVER);
in TaskFuncA()
|
H A D | It_los_mutex_031.c | 44 ret = LOS_MuxPend(g_mutexTest2, LOS_WAIT_FOREVER);
in TaskFuncC() 63 ret = LOS_MuxPend(g_mutexTest1, LOS_WAIT_FOREVER);
in TaskFuncB() 85 ret = LOS_MuxPend(g_mutexTest1, 0);
in TaskFuncA() 88 ret = LOS_MuxPend(g_mutexTest2, 0);
in TaskFuncA()
|
H A D | It_los_mutex_023.c | 42 ret = LOS_MuxPend(g_mutexTest, LOS_WAIT_FOREVER);
in TaskF02() 52 ret = LOS_MuxPend(g_mutexTest, 0);
in TaskF01() 67 ret = LOS_MuxPend(g_mutexTest, LOS_WAIT_FOREVER);
in Testcase()
|
H A D | It_los_mutex_026.c | 46 ret = LOS_MuxPend(g_mutexTest2, LOS_WAIT_FOREVER);
in TaskFuncC() 70 ret = LOS_MuxPend(g_mutexTest1, LOS_WAIT_FOREVER);
in TaskFuncB() 94 ret = LOS_MuxPend(g_mutexTest1, 0);
in TaskFuncA() 111 ret = LOS_MuxPend(g_mutexTest2, 0);
in TaskFuncA()
|
H A D | It_los_mutex_013.c | 44 ret = LOS_MuxPend(g_mutexTest, 0);
in HwiF01() 48 ret = LOS_MuxPend(g_mutexTest, LOS_WAIT_FOREVER);
in HwiF01()
|
H A D | It_los_mutex_025.c | 49 ret = LOS_MuxPend(g_mutexTest, LOS_WAIT_FOREVER);
in Testcase() 60 ret = LOS_MuxPend(g_mutexTest, 0);
in Testcase()
|
H A D | It_los_mutex_027.c | 44 ret = LOS_MuxPend(g_mutexTest1, LOS_WAIT_FOREVER);
in TaskFuncC() 64 ret = LOS_MuxPend(g_mutexTest1, LOS_WAIT_FOREVER);
in TaskFuncB() 87 ret = LOS_MuxPend(g_mutexTest1, 0);
in TaskFuncA()
|
H A D | It_los_mutex_030.c | 43 ret = LOS_MuxPend(g_mutexTest1, LOS_WAIT_FOREVER);
in TaskFuncC() 64 ret = LOS_MuxPend(g_mutexTest1, 10); // 10, mux pend timeout.
in TaskFuncB() 81 ret = LOS_MuxPend(g_mutexTest1, 0);
in TaskFuncA()
|
H A D | It_los_mutex_034.c | 44 ret = LOS_MuxPend(g_mutexTest1, LOS_WAIT_FOREVER);
in TaskFuncC() 66 ret = LOS_MuxPend(g_mutexTest1, LOS_WAIT_FOREVER);
in TaskFuncB() 88 ret = LOS_MuxPend(g_mutexTest1, 0);
in TaskFuncA()
|
H A D | It_los_mutex_033.c | 45 ret = LOS_MuxPend(g_mutexTest1, LOS_WAIT_FOREVER);
in TaskFuncC() 66 ret = LOS_MuxPend(g_mutexTest1, LOS_WAIT_FOREVER);
in TaskFuncB() 90 ret = LOS_MuxPend(g_mutexTest1, 0);
in TaskFuncA()
|
H A D | It_los_mutex_005.c | 46 ret = LOS_MuxPend(muxHandle, 0);
in Testcase() 49 ret = LOS_MuxPend(muxHandle, 0);
in Testcase()
|
H A D | It_los_mutex_012.c | 42 ret = LOS_MuxPend(g_mutexTest, 0);
in TaskF01() 45 ret = LOS_MuxPend(g_mutexTest, 0);
in TaskF01()
|
H A D | It_los_mutex_024.c | 41 ret = LOS_MuxPend(g_mutexTest, 100); // 100, mux pend timeout.
in TaskF01() 57 ret = LOS_MuxPend(g_mutexTest, LOS_WAIT_FOREVER);
in Testcase()
|
H A D | It_los_mutex_007.c | 39 ret = LOS_MuxPend(g_mutexTest, LOS_WAIT_FOREVER);
in TaskF01() 61 ret = LOS_MuxPend(g_mutexTest, LOS_WAIT_FOREVER);
in TaskF02()
|
H A D | It_los_mutex_015.c | 40 ret = LOS_MuxPend(g_mutexTest, LOS_WAIT_FOREVER);
in TaskF01() 50 ret = LOS_MuxPend(g_mutexTest, 0);
in TaskF01()
|
H A D | It_los_mutex_021.c | 42 ret = LOS_MuxPend(g_mutexTest, LOS_WAIT_FOREVER);
in TaskF01() 74 ret = LOS_MuxPend(g_mutexTest, LOS_WAIT_FOREVER);
in TaskF02()
|
H A D | It_los_mutex_010.c | 43 ret = LOS_MuxPend(g_mutexTest, LOS_WAIT_FOREVER);
in Testcase()
|
H A D | It_los_mutex_018.c | 50 ret = LOS_MuxPend(g_mutexTest, LOS_WAIT_FOREVER);
in Testcase()
|
H A D | It_los_mutex_016.c | 57 ret = LOS_MuxPend(g_mutexTest, LOS_WAIT_FOREVER);
in Testcase()
|
H A D | It_los_mutex_017.c | 56 ret = LOS_MuxPend(g_mutexTest, 0);
in Testcase()
|
H A D | It_los_mutex_011.c | 42 ret = LOS_MuxPend(g_mutexTest, LOS_WAIT_FOREVER);
in TaskF01()
|
/kernel/liteos_m/kal/posix/src/ |
H A D | pipe.c | 52 UINT32 __ret = LOS_MuxPend(mutex, LOS_WAIT_FOREVER); \ 147 (VOID)LOS_MuxPend(g_devListMutex, LOS_WAIT_FOREVER); in PipeDevFind() 262 (VOID)LOS_MuxPend(g_devListMutex, LOS_WAIT_FOREVER); in PipeDevRegister() 279 (VOID)LOS_MuxPend(g_devListMutex, LOS_WAIT_FOREVER); in PipeDevUnregister() 373 (VOID)LOS_MuxPend(g_devFdMutex, LOS_WAIT_FOREVER); in PipeOpen() 427 (VOID)LOS_MuxPend(g_devFdMutex, LOS_WAIT_FOREVER); in PipeClose() 489 (VOID)LOS_MuxPend(g_devFdMutex, LOS_WAIT_FOREVER); in PipeDevGet() 617 (VOID)LOS_MuxPend(g_devFdMutex, LOS_WAIT_FOREVER); in PipePoll()
|
/kernel/liteos_m/components/iar_tls/ |
H A D | los_iar_tls.c | 155 (void)LOS_MuxPend(muxInfo->muxID, LOS_WAIT_FOREVER);
in __iar_system_Mtxlock() 200 (void)LOS_MuxPend(muxInfo->muxID, LOS_WAIT_FOREVER);
in __iar_file_Mtxlock()
|