/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/mux/full/ |
H A D | It_los_mutex_040.c | 57 ret = LOS_MuxLock(&g_testMux4, LOS_WAIT_FOREVER); in TaskFe7Func() 63 ret = LOS_MuxLock(&g_testMux1, LOS_WAIT_FOREVER); in TaskFe7Func() 79 ret = LOS_MuxLock(&g_testMux3, LOS_WAIT_FOREVER); in TaskFe8Func() 85 ret = LOS_MuxLock(&g_testMux1, LOS_WAIT_FOREVER); in TaskFe8Func() 100 ret = LOS_MuxLock(&g_testMux2, LOS_WAIT_FOREVER); in TaskFe9Func() 106 ret = LOS_MuxLock(&g_testMux1, LOS_WAIT_FOREVER); in TaskFe9Func() 120 ret = LOS_MuxLock(&g_testMux2, LOS_WAIT_FOREVER); in TaskMisc10Func() 126 ret = LOS_MuxLock(&g_testMux3, LOS_WAIT_FOREVER); in TaskMisc10Func() 132 ret = LOS_MuxLock(&g_testMux4, LOS_WAIT_FOREVER); in TaskMisc10Func() 141 ret = LOS_MuxLock(&g_testMux2, LOS_WAIT_FOREVER); in TaskMisc10Func() [all...] |
H A D | It_los_mutex_039.c | 53 ret = LOS_MuxLock(&g_testMux2, LOS_WAIT_FOREVER); in TaskFe4Func() 59 ret = LOS_MuxLock(&g_testMux1, LOS_WAIT_FOREVER); in TaskFe4Func() 72 ret = LOS_MuxLock(&g_testMux2, LOS_WAIT_FOREVER); in TaskMisc10Func() 78 ret = LOS_MuxLock(&g_testMux1, LOS_WAIT_FOREVER); in TaskMisc10Func() 98 ret = LOS_MuxLock(&g_testMux1, LOS_WAIT_FOREVER); in Testcase() 142 ret = LOS_MuxLock(&g_testMux1, LOS_WAIT_FOREVER); in Testcase() 145 ret = LOS_MuxLock(&g_testMux2, LOS_WAIT_FOREVER); in Testcase()
|
H A D | It_los_mutex_038.c | 52 ret = LOS_MuxLock(&g_testMux1, LOS_WAIT_FOREVER); in TaskFe4Func() 66 ret = LOS_MuxLock(&g_testMux1, LOS_WAIT_FOREVER); in TaskMisc10Func() 110 ret = LOS_MuxLock(&g_testMux1, LOS_WAIT_FOREVER); in Testcase()
|
H A D | It_los_mutex_043.c | 53 ret = LOS_MuxLock(&g_testMux2, LOS_WAIT_FOREVER); in TaskFe4Func() 72 ret = LOS_MuxLock(&g_testMux1, LOS_WAIT_FOREVER); in TaskMisc10Func() 107 ret = LOS_MuxLock(&g_testMux1, LOS_WAIT_FOREVER); in Testcase() 110 ret = LOS_MuxLock(&g_testMux2, LOS_WAIT_FOREVER); in Testcase()
|
H A D | It_los_mutex_042.c | 52 ret = LOS_MuxLock(&g_testMux1, LOS_WAIT_FOREVER); in TaskFe4Func() 90 ret = LOS_MuxLock(&g_testMux1, LOS_WAIT_FOREVER); in Testcase() 141 ret = LOS_MuxLock(&g_testMux1, LOS_WAIT_FOREVER); in Testcase()
|
H A D | It_los_mutex_037.c | 52 ret = LOS_MuxLock(&g_testMux[i], LOS_WAIT_FOREVER); in TaskFe4Func() 66 ret = LOS_MuxLock(&g_testMux[i], LOS_WAIT_FOREVER); in TaskMisc10Func() 117 ret = LOS_MuxLock(&g_testMux[i], LOS_WAIT_FOREVER); in Testcase()
|
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/event/full/ |
H A D | It_los_event_009.c | 45 ret = LOS_EventRead(NULL, 0x11, LOS_WAITMODE_OR, LOS_WAIT_FOREVER); in TaskF01() 48 ret = LOS_EventRead(&g_event, 0, LOS_WAITMODE_OR, LOS_WAIT_FOREVER); in TaskF01() 55 ret = LOS_EventRead(&g_event, 0x11, 0xffffffff, LOS_WAIT_FOREVER); in TaskF01() 58 ret = LOS_EventRead(&g_event, 0x11, 0, LOS_WAIT_FOREVER); in TaskF01() 61 ret = LOS_EventRead(&g_event, 0x11, (LOS_WAITMODE_AND | LOS_WAITMODE_OR | LOS_WAITMODE_CLR), LOS_WAIT_FOREVER); in TaskF01()
|
H A D | It_los_event_013.c | 46 ret = LOS_EventRead(&g_event, 0x11, LOS_WAITMODE_OR, LOS_WAIT_FOREVER); in TaskF01() 59 ret = LOS_EventRead(&g_event, 0x110000, LOS_WAITMODE_AND | LOS_WAITMODE_CLR, LOS_WAIT_FOREVER); in TaskF01() 65 ret = LOS_EventRead(&g_event, 0x11000000, LOS_WAITMODE_OR | LOS_WAITMODE_CLR, LOS_WAIT_FOREVER); in TaskF01()
|
H A D | It_los_event_033.c | 45 ret = LOS_EventRead(&g_event, 0xF, LOS_WAITMODE_AND | LOS_WAITMODE_CLR, LOS_WAIT_FOREVER); in TaskF01() 65 ret = LOS_EventRead(&g_event, 0xF, LOS_WAITMODE_AND | LOS_WAITMODE_CLR, LOS_WAIT_FOREVER); in TaskF02() 86 ret = LOS_EventRead(&g_event, 0xF, LOS_WAITMODE_AND | LOS_WAITMODE_CLR, LOS_WAIT_FOREVER); in TaskF03()
|
/kernel/liteos_m/testsuites/sample/kernel/event/ |
H A D | It_los_event_009.c | 41 ret = LOS_EventRead(NULL, 0x11, LOS_WAITMODE_OR, LOS_WAIT_FOREVER);
in TaskF01() 44 ret = LOS_EventRead(&g_pevent, 0, LOS_WAITMODE_OR, LOS_WAIT_FOREVER);
in TaskF01() 51 ret = LOS_EventRead(&g_pevent, 0x11, 0xffffffff, LOS_WAIT_FOREVER);
in TaskF01() 54 ret = LOS_EventRead(&g_pevent, 0x11, 0, LOS_WAIT_FOREVER);
in TaskF01() 57 ret = LOS_EventRead(&g_pevent, 0x11, (LOS_WAITMODE_AND | LOS_WAITMODE_OR | LOS_WAITMODE_CLR), LOS_WAIT_FOREVER);
in TaskF01()
|
H A D | It_los_event_028.c | 61 ret = LOS_EventRead(&g_pevent, 0x1, LOS_WAITMODE_AND, LOS_WAIT_FOREVER);
in TaskF01() 64 ret = LOS_QueueWrite(g_testQueueID01, str, QUEUE_MAX_NODE_SIZE, LOS_WAIT_FOREVER);
in TaskF01() 67 ret = LOS_QueueRead(g_testQueueID01, str, QUEUE_MAX_NODE_SIZE, LOS_WAIT_FOREVER);
in TaskF01() 70 ret = LOS_EventRead(&g_pevent, 0x2, LOS_WAITMODE_AND, LOS_WAIT_FOREVER);
in TaskF01() 76 ret = LOS_SemPend(g_usSemID, LOS_WAIT_FOREVER);
in TaskF01()
|
/kernel/liteos_m/testsuites/sample/kernel/mux/ |
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_004.c | 44 ret = LOS_MuxPend(muxHandle, LOS_WAIT_FOREVER);
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()
|
/kernel/liteos_m/testsuites/sample/kernel/sem/ |
H A D | It_los_sem_036.c | 43 ret = LOS_SemPend(g_usSemID, LOS_WAIT_FOREVER);
in TaskF03() 50 ret = LOS_SemPend(g_usSemID, LOS_WAIT_FOREVER);
in TaskF03() 61 ret = LOS_SemPend(g_usSemID, LOS_WAIT_FOREVER);
in TaskF02() 68 ret = LOS_SemPend(g_usSemID, LOS_WAIT_FOREVER);
in TaskF02() 79 ret = LOS_SemPend(g_usSemID, LOS_WAIT_FOREVER);
in TaskF01() 86 ret = LOS_SemPend(g_usSemID, LOS_WAIT_FOREVER);
in TaskF01()
|
H A D | It_los_sem_003.c | 52 ret = LOS_SemPend(g_usSemID, LOS_WAIT_FOREVER);
in Testcase() 61 ret = LOS_SemPend(g_usSemID, LOS_WAIT_FOREVER);
in Testcase()
|
/kernel/liteos_a/fs/jffs2/src/ |
H A D | jffs2_hash.c | 66 (void)LOS_MuxLock(lock, LOS_WAIT_FOREVER); in Jffs2HashDump() 90 (void)LOS_MuxLock(lock, LOS_WAIT_FOREVER); in Jffs2HashGet() 109 (void)LOS_MuxLock(lock, LOS_WAIT_FOREVER); in Jffs2HashRemove() 116 (void)LOS_MuxLock(lock, LOS_WAIT_FOREVER); in Jffs2HashInsert()
|
/kernel/liteos_a/fs/vfs/ |
H A D | vnode_hash.c | 63 (void)LOS_MuxLock(&g_vnodeHashMux, LOS_WAIT_FOREVER); in VnodeHashDump() 97 (void)LOS_MuxLock(&g_vnodeHashMux, LOS_WAIT_FOREVER); in VfsHashGet() 123 (void)LOS_MuxLock(&g_vnodeHashMux, LOS_WAIT_FOREVER); in VfsHashRemove() 133 (void)LOS_MuxLock(&g_vnodeHashMux, LOS_WAIT_FOREVER); in VfsHashInsert()
|
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/queue/smp/ |
H A D | It_smp_los_queue_026.c | 48 ret = LOS_QueueRead(g_testQueueID01, &g_buff2, 8, LOS_WAIT_FOREVER); // 8, Read the setting size of queue buffer. in TaskF01() 63 ret = LOS_QueueRead(g_testQueueID01, &g_buff2, 8, LOS_WAIT_FOREVER); // 8, Read the setting size of queue buffer. in TaskF02() 106 ret = LOS_QueueWrite(g_testQueueID01, &g_buff1, 8, LOS_WAIT_FOREVER); // 8, Write the setting size of queue buffer. in Testcase() 112 ret = LOS_QueueWrite(g_testQueueID01, &g_buff1, 8, LOS_WAIT_FOREVER); // 8, Write the setting size of queue buffer. in Testcase()
|
H A D | It_smp_los_queue_029.c | 47 ret = LOS_QueueRead(g_testQueueID01, &g_buff2, 8, LOS_WAIT_FOREVER); // 8, Read the setting size of queue buffer. in TaskF01() 61 ret = LOS_QueueRead(g_testQueueID01, &g_buff2, 8, LOS_WAIT_FOREVER); // 8, Read the setting size of queue buffer. in TaskF02() 104 ret = LOS_QueueWrite(g_testQueueID01, &g_buff1, 8, LOS_WAIT_FOREVER); // 8, Write the setting size of queue buffer. in Testcase()
|
/kernel/liteos_m/kal/posix/src/ |
H A D | pipe.c | 52 UINT32 __ret = LOS_MuxPend(mutex, LOS_WAIT_FOREVER); \ 68 UINT32 __ret = LOS_SemPend(__sem->semID, 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() 519 ret = LOS_SemPend(dev->readSem, LOS_WAIT_FOREVER); in PipeRead() 540 ret = LOS_SemPend(dev->readSem, LOS_WAIT_FOREVER); in PipeRead() [all...] |
/kernel/liteos_a/security/vid/ |
H A D | vid.c | 62 LOS_MuxLock(&processCB->timerIdMap.vidMapLock, LOS_WAIT_FOREVER); in VidMapDestroy() 78 LOS_MuxLock(&processCB->timerIdMap.vidMapLock, LOS_WAIT_FOREVER); in FindListNodeByVid() 95 LOS_MuxLock(&processCB->timerIdMap.vidMapLock, LOS_WAIT_FOREVER); in FindListNodeByRid() 189 LOS_MuxLock(&processCB->timerIdMap.vidMapLock, LOS_WAIT_FOREVER); in AddNodeByRid() 231 LOS_MuxLock(&processCB->timerIdMap.vidMapLock, LOS_WAIT_FOREVER); in RemoveNodeByVid()
|
/kernel/liteos_m/testsuites/unittest/xts/cmsis/ |
H A D | cmsis_mutex_func_test.c | 59 ret = osMutexAcquire(g_cmsisOsMutexId, LOS_WAIT_FOREVER); in CmsisMutexGetOwnerFunc001() 156 osMutexAcquire(g_cmsisOsMutexId, LOS_WAIT_FOREVER); 185 osStatus_t ret = osMutexAcquire(NULL, LOS_WAIT_FOREVER); 201 ret = osMutexAcquire(g_cmsisOsMutexId, LOS_WAIT_FOREVER); 221 ret = osMutexAcquire(g_cmsisOsMutexId, LOS_WAIT_FOREVER);
|
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/mux/smoke/ |
H A D | It_los_mutex_003.c | 48 ret = LOS_MuxLock(&muxHandle, LOS_WAIT_FOREVER); in Testcase() 60 ret = LOS_MuxLock(&muxHandle, LOS_WAIT_FOREVER); in Testcase()
|
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/mux/smp/ |
H A D | It_smp_los_mux_2026.c | 45 ret = LOS_MuxLock(&g_mutexkernelTest, LOS_WAIT_FOREVER); in TaskF01() 63 ret = LOS_MuxLock(&g_mutexkernelTest, LOS_WAIT_FOREVER); in TaskF02() 87 ret = LOS_MuxLock(&g_mutexkernelTest, LOS_WAIT_FOREVER); in Testcase()
|
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/sem/full/ |
H A D | It_los_sem_026.c | 45 ret = LOS_SemPend(g_semID, LOS_WAIT_FOREVER); in TaskF02() 59 ret = LOS_SemPend(g_semID, LOS_WAIT_FOREVER); in TaskF01() 62 ret = LOS_SemPend(g_semID, LOS_WAIT_FOREVER); in TaskF01()
|