Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dsignalmodule.c158 return (PyObject *)_Py_atomic_load(&Handlers[i].func); in get_handler()
1776 if (!_Py_atomic_load(&is_tripped)) {
2012 if (!_Py_atomic_load(&is_tripped)) {
/third_party/python/Include/internal/
Dpycore_atomic.h544 #define _Py_atomic_load(ATOMIC_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