Home
last modified time | relevance | path

Searched refs:CAP_SYS_NICE (Results 1 - 3 of 3) sorted by relevance

/third_party/musl/src/linux/liteos_a/
H A Dcap.c26 CAP_SYS_NICE, CAP_SYS_TIME, CAP_SYS_BOOT};
90 case CAP_SYS_NICE: in linux_caps_to_ohos()
164 result |= 1 << CAP_SYS_NICE; in ohos_caps_to_linux()
/third_party/musl/porting/liteos_a/user/src/linux/
H A Dcap.c42 CAP_SYS_NICE, CAP_SYS_TIME, CAP_SYS_BOOT};
106 case CAP_SYS_NICE: in linux_caps_to_ohos()
180 result |= 1 << CAP_SYS_NICE; in ohos_caps_to_linux()
/third_party/rust/crates/rustix/src/thread/
H A Dprctl.rs185 const CAP_SYS_NICE: u32 = 23; consts
305 SystemNice = CAP_SYS_NICE,

Completed in 3 milliseconds