Searched defs:ustatus (Results 1 – 3 of 3) sorted by relevance
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1554 #define __sanitizer_syscall_pre_spu_run(fd, unpc, ustatus) \ argument 1557 #define __sanitizer_syscall_post_spu_run(res, fd, unpc, ustatus) \ argument
|
/external/llvm-project/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1553 #define __sanitizer_syscall_pre_spu_run(fd, unpc, ustatus) \ argument 1556 #define __sanitizer_syscall_post_spu_run(res, fd, unpc, ustatus) \ argument
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 8326 unsigned long long ustatus = (unsigned int)status; in os_waitpid_impl() local
|