Home
last modified time | relevance | path

Searched refs:LOS_Wait (Results 1 – 8 of 8) sorted by relevance

/kernel/liteos_a/testsuites/kernel/sample/kernel_extend/cpup/smoke/
DIt_extend_cpup_001.c76 (VOID)LOS_Wait(pid, NULL, 0, NULL); in TaskF01()
104 (VOID)LOS_Wait(pid, NULL, 0, NULL); in Testcase()
DIt_extend_cpup_002.c105 ret = LOS_Wait(pid, NULL, 0, NULL); in Testcase()
/kernel/liteos_a/testsuites/kernel/sample/kernel_extend/cpup/full/
DIt_extend_cpup_003.c147 (VOID)LOS_Wait(pid, NULL, 0, NULL); in Testcase()
148 (VOID)LOS_Wait(pid1, NULL, 0, NULL); in Testcase()
DIt_extend_cpup_012.c105 LOS_Wait(pid, 0, 0, 0); in Testcase()
DIt_extend_cpup_006.c126 ret = LOS_Wait(pid, NULL, 0, NULL); in Testcase()
/kernel/liteos_a/kernel/include/
Dlos_process.h60 extern INT32 LOS_Wait(INT32 pid, USER INT32 *status, UINT32 options, VOID *rusage);
/kernel/liteos_a/syscall/
Dprocess_syscall.c309 return LOS_Wait(pid, status, (unsigned int)options, NULL); in SysWait()
/kernel/liteos_a/kernel/base/core/
Dlos_process.c1249 LITE_OS_SEC_TEXT INT32 LOS_Wait(INT32 pid, USER INT32 *status, UINT32 options, VOID *rusage) in LOS_Wait() function