Home
last modified time | relevance | path

Searched refs:_Py_atomic_store (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Modules/
Dsignalmodule.c164 _Py_atomic_store(&Handlers[i].func, (uintptr_t)func); in set_handler()
290 _Py_atomic_store(&is_tripped, 1); in trip_signal()
1794 _Py_atomic_store(&is_tripped, 0);
1843 _Py_atomic_store(&is_tripped, 1);
2016 _Py_atomic_store(&is_tripped, 0);
/third_party/python/Include/internal/
Dpycore_atomic.h542 #define _Py_atomic_store(ATOMIC_VAL, NEW_VAL) \ macro
/third_party/python/Misc/NEWS.d/
D3.7.0a1.rst277 Add a non-dummy implementation of _Py_atomic_store and _Py_atomic_load on