Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_atomic.h59 #define _Py_atomic_store_explicit(ATOMIC_VAL, NEW_VAL, ORDER) \ macro
90 #define _Py_atomic_store_explicit(ATOMIC_VAL, NEW_VAL, ORDER) \
164 #define _Py_atomic_store_explicit(ATOMIC_VAL, NEW_VAL, ORDER) \
366 #define _Py_atomic_store_explicit(ATOMIC_VAL, NEW_VAL, ORDER) \
502 #define _Py_atomic_store_explicit(ATOMIC_VAL, NEW_VAL, ORDER) \
535 #define _Py_atomic_store_explicit(ATOMIC_VAL, NEW_VAL, ORDER) \
543 _Py_atomic_store_explicit((ATOMIC_VAL), (NEW_VAL), _Py_memory_order_seq_cst)
550 _Py_atomic_store_explicit((ATOMIC_VAL), (NEW_VAL), _Py_memory_order_relaxed)
/external/python/cpython3/Python/
Dceval_gil.h117 _Py_atomic_store_explicit(&gil->locked, 0, _Py_memory_order_release); in create_gil()
131 _Py_atomic_store_explicit(&gil->locked, -1, in destroy_gil()