Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpyatomic.h287 inline intptr_t _Py_atomic_load_64bit(volatile uintptr_t* value, int order) { in _Py_atomic_load_64bit() function
319 #define _Py_atomic_load_64bit(ATOMIC_VAL, ORDER) *ATOMIC_VAL macro
417 inline intptr_t _Py_atomic_load_64bit(volatile uintptr_t* value, int order) { in _Py_atomic_load_64bit() function
449 #define _Py_atomic_load_64bit(ATOMIC_VAL, ORDER) *ATOMIC_VAL macro