Searched refs:_Py_atomic_store_explicit (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Include/internal/ |
D | pycore_atomic.h | 59 #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)
|
/third_party/python/Python/ |
D | ceval_gil.h | 117 _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()
|