Home
last modified time | relevance | path

Searched refs:_LIBCPP_USE_CLOCK_GETTIME (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/src/include/
Dapple_availability.h34 #define _LIBCPP_USE_CLOCK_GETTIME macro
38 #define _LIBCPP_USE_CLOCK_GETTIME macro
42 #define _LIBCPP_USE_CLOCK_GETTIME macro
46 #define _LIBCPP_USE_CLOCK_GETTIME macro
/external/libcxx/src/
Dchrono.cpp17 #define _LIBCPP_USE_CLOCK_GETTIME macro
28 #if !defined(CLOCK_REALTIME) || !defined(_LIBCPP_USE_CLOCK_GETTIME)
78 #if defined(_LIBCPP_USE_CLOCK_GETTIME) && defined(CLOCK_REALTIME) in now()
115 #if defined(_LIBCPP_USE_CLOCK_GETTIME) && defined(CLOCK_UPTIME_RAW)
/external/libcxx/src/filesystem/
Doperations.cpp41 #define _LIBCPP_USE_CLOCK_GETTIME macro
44 #if !defined(CLOCK_REALTIME) || !defined(_LIBCPP_USE_CLOCK_GETTIME)
489 #if defined(_LIBCPP_USE_CLOCK_GETTIME) && defined(CLOCK_REALTIME) in now()