Searched refs:linux_common_wait (Results 1 – 4 of 4) sorted by relevance
| /trueos/sys/compat/linux/ |
| HD | linux_misc.h | 120 int linux_common_wait(struct thread *td, int pid, int *status,
|
| HD | linux_misc.c | 853 linux_common_wait(struct thread *td, int pid, int *status, in linux_common_wait() function 898 return (linux_common_wait(td, args->pid, args->status, options, NULL)); in linux_waitpid()
|
| /trueos/sys/i386/linux/ |
| HD | linux_machdep.c | 1074 error = linux_common_wait(td, args->pid, args->status, options, rup); in linux_wait4()
|
| /trueos/sys/amd64/linux32/ |
| HD | linux32_machdep.c | 1069 error = linux_common_wait(td, args->pid, args->status, options, rup); in linux_wait4()
|