Home
last modified time | relevance | path

Searched refs:HAVE_GETPRIORITY (Results 1 – 17 of 17) sorted by relevance

/external/python/cpython2/android_arm64/pyconfig/
Dpyconfig.h336 #define HAVE_GETPRIORITY 1 macro
/external/python/cpython2/android_x86/pyconfig/
Dpyconfig.h336 #define HAVE_GETPRIORITY 1 macro
/external/python/cpython2/android_x86_64/pyconfig/
Dpyconfig.h336 #define HAVE_GETPRIORITY 1 macro
/external/python/cpython2/android_arm/pyconfig/
Dpyconfig.h336 #define HAVE_GETPRIORITY 1 macro
/external/python/cpython2/linux_x86_64/pyconfig/
Dpyconfig.h339 #define HAVE_GETPRIORITY 1 macro
/external/python/cpython2/linux_arm64/pyconfig/
Dpyconfig.h363 #define HAVE_GETPRIORITY 1 macro
/external/python/cpython2/darwin_x86_64/pyconfig/
Dpyconfig.h340 #define HAVE_GETPRIORITY 1 macro
/external/python/cpython3/android/darwin/pyconfig/
Dpyconfig.h511 #define HAVE_GETPRIORITY 1 macro
/external/python/cpython3/android/bionic/pyconfig/
Dpyconfig.h505 #define HAVE_GETPRIORITY 1 macro
/external/python/cpython3/android/linux_arm64/pyconfig/
Dpyconfig.h503 #define HAVE_GETPRIORITY 1 macro
/external/python/cpython3/android/linux_x86_64/pyconfig/
Dpyconfig.h505 #define HAVE_GETPRIORITY 1 macro
/external/python/cpython2/RISCOS/
Dpyconfig.h389 #undef HAVE_GETPRIORITY
/external/python/cpython2/
Dpyconfig.h.in362 #undef HAVE_GETPRIORITY
/external/python/cpython3/
Dpyconfig.h.in502 #undef HAVE_GETPRIORITY
/external/python/cpython3/Modules/
Dposixmodule.c4574 #if defined(HAVE_BROKEN_NICE) && defined(HAVE_GETPRIORITY) in os_nice_impl()
4586 #ifdef HAVE_GETPRIORITY
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h1419 #if defined(HAVE_GETPRIORITY)
/external/python/cpython2/Modules/
Dposixmodule.c2750 #if defined(HAVE_BROKEN_NICE) && defined(HAVE_GETPRIORITY) in posix_nice()