Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A 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) \ macro
164 #define _Py_atomic_store_explicit(ATOMIC_VAL, NEW_VAL, ORDER) \ macro
366 #define _Py_atomic_store_explicit(ATOMIC_VAL, NEW_VAL, ORDER) \ macro
502 #define _Py_atomic_store_explicit(ATOMIC_VAL, NEW_VAL, ORDER) \ macro
535 #define _Py_atomic_store_explicit(ATOMIC_VAL, NEW_VAL, ORDER) \ macro
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/
H A 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()

Completed in 2 milliseconds