/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | resource.h | 64 #define RLIMIT_SIGPENDING 11 macro
|
/third_party/ltp/testcases/kernel/syscalls/getrlimit/ |
H A D | getrlimit01.c | 39 {RLIMIT_SIGPENDING, "RLIMIT_SIGPENDING"},
|
/third_party/ltp/testcases/kernel/syscalls/tgkill/ |
H A D | tgkill02.c | 5 * tgkill() should fail with EAGAIN when RLIMIT_SIGPENDING is reached with a 36 SAFE_SETRLIMIT(RLIMIT_SIGPENDING, &sigpending); in thread_func()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | resource.h | 89 #define RLIMIT_SIGPENDING 11 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | resource.h | 89 #define RLIMIT_SIGPENDING 11 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | resource.h | 89 #define RLIMIT_SIGPENDING 11 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | resource.h | 89 #define RLIMIT_SIGPENDING 11 macro
|
/third_party/musl/include/sys/ |
H A D | resource.h | 89 #define RLIMIT_SIGPENDING 11 macro
|
/third_party/toybox/toys/posix/ |
H A D | ulimit.c | 66 RLIMIT_SIGPENDING, RLIMIT_MEMLOCK, RLIMIT_RSS, RLIMIT_NOFILE, 0, in ulimit_main()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
H A D | mod.rs | 248 pub const RLIMIT_SIGPENDING: ::__rlimit_resource_t = 11; consts 268 pub const RLIMIT_SIGPENDING: ::c_int = 11; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
H A D | mod.rs | 232 pub const RLIMIT_SIGPENDING: ::__rlimit_resource_t = 11; consts 252 pub const RLIMIT_SIGPENDING: ::c_int = 11; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
H A D | mod.rs | 210 pub const RLIMIT_SIGPENDING: ::__rlimit_resource_t = 11; consts 231 pub const RLIMIT_SIGPENDING: ::c_int = 11; consts
|
/third_party/python/Modules/ |
H A D | resource.c | 450 #ifdef RLIMIT_SIGPENDING in resource_exec() 451 ADD_INT(module, RLIMIT_SIGPENDING); in resource_exec()
|
/third_party/pulseaudio/src/daemon/ |
H A D | daemon-conf.h | 115 #ifdef RLIMIT_SIGPENDING
|
H A D | ohos_daemon-conf.c | 133 #ifdef RLIMIT_SIGPENDING 646 #ifdef RLIMIT_SIGPENDING in pa_daemon_conf_load() 864 #ifdef RLIMIT_SIGPENDING in pa_daemon_conf_dump()
|
H A D | daemon-conf.c | 133 #ifdef RLIMIT_SIGPENDING 646 #ifdef RLIMIT_SIGPENDING in pa_daemon_conf_load() 864 #ifdef RLIMIT_SIGPENDING in pa_daemon_conf_dump()
|
H A D | main.c | 408 #ifdef RLIMIT_SIGPENDING in set_all_rlimits() 409 set_one_rlimit(&conf->rlimit_sigpending, RLIMIT_SIGPENDING, "RLIMIT_SIGPENDING"); in set_all_rlimits()
|
H A D | ohos_pa_main.c | 411 #ifdef RLIMIT_SIGPENDING in set_all_rlimits() 412 set_one_rlimit(&conf->rlimit_sigpending, RLIMIT_SIGPENDING, "RLIMIT_SIGPENDING"); in set_all_rlimits()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
H A D | mod.rs | 214 pub const RLIMIT_SIGPENDING: ::__rlimit_resource_t = 11; consts
|
/third_party/rust/crates/nix/src/sys/ |
H A D | resource.rs | 157 RLIMIT_SIGPENDING,
|
/third_party/rust/crates/rustix/src/backend/linux_raw/process/ |
H A D | types.rs | 69 /// `RLIMIT_SIGPENDING` 70 Sigpending = linux_raw_sys::general::RLIMIT_SIGPENDING,
|
/third_party/rust/crates/rustix/src/backend/libc/process/ |
H A D | types.rs | 98 /// `RLIMIT_SIGPENDING` 111 Sigpending = c::RLIMIT_SIGPENDING as c::c_int,
|
/third_party/toybox/toys/pending/ |
H A D | strace.c | 380 C(RLIMIT_SIGPENDING), C(RLIMIT_MSGQUEUE), C(RLIMIT_NICE), in print_alternatives()
|
/third_party/eudev/src/shared/ |
H A D | util.c | 1420 [RLIMIT_SIGPENDING] = "LimitSIGPENDING",
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1510 pub const RLIMIT_SIGPENDING: ::c_int = 11; consts
|