/third_party/rust/crates/rustix/src/thread/ |
H A D | setns.rs | 6 CLONE_NEWTIME, CLONE_NEWUSER, CLONE_NEWUTS, CLONE_SYSVSEM, 18 const TIME = CLONE_NEWTIME; 41 Time = CLONE_NEWTIME, 75 /// `CLONE_NEWTIME`. 76 const NEWTIME = CLONE_NEWTIME;
|
/third_party/ltp/include/lapi/ |
H A D | namespaces_constants.h | 27 #ifndef CLONE_NEWTIME 28 # define CLONE_NEWTIME 0x00000080 macro
|
H A D | sched.h | 147 #ifndef CLONE_NEWTIME 148 # define CLONE_NEWTIME 0x00000080 macro
|
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/ |
H A D | clock_gettime03.c | 9 * After a call to unshare(CLONE_NEWTIME) a new timer namespace is created, the 64 SAFE_SETNS(parent_ns, CLONE_NEWTIME); in child() 98 SAFE_UNSHARE(CLONE_NEWTIME); in verify_ns_clock()
|
/third_party/ltp/testcases/kernel/containers/timens/ |
H A D | timens01.c | 11 After a call to unshare(CLONE_NEWTIME) a new timer namespace is created, the 42 SAFE_UNSHARE(CLONE_NEWTIME); in verify_ns_clock()
|
/third_party/ltp/testcases/kernel/syscalls/sysinfo/ |
H A D | sysinfo03.c | 10 After a call to unshare(CLONE_NEWTIME) a new timer namespace is created, the 42 SAFE_UNSHARE(CLONE_NEWTIME); in verify_sysinfo()
|
/third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/ |
H A D | clock_nanosleep03.c | 12 * After a call to unshare(CLONE_NEWTIME) a new timer namespace is created, the 56 SAFE_UNSHARE(CLONE_NEWTIME); in verify_clock_nanosleep()
|
/third_party/ltp/testcases/kernel/syscalls/timerfd/ |
H A D | timerfd04.c | 11 After a call to unshare(CLONE_NEWTIME) a new timer namespace is created, the 61 SAFE_UNSHARE(CLONE_NEWTIME); in verify_timerfd()
|
/third_party/musl/porting/liteos_a/user/include/ |
H A D | sched.h | 47 #define CLONE_NEWTIME 0x00000080 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | sched.h | 39 #define CLONE_NEWTIME 0x00000080 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | sched.h | 39 #define CLONE_NEWTIME 0x00000080 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | sched.h | 41 #define CLONE_NEWTIME 0x00000080 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | sched.h | 39 #define CLONE_NEWTIME 0x00000080 macro
|
/third_party/musl/porting/linux/user/include/ |
H A D | sched.h | 53 #define CLONE_NEWTIME 0x00000080
macro
|
/third_party/musl/include/ |
H A D | sched.h | 64 #define CLONE_NEWTIME 0x00000080 macro
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 1403 pub const CLONE_NEWTIME: u32 = 128; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 1406 pub const CLONE_NEWTIME: u32 = 128; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 1398 pub const CLONE_NEWTIME: u32 = 128; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 1416 pub const CLONE_NEWTIME: u32 = 128; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 1411 pub const CLONE_NEWTIME: u32 = 128; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 1408 pub const CLONE_NEWTIME: u32 = 128; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 1403 pub const CLONE_NEWTIME: u32 = 128; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 1392 pub const CLONE_NEWTIME: u32 = 128; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 1616 pub const CLONE_NEWTIME: u32 = 128; consts
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 1401 pub const CLONE_NEWTIME: u32 = 128; consts
|