Home
last modified time | relevance | path

Searched refs:LOS_MuxPend (Results 1 - 25 of 34) sorted by relevance

12

/kernel/liteos_m/testsuites/sample/kernel/mux/
H A DIt_los_mutex_004.c44 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 DIt_los_mutex_003.c44 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 DIt_los_mutex_029.c44 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 DIt_los_mutex_031.c44 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 DIt_los_mutex_023.c42 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 DIt_los_mutex_026.c46 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 DIt_los_mutex_013.c44 ret = LOS_MuxPend(g_mutexTest, 0); in HwiF01()
48 ret = LOS_MuxPend(g_mutexTest, LOS_WAIT_FOREVER); in HwiF01()
H A DIt_los_mutex_025.c49 ret = LOS_MuxPend(g_mutexTest, LOS_WAIT_FOREVER); in Testcase()
60 ret = LOS_MuxPend(g_mutexTest, 0); in Testcase()
H A DIt_los_mutex_027.c44 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 DIt_los_mutex_030.c43 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 DIt_los_mutex_034.c44 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 DIt_los_mutex_033.c45 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 DIt_los_mutex_005.c46 ret = LOS_MuxPend(muxHandle, 0); in Testcase()
49 ret = LOS_MuxPend(muxHandle, 0); in Testcase()
H A DIt_los_mutex_012.c42 ret = LOS_MuxPend(g_mutexTest, 0); in TaskF01()
45 ret = LOS_MuxPend(g_mutexTest, 0); in TaskF01()
H A DIt_los_mutex_024.c41 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 DIt_los_mutex_007.c39 ret = LOS_MuxPend(g_mutexTest, LOS_WAIT_FOREVER); in TaskF01()
61 ret = LOS_MuxPend(g_mutexTest, LOS_WAIT_FOREVER); in TaskF02()
H A DIt_los_mutex_015.c40 ret = LOS_MuxPend(g_mutexTest, LOS_WAIT_FOREVER); in TaskF01()
50 ret = LOS_MuxPend(g_mutexTest, 0); in TaskF01()
H A DIt_los_mutex_021.c42 ret = LOS_MuxPend(g_mutexTest, LOS_WAIT_FOREVER); in TaskF01()
74 ret = LOS_MuxPend(g_mutexTest, LOS_WAIT_FOREVER); in TaskF02()
H A DIt_los_mutex_010.c43 ret = LOS_MuxPend(g_mutexTest, LOS_WAIT_FOREVER); in Testcase()
H A DIt_los_mutex_018.c50 ret = LOS_MuxPend(g_mutexTest, LOS_WAIT_FOREVER); in Testcase()
H A DIt_los_mutex_016.c57 ret = LOS_MuxPend(g_mutexTest, LOS_WAIT_FOREVER); in Testcase()
H A DIt_los_mutex_017.c56 ret = LOS_MuxPend(g_mutexTest, 0); in Testcase()
H A DIt_los_mutex_011.c42 ret = LOS_MuxPend(g_mutexTest, LOS_WAIT_FOREVER); in TaskF01()
/kernel/liteos_m/kal/posix/src/
H A Dpipe.c52 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 Dlos_iar_tls.c155 (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()

Completed in 7 milliseconds

12