Home
last modified time | relevance | path

Searched refs:HAVE_CLOCK_GETTIME_RUNTIME (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Python/
Dpytime.c11 # define HAVE_CLOCK_GETTIME_RUNTIME __builtin_available(macOS 10.12, iOS 10.0, tvOS 10.0, watchO… macro
704 #ifdef HAVE_CLOCK_GETTIME_RUNTIME in py_get_system_clock()
705 if (HAVE_CLOCK_GETTIME_RUNTIME) { in py_get_system_clock()
732 #ifdef HAVE_CLOCK_GETTIME_RUNTIME in py_get_system_clock()
738 #if !defined(HAVE_CLOCK_GETTIME) || defined(HAVE_CLOCK_GETTIME_RUNTIME) in py_get_system_clock()
759 #if defined(HAVE_CLOCK_GETTIME_RUNTIME) && defined(HAVE_CLOCK_GETTIME) in py_get_system_clock()
/third_party/python/Modules/
Dtimemodule.c56 # define HAVE_CLOCK_GETTIME_RUNTIME __builtin_available(macOS 10.12, iOS 10.0, tvOS 10.0, watchO… macro
59 #ifndef HAVE_CLOCK_GETTIME_RUNTIME
60 # define HAVE_CLOCK_GETTIME_RUNTIME 1 macro
1227 if (HAVE_CLOCK_GETTIME_RUNTIME) {
1594 if (HAVE_CLOCK_GETTIME_RUNTIME) {
1886 if (HAVE_CLOCK_GETTIME_RUNTIME) {
1912 if (HAVE_CLOCK_GETTIME_RUNTIME) {
1931 if (HAVE_CLOCK_GETTIME_RUNTIME) {