Home
last modified time | relevance | path

Searched refs:RLIMIT_RTPRIO (Results 1 - 25 of 41) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/getrlimit/
H A Dgetrlimit01.c36 #ifdef RLIMIT_RTPRIO
37 {RLIMIT_RTPRIO, "RLIMIT_RTPRIO"},
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dresource.h67 #define RLIMIT_RTPRIO 14 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dresource.h92 #define RLIMIT_RTPRIO 14 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dresource.h92 #define RLIMIT_RTPRIO 14 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dresource.h92 #define RLIMIT_RTPRIO 14 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dresource.h92 #define RLIMIT_RTPRIO 14 macro
/third_party/musl/include/sys/
H A Dresource.h92 #define RLIMIT_RTPRIO 14 macro
/third_party/toybox/toys/posix/
H A Dulimit.c67 RLIMIT_MSGQUEUE, RLIMIT_RTTIME, RLIMIT_RTPRIO, RLIMIT_STACK, in ulimit_main()
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
H A Dmod.rs251 pub const RLIMIT_RTPRIO: ::__rlimit_resource_t = 14; consts
271 pub const RLIMIT_RTPRIO: ::c_int = 14; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
H A Dmod.rs235 pub const RLIMIT_RTPRIO: ::__rlimit_resource_t = 14; consts
255 pub const RLIMIT_RTPRIO: ::c_int = 14; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
H A Dmod.rs213 pub const RLIMIT_RTPRIO: ::__rlimit_resource_t = 14; consts
234 pub const RLIMIT_RTPRIO: ::c_int = 14; consts
/third_party/pulseaudio/src/pulsecore/
H A Dcore-util.h53 #if !defined(RLIMIT_RTPRIO) && defined(__linux__)
54 #define RLIMIT_RTPRIO 14 macro
/third_party/python/Modules/
H A Dresource.c442 #ifdef RLIMIT_RTPRIO in resource_exec()
443 ADD_INT(module, RLIMIT_RTPRIO); in resource_exec()
/third_party/pulseaudio/src/daemon/
H A Ddaemon-conf.h124 #ifdef RLIMIT_RTPRIO
H A Dohos_daemon-conf.c142 #ifdef RLIMIT_RTPRIO
655 #ifdef RLIMIT_RTPRIO in pa_daemon_conf_load()
873 #ifdef RLIMIT_RTPRIO in pa_daemon_conf_dump()
H A Ddaemon-conf.c142 #ifdef RLIMIT_RTPRIO
655 #ifdef RLIMIT_RTPRIO in pa_daemon_conf_load()
873 #ifdef RLIMIT_RTPRIO in pa_daemon_conf_dump()
H A Dmain.c417 #ifdef RLIMIT_RTPRIO in set_all_rlimits()
418 set_one_rlimit(&conf->rlimit_rtprio, RLIMIT_RTPRIO, "RLIMIT_RTPRIO"); in set_all_rlimits()
H A Dohos_pa_main.c420 #ifdef RLIMIT_RTPRIO in set_all_rlimits()
421 set_one_rlimit(&conf->rlimit_rtprio, RLIMIT_RTPRIO, "RLIMIT_RTPRIO"); in set_all_rlimits()
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
H A Dmod.rs217 pub const RLIMIT_RTPRIO: ::__rlimit_resource_t = 14; consts
/third_party/rust/crates/nix/src/sys/
H A Dresource.rs144 RLIMIT_RTPRIO,
/third_party/rust/crates/rustix/src/backend/linux_raw/process/
H A Dtypes.rs75 /// `RLIMIT_RTPRIO`
76 Rtprio = linux_raw_sys::general::RLIMIT_RTPRIO,
/third_party/rust/crates/rustix/src/backend/libc/process/
H A Dtypes.rs140 /// `RLIMIT_RTPRIO`
153 Rtprio = c::RLIMIT_RTPRIO as c::c_int,
/third_party/toybox/toys/pending/
H A Dstrace.c381 C(RLIMIT_RTPRIO), C(RLIMIT_RTTIME), 0); in print_alternatives()
/third_party/eudev/src/shared/
H A Dutil.c1423 [RLIMIT_RTPRIO] = "LimitRTPRIO",
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1513 pub const RLIMIT_RTPRIO: ::c_int = 14; consts

Completed in 23 milliseconds

12