Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpyatomic.h52 #define _Py_atomic_store_explicit(ATOMIC_VAL, NEW_VAL, ORDER) \ macro
83 #define _Py_atomic_store_explicit(ATOMIC_VAL, NEW_VAL, ORDER) \ macro
157 #define _Py_atomic_store_explicit(ATOMIC_VAL, NEW_VAL, ORDER) \ macro
353 #define _Py_atomic_store_explicit(ATOMIC_VAL, NEW_VAL, ORDER) \ macro
483 #define _Py_atomic_store_explicit(ATOMIC_VAL, NEW_VAL, ORDER) \ macro
516 #define _Py_atomic_store_explicit(ATOMIC_VAL, NEW_VAL, ORDER) \ macro
524 _Py_atomic_store_explicit(ATOMIC_VAL, NEW_VAL, _Py_memory_order_seq_cst)
531 _Py_atomic_store_explicit(ATOMIC_VAL, NEW_VAL, _Py_memory_order_relaxed)
/external/python/cpython3/Python/
Dceval_gil.h122 _Py_atomic_store_explicit(&_PyRuntime.ceval.gil.locked, 0, in create_gil()
137 _Py_atomic_store_explicit(&_PyRuntime.ceval.gil.locked, -1, in destroy_gil()