Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpyatomic.h55 #define _Py_atomic_load_explicit(ATOMIC_VAL, ORDER) \ macro
89 #define _Py_atomic_load_explicit(ATOMIC_VAL, ORDER) \ macro
187 #define _Py_atomic_load_explicit(ATOMIC_VAL, ORDER) \ macro
358 #define _Py_atomic_load_explicit(ATOMIC_VAL, ORDER) \ macro
488 #define _Py_atomic_load_explicit(ATOMIC_VAL, ORDER) \ macro
518 #define _Py_atomic_load_explicit(ATOMIC_VAL, ORDER) \ macro
526 _Py_atomic_load_explicit(ATOMIC_VAL, _Py_memory_order_seq_cst)
533 _Py_atomic_load_explicit(ATOMIC_VAL, _Py_memory_order_relaxed)
/external/python/cpython3/Python/
Dceval_gil.h105 return (_Py_atomic_load_explicit(&_PyRuntime.ceval.gil.locked, in gil_created()