Home
last modified time | relevance | path

Searched defs:timespec (Results 1 – 8 of 8) sorted by relevance

/llvm-project/libc/include/llvm-libc-types/
H A Dstruct_timespec.h14 struct timespec { struct
15 tv_sectimespec global() argument
17 tv_nsectimespec global() argument
/llvm-project/clang/test/Modules/Inputs/odr_hash-elaborated-types/
H A Dtextual_time.h4 struct timespec { }; struct
/llvm-project/clang/test/Analysis/Inputs/
H A Dstd-c-library-functions-POSIX.h22 struct timespec { int x; }; struct
/llvm-project/compiler-rt/test/msan/Linux/
H A Dsyscalls.cpp146 timespec timespec = {}; in main() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dspuriously-wake-up-functions.c13 struct timespec {}; struct
/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h143 struct timespec { struct
144 time_t tv_sec = 0;
145 long int tv_usec = 0;
/llvm-project/bolt/runtime/
H A Dcommon.h149 struct timespec { struct
150 uint64_t tv_sec; /* seconds */
151 uint64_t tv_nsec; /* nanoseconds */
/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp99 TS2NS(timespec) global() argument
[all...]