Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dsignalmodule.c162 return (PyObject *)_Py_atomic_load(&Handlers[i].func); in get_handler()
1819 if (!_Py_atomic_load(&is_tripped)) {
2056 if (!_Py_atomic_load(&is_tripped)) {
/third_party/python/Include/internal/
H A Dpycore_atomic.h544 #define _Py_atomic_load(ATOMIC_VAL) \ macro

Completed in 3 milliseconds