Home
last modified time | relevance | path

Searched refs:_Py_atomic_load_relaxed (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Python/
H A Dceval_gil.h150 if (!_Py_atomic_load_relaxed(&gil->locked)) { in drop_gil()
169 if (_Py_atomic_load_relaxed(&ceval2->gil_drop_request) && tstate != NULL) { in drop_gil()
172 if (((PyThreadState*)_Py_atomic_load_relaxed(&gil->last_holder)) == tstate) in drop_gil()
240 if (!_Py_atomic_load_relaxed(&gil->locked)) { in take_gil()
245 while (_Py_atomic_load_relaxed(&gil->locked)) { in take_gil()
255 _Py_atomic_load_relaxed(&gil->locked) && in take_gil()
288 if (tstate != (PyThreadState*)_Py_atomic_load_relaxed(&gil->last_holder)) { in take_gil()
312 if (_Py_atomic_load_relaxed(&ceval2->gil_drop_request)) { in take_gil()
H A Dpystate.c41 ((PyThreadState*)_Py_atomic_load_relaxed(&(gilstate)->tstate_current))
H A Dceval.c92 #define _Py_atomic_load_relaxed_int32(ATOMIC_VAL) _Py_atomic_load_relaxed(ATOMIC_VAL)
/third_party/python/Include/internal/
H A Dpycore_runtime.h170 return (PyThreadState*)_Py_atomic_load_relaxed(&runtime->_finalizing); in _PyRuntimeState_GetFinalizing()
H A Dpycore_pystate.h70 return (PyThreadState*)_Py_atomic_load_relaxed(&runtime->gilstate.tstate_current); in _PyRuntimeState_GetThreadState()
H A Dpycore_atomic.h551 #define _Py_atomic_load_relaxed(ATOMIC_VAL) \ macro
/third_party/python/Modules/
H A Dsignalmodule.c1845 if (!_Py_atomic_load_relaxed(&Handlers[i].tripped)) {
2034 if (!_Py_atomic_load_relaxed(&Handlers[SIGINT].tripped)) {

Completed in 20 milliseconds