Home
last modified time | relevance | path

Searched refs:wait_helper (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dedk2module.c2376 wait_helper(pid_t pid, int status, struct rusage *ru) in wait_helper() function
2455 return wait_helper(pid, WAIT_STATUS_INT(status), &ru); in edk2_wait3()
2480 return wait_helper(pid, WAIT_STATUS_INT(status), &ru); in edk2_wait4()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c4344 wait_helper(pid_t pid, int status, struct rusage *ru) in wait_helper() function
4423 return wait_helper(pid, WAIT_STATUS_INT(status), &ru); in posix_wait3()
4448 return wait_helper(pid, WAIT_STATUS_INT(status), &ru); in posix_wait4()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c5934 wait_helper(pid_t pid, int status, struct rusage *ru) in wait_helper() function
6013 return wait_helper(pid, WAIT_STATUS_INT(status), &ru); in posix_wait3()
6038 return wait_helper(pid, WAIT_STATUS_INT(status), &ru); in posix_wait4()