Searched refs:who (Results 1 - 9 of 9) sorted by relevance

/seL4-camkes-master/projects/musllibc/src/misc/
H A Dgetrusage.c4 int getrusage(int who, struct rusage *ru) argument
6 return syscall(SYS_getrusage, who, ru);
H A Dsetpriority.c4 int setpriority(int which, id_t who, int prio) argument
6 return syscall(SYS_setpriority, which, who, prio);
H A Dgetpriority.c4 int getpriority(int which, id_t who) argument
6 int ret = syscall(SYS_getpriority, which, who);
/seL4-camkes-master/projects/musllibc/src/thread/
H A Dpthread_atfork.c13 void __fork_handler(int who) argument
17 if (who < 0) {
25 if (!who && p->parent) p->parent();
26 else if (who && p->child) p->child();
/seL4-camkes-master/tools/rumprun/lib/librumprun_base/
H A Dsyscall_misc.c85 __getrusage50(int who, struct rusage *usage) argument
90 if (who == RUSAGE_SELF) {
/seL4-camkes-master/tools/rumprun/lib/libbmk_core/
H A Dmemalloc.c65 uint8_t mh_who; /* who allocated */
160 bmk_memalloc(unsigned long nbytes, unsigned long align, enum bmk_memwho who) argument
212 hdr->mh_who = who;
229 bmk_memcalloc(unsigned long n, unsigned long size, enum bmk_memwho who) argument
237 if ((v = bmk_memalloc(tot, MINALIGN, who)) != NULL) {
244 bmk_memfree(void *cp, enum bmk_memwho who) argument
263 if (hdr->mh_who != who) {
265 hdr->mh_who, who, cp);
/seL4-camkes-master/tools/riscv-pk/pk/
H A Dhandlers.c67 const char* who = (tf->status & SSTATUS_SPP) ? "Kernel" : "User"; local
68 panic("%s %s segfault @ %p", who, type, addr);
/seL4-camkes-master/tools/rumprun/lib/libbmk_rumpuser/
H A Drumpuser_synch.c45 struct bmk_thread *who; member in struct:waiter
58 w.who = bmk_current;
80 bmk_sched_wake(w->who);
92 bmk_sched_wake(w->who);
/seL4-camkes-master/kernel/manual/parts/
H A Dipc.tex252 the caller who would still be waiting for a reply.

Completed in 65 milliseconds