Home
last modified time | relevance | path

Searched defs:nsecs (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libc/src/time/gpu/
H A Dnanosleep.cpp22 uint64_t nsecs = req->tv_nsec + req->tv_sec * TICKS_PER_SEC; variable
/llvm-project/offload/DeviceRTL/src/
H A DMisc.cpp65 uint64_t nsecs = __nvvm_read_ptx_sreg_globaltimer(); getWTime() local
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
H A Dlast_write_time.pass.cpp119 auto nsecs = duration_cast<NanoSec>(ft.time_since_epoch() - secs); in ConvertToTimeSpec() local