Searched refs:prlimit64 (Results 1 - 11 of 11) sorted by relevance
/third_party/musl/src/linux/ |
H A D | prlimit.c | 25 #undef prlimit64 macro 26 weak_alias(prlimit, prlimit64);
|
/third_party/rust/crates/rustix/src/backend/libc/ |
H A D | offset.rs | 99 // `prlimit64` wasn't supported in glibc until 2.13. 102 fn prlimit64( in prlimit64() functions 111 fn prlimit64( in prlimit64() functions 120 fn prlimit64( in prlimit64() functions 134 prlimit64(pid, resource, new_limit, old_limit) in prlimit64() 143 prlimit64(pid, resource, new_limit, old_limit) 152 prlimit64(pid, resource, new_limit, old_limit)
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | resource.h | 58 #define prlimit64 prlimit macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | resource.h | 58 #define prlimit64 prlimit macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | resource.h | 58 #define prlimit64 prlimit macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | resource.h | 58 #define prlimit64 prlimit macro
|
/third_party/musl/include/sys/ |
H A D | resource.h | 58 #define prlimit64 prlimit macro
|
/third_party/toybox/toys/pending/ |
H A D | strace.c | 505 SC(prlimit64, "d^rlimit^{rlimit}/{rlimit}"); in print_enter()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
H A D | mod.rs | 731 pub fn prlimit64( in prlimit64() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 1175 pub fn prlimit64( in prlimit64() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 3089 pub fn prlimit64( in prlimit64() functions
|
Completed in 19 milliseconds