Home
last modified time | relevance | path

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

/third_party/rust/crates/rustix/src/backend/linux_raw/
H A Dvdso_wrappers.rs30 // Safety: `CLOCK_GETTIME` contains either null or the address of a
35 let callee = match transmute(CLOCK_GETTIME.load(Relaxed)) {
67 // Safety: `CLOCK_GETTIME` contains either null or the address of a
73 let callee = match transmute(CLOCK_GETTIME.load(Relaxed)) {
217 /// Initialize `CLOCK_GETTIME` and return its value.
222 unsafe { transmute(CLOCK_GETTIME.load(Relaxed)) } in init_clock_gettime()
237 static mut CLOCK_GETTIME: AtomicPtr<Function> = AtomicPtr::new(null_mut()); consts
317 CLOCK_GETTIME in minimal_init()
382 CLOCK_GETTIME.store(ptr.cast(), Relaxed); in init()

Completed in 1 milliseconds