Searched refs:__wait450 (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/sys/compat/sys/ |
| H A D | wait.h | 45 pid_t __wait450(pid_t, int *, int, struct rusage *);
|
| /netbsd-src/lib/libc/compat/sys/ |
| H A D | compat_wait4.c | 79 if ((rv = __wait450(wpid, status, options, ru50 ? &ru : NULL)) == -1) in wait4()
|
| /netbsd-src/sys/sys/ |
| H A D | wait.h | 209 pid_t wait4(pid_t, int *, int, struct rusage *) __RENAME(__wait450);
|
| /netbsd-src/lib/libpthread/ |
| H A D | pthread_cancelstub.c | 659 __wait450(pid_t wpid, int *status, int options, struct rusage *rusage) in __wait450() function
|
| /netbsd-src/lib/libc/sys/ |
| H A D | Makefile.inc | 193 __wait450.S wait6.S write.S writev.S
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_syscalls_netbsd.inc | 3326 PRE_SYSCALL(__wait450) 3330 POST_SYSCALL(__wait450)
|
| H A D | sanitizer_common_interceptors.inc | 122 #define wait4 __wait450
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_syscalls_netbsd.inc | 3352 PRE_SYSCALL(__wait450) 3356 POST_SYSCALL(__wait450)
|
| H A D | sanitizer_common_interceptors.inc | 129 #define wait4 __wait450
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_syscalls_netbsd.inc | 3352 PRE_SYSCALL(__wait450) 3356 POST_SYSCALL(__wait450)
|
| H A D | sanitizer_common_interceptors.inc | 129 #define wait4 __wait450
|