/third_party/musl/src/misc/ |
H A D | setpriority.c | 4 int setpriority(int which, id_t who, int prio) in setpriority() argument
|
H A D | getpriority.c | 4 int getpriority(int which, id_t who) in getpriority() argument
|
H A D | getrusage.c | 6 int getrusage(int who, struct rusage *ru) in getrusage() argument
|
/third_party/musl/porting/liteos_a/user/src/misc/ |
H A D | getpriority.c | 4 int getpriority(int which, id_t who) in getpriority() argument
|
/third_party/rust/crates/nix/test/test_kmod/hello_mod/ |
H A D | hello.c | 8 static char *who = "World"; variable
|
/third_party/ltp/testcases/kernel/syscalls/getrusage/ |
H A D | getrusage01.c | 19 int who; member
|
H A D | getrusage02.c | 24 static int libc_getrusage(int who, void *usage) in libc_getrusage() argument 29 static int sys_getrusage(int who, void *usage) in sys_getrusage() argument 35 int who; member
|
/third_party/ltp/testcases/kernel/syscalls/getpriority/ |
H A D | getpriority02.c | 26 int who; member
|
/third_party/ltp/testcases/kernel/syscalls/ioprio/ |
H A D | ioprio.h | 20 static inline int sys_ioprio_get(int which, int who) in sys_ioprio_get() argument 25 static inline int sys_ioprio_set(int which, int who, int ioprio) in sys_ioprio_set() argument
|
/third_party/musl/src/thread/ |
H A D | pthread_key_create.c | 26 void __pthread_key_atfork(int who) in __pthread_key_atfork() argument
|
H A D | pthread_atfork.c | 20 void __fork_handler(int who) in __fork_handler() argument
|
/third_party/ltp/testcases/kernel/syscalls/setpriority/ |
H A D | setpriority02.c | 38 int who; member
|
H A D | setpriority01.c | 26 int *who; member
|
/third_party/musl/compat/time32/ |
H A D | getrusage_time32.c | 25 int __getrusage_time32(int who, struct compat_rusage *usage) in __getrusage_time32() argument
|
/third_party/python/Modules/clinic/ |
H A D | resource.c.h | 22 int who; in resource_getrusage() local
|
/third_party/musl/src/malloc/mallocng/ |
H A D | glue.h | 88 static inline void malloc_atfork(int who) in malloc_atfork() argument
|
/third_party/eudev/src/collect/ |
H A D | collect.c | 216 struct _mate *who = NULL; in invite() local 244 struct _mate *who = NULL; in reject() local 439 struct _mate *who; in main() local [all...] |
/third_party/musl/src/malloc/oldmalloc/ |
H A D | malloc.c | 699 void __malloc_atfork(int who) in __malloc_atfork() argument
|
/third_party/musl/porting/linux/user/src/aio/ |
H A D | aio.c | 405 void __aio_atfork(int who) in __aio_atfork() argument
|
/third_party/musl/porting/liteos_a/user/src/aio/ |
H A D | aio.c | 405 void __aio_atfork(int who) in __aio_atfork() argument
|
/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/ |
H A D | malloc.c | 540 void __malloc_atfork(int who) in __malloc_atfork() argument
|
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/ |
H A D | malloc.c | 631 void __malloc_atfork(int who) in __malloc_atfork() argument
|
/third_party/musl/src/aio/ |
H A D | aio.c | 418 void __aio_atfork(int who) in __aio_atfork() argument
|
/third_party/python/Modules/ |
H A D | resource.c | 91 resource_getrusage_impl(PyObject *module, int who) in resource_getrusage_impl() argument
|
/third_party/ltp/lib/ |
H A D | safe_macros.c | 1033 int safe_getpriority(const char *file, const int lineno, int which, id_t who) in safe_getpriority() argument 147 safe_getrusage(const char *file, const int lineno, void (*cleanup_fn) (void), int who, struct rusage *usage) safe_getrusage() argument
|