Searched refs:LOS_Wait (Results 1 – 8 of 8) sorted by relevance
/kernel/liteos_a/testsuites/kernel/sample/kernel_extend/cpup/smoke/ |
D | It_extend_cpup_001.c | 76 (VOID)LOS_Wait(pid, NULL, 0, NULL); in TaskF01() 104 (VOID)LOS_Wait(pid, NULL, 0, NULL); in Testcase()
|
D | It_extend_cpup_002.c | 105 ret = LOS_Wait(pid, NULL, 0, NULL); in Testcase()
|
/kernel/liteos_a/testsuites/kernel/sample/kernel_extend/cpup/full/ |
D | It_extend_cpup_003.c | 147 (VOID)LOS_Wait(pid, NULL, 0, NULL); in Testcase() 148 (VOID)LOS_Wait(pid1, NULL, 0, NULL); in Testcase()
|
D | It_extend_cpup_012.c | 105 LOS_Wait(pid, 0, 0, 0); in Testcase()
|
D | It_extend_cpup_006.c | 126 ret = LOS_Wait(pid, NULL, 0, NULL); in Testcase()
|
/kernel/liteos_a/kernel/include/ |
D | los_process.h | 60 extern INT32 LOS_Wait(INT32 pid, USER INT32 *status, UINT32 options, VOID *rusage);
|
/kernel/liteos_a/syscall/ |
D | process_syscall.c | 309 return LOS_Wait(pid, status, (unsigned int)options, NULL); in SysWait()
|
/kernel/liteos_a/kernel/base/core/ |
D | los_process.c | 1249 LITE_OS_SEC_TEXT INT32 LOS_Wait(INT32 pid, USER INT32 *status, UINT32 options, VOID *rusage) in LOS_Wait() function
|