Home
last modified time | relevance | path

Searched defs:who (Results 1 – 25 of 43) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/getrusage/
Dgetrusage02.c24 static int libc_getrusage(int who, void *usage) in libc_getrusage()
29 static int sys_getrusage(int who, void *usage) in sys_getrusage()
35 int who; member
Dgetrusage01.c19 int who; member
/third_party/musl/porting/liteos_a/user/src/misc/
Dgetpriority.c4 int getpriority(int which, id_t who) in getpriority()
/third_party/musl/src/misc/
Dsetpriority.c4 int setpriority(int which, id_t who, int prio) in setpriority()
Dgetpriority.c4 int getpriority(int which, id_t who) in getpriority()
Dgetrusage.c6 int getrusage(int who, struct rusage *ru) in getrusage()
/third_party/ltp/testcases/kernel/syscalls/ioprio/
Dioprio.h39 static inline int sys_ioprio_get(int which, int who) in sys_ioprio_get()
44 static inline int sys_ioprio_set(int which, int who, int ioprio) in sys_ioprio_set()
/third_party/rust/crates/nix/test/test_kmod/hello_mod/
Dhello.c8 static char *who = "World"; variable
/third_party/node/test/parallel/
Dtest-stdio-pipe-access.js11 const who = process.argv.length <= 2 ? 'runner' : process.argv[2]; constant
Dtest-stdio-pipe-redirect.js13 const who = process.argv.length <= 2 ? 'parent' : process.argv[2]; constant
/third_party/ltp/testcases/kernel/syscalls/getpriority/
Dgetpriority02.c26 int who; member
/third_party/musl/src/thread/
Dpthread_atfork.c14 void __fork_handler(int who) in __fork_handler()
/third_party/rust/crates/rustix/tests/net/
Dv6.rs27 let who = match getsockname(&connection_socket).unwrap() { in server() localVariable
Dv4.rs23 let who = match getsockname(&connection_socket).unwrap() { in server() localVariable
Dpoll.rs26 let who = match getsockname(&connection_socket).unwrap() { in server() localVariable
/third_party/ltp/testcases/kernel/syscalls/setpriority/
Dsetpriority02.c38 int who; member
Dsetpriority01.c26 int *who; member
/third_party/node/deps/uvwasi/src/
Dclocks.c60 #define UVWASI__GETRUSAGE_AND_RETURN(who, time) \ argument
/third_party/rust/crates/rustix/tests/io/
Depoll.rs21 let who = match getsockname(&listen_sock).unwrap() { in server() localVariable
/third_party/musl/src/malloc/mallocng/
Dglue.h86 static inline void malloc_atfork(int who) in malloc_atfork()
/third_party/python/Modules/clinic/
Dresource.c.h20 int who; in resource_getrusage() local
/third_party/musl/compat/time32/
Dgetrusage_time32.c25 int __getrusage_time32(int who, struct compat_rusage *usage) in __getrusage_time32()
/third_party/python/Modules/
Dresource.c90 resource_getrusage_impl(PyObject *module, int who) in resource_getrusage_impl()
/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/
Dmalloc.c540 void __malloc_atfork(int who) in __malloc_atfork()
/third_party/musl/src/malloc/oldmalloc/
Dmalloc.c540 void __malloc_atfork(int who) in __malloc_atfork()

12