Searched refs:who (Results 1 – 12 of 12) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | getpriority.c | 16 __priority_which_t, which, id_t, who) in _syscall2() argument 21 int getpriority(__priority_which_t which, id_t who) in _syscall2() 25 res = __syscall_getpriority(which, who); in _syscall2()
|
A D | getrusage.c | 13 _syscall2(int, getrusage, __rusage_who_t, who, struct rusage *, usage)
|
A D | setpriority.c | 14 _syscall3(int, setpriority, __priority_which_t, which, id_t, who, int, prio)
|
/l4re-core-master/l4re/include/ |
A D | unique_cap | 38 * \note This type is intended for users who implement a custom capability 53 * \note This function is intended for users who implement a custom capability 71 * \note This type is intended for users who implement a custom capability 86 * \note This function is intended for users who implement a custom capability
|
A D | shared_cap | 40 * \note This type is intended for users who implement a custom capability 55 * \note This function is intended for users who implement a custom capability 76 * \note This type is intended for users who implement a custom capability 91 * \note This function is intended for users who implement a custom capability
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ |
A D | DEDICATION.mjn3 | 2 All of my uClibc and busybox work is dedicated to Toni, my love who
|
A D | Changelog | 59 See Changelog.full for the complete list of who did what. 93 See Changelog.full for the complete list of who did what. 117 See Changelog.full for the complete list of who did what. 145 See Changelog.full for the complete list of who did what. 175 See Changelog.full for the complete list of who did what. 206 See Changelog.full for the complete list of who did what. 234 See Changelog.full for the complete list of who did what. 283 See Changelog.full for the complete list of who did what. 334 See Changelog.full for the complete list of who did what. 424 See Changelog.full for the complete list of who did what. [all …]
|
/l4re-core-master/libc_backends/lib/misc/ |
A D | misc.c | 464 int getrusage(int who, struct rusage* usage) in getrusage() argument 466 (void)who; (void)usage; in getrusage()
|
/l4re-core-master/l4sys/include/ |
A D | exception | 38 * thread's exception handler, who can then handle it.
|
/l4re-core-master/ |
A D | COPYING | 122 entire whole, and thus to each and every part regardless of who wrote it. 176 However, parties who have received copies, or rights, from you under 206 all those who receive copies directly or indirectly through you, then 231 original copyright holder who places the Program under this License
|
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/ |
A D | PORTING | 134 and since you're the only one who cares about this arch (right now), you
|
/l4re-core-master/lua/lib/contrib/src/ |
A D | lparser.c | 130 static void check_match (LexState *ls, int what, int who, int where) { in check_match() argument 137 luaX_token2str(ls, what), luaX_token2str(ls, who), where)); in check_match()
|
Completed in 15 milliseconds