Home
last modified time | relevance | path

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

/external/python/cpython3/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 pygettimeofday()
705 if (HAVE_CLOCK_GETTIME_RUNTIME) { in pygettimeofday()
732 #ifdef HAVE_CLOCK_GETTIME_RUNTIME in pygettimeofday()
738 #if !defined(HAVE_CLOCK_GETTIME) || defined(HAVE_CLOCK_GETTIME_RUNTIME) in pygettimeofday()
759 #if defined(HAVE_CLOCK_GETTIME_RUNTIME) && defined(HAVE_CLOCK_GETTIME) in pygettimeofday()
/external/python/cpython3/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
1190 if (HAVE_CLOCK_GETTIME_RUNTIME) {
1557 if (HAVE_CLOCK_GETTIME_RUNTIME) {
1849 if (HAVE_CLOCK_GETTIME_RUNTIME) {
1875 if (HAVE_CLOCK_GETTIME_RUNTIME) {
1894 if (HAVE_CLOCK_GETTIME_RUNTIME) {