Home
last modified time | relevance | path

Searched refs:_Py_atomic_load_relaxed (Results 1 – 25 of 98) sorted by relevance

1234

/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dceval_gil.h147 if (!_Py_atomic_load_relaxed(&gil->locked)) { in drop_gil()
166 if (_Py_atomic_load_relaxed(&ceval->gil_drop_request) && tstate != NULL) { in drop_gil()
169 if (((PyThreadState*)_Py_atomic_load_relaxed(&gil->last_holder)) == tstate) in drop_gil()
194 if (!_Py_atomic_load_relaxed(&gil->locked)) { in take_gil()
198 while (_Py_atomic_load_relaxed(&gil->locked)) { in take_gil()
210 _Py_atomic_load_relaxed(&gil->locked) && in take_gil()
226 if (tstate != (PyThreadState*)_Py_atomic_load_relaxed(&gil->last_holder)) { in take_gil()
235 if (_Py_atomic_load_relaxed(&ceval->gil_drop_request)) { in take_gil()
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dceval_gil.h147 if (!_Py_atomic_load_relaxed(&gil->locked)) { in drop_gil()
166 if (_Py_atomic_load_relaxed(&ceval->gil_drop_request) && tstate != NULL) { in drop_gil()
169 if (((PyThreadState*)_Py_atomic_load_relaxed(&gil->last_holder)) == tstate) in drop_gil()
194 if (!_Py_atomic_load_relaxed(&gil->locked)) { in take_gil()
198 while (_Py_atomic_load_relaxed(&gil->locked)) { in take_gil()
210 _Py_atomic_load_relaxed(&gil->locked) && in take_gil()
226 if (tstate != (PyThreadState*)_Py_atomic_load_relaxed(&gil->last_holder)) { in take_gil()
235 if (_Py_atomic_load_relaxed(&ceval->gil_drop_request)) { in take_gil()
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dceval_gil.h147 if (!_Py_atomic_load_relaxed(&gil->locked)) { in drop_gil()
166 if (_Py_atomic_load_relaxed(&ceval->gil_drop_request) && tstate != NULL) { in drop_gil()
169 if (((PyThreadState*)_Py_atomic_load_relaxed(&gil->last_holder)) == tstate) in drop_gil()
194 if (!_Py_atomic_load_relaxed(&gil->locked)) { in take_gil()
198 while (_Py_atomic_load_relaxed(&gil->locked)) { in take_gil()
210 _Py_atomic_load_relaxed(&gil->locked) && in take_gil()
226 if (tstate != (PyThreadState*)_Py_atomic_load_relaxed(&gil->last_holder)) { in take_gil()
235 if (_Py_atomic_load_relaxed(&ceval->gil_drop_request)) { in take_gil()
/dports/lang/python38/Python-3.8.12/Python/
H A Dceval_gil.h147 if (!_Py_atomic_load_relaxed(&gil->locked)) { in drop_gil()
166 if (_Py_atomic_load_relaxed(&ceval->gil_drop_request) && tstate != NULL) { in drop_gil()
169 if (((PyThreadState*)_Py_atomic_load_relaxed(&gil->last_holder)) == tstate) in drop_gil()
194 if (!_Py_atomic_load_relaxed(&gil->locked)) { in take_gil()
198 while (_Py_atomic_load_relaxed(&gil->locked)) { in take_gil()
210 _Py_atomic_load_relaxed(&gil->locked) && in take_gil()
226 if (tstate != (PyThreadState*)_Py_atomic_load_relaxed(&gil->last_holder)) { in take_gil()
235 if (_Py_atomic_load_relaxed(&ceval->gil_drop_request)) { in take_gil()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dceval_gil.h147 if (!_Py_atomic_load_relaxed(&gil->locked)) { in drop_gil()
166 if (_Py_atomic_load_relaxed(&ceval->gil_drop_request) && tstate != NULL) { in drop_gil()
169 if (((PyThreadState*)_Py_atomic_load_relaxed(&gil->last_holder)) == tstate) in drop_gil()
194 if (!_Py_atomic_load_relaxed(&gil->locked)) { in take_gil()
198 while (_Py_atomic_load_relaxed(&gil->locked)) { in take_gil()
210 _Py_atomic_load_relaxed(&gil->locked) && in take_gil()
226 if (tstate != (PyThreadState*)_Py_atomic_load_relaxed(&gil->last_holder)) { in take_gil()
235 if (_Py_atomic_load_relaxed(&ceval->gil_drop_request)) { in take_gil()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dceval_gil.h152 if (!_Py_atomic_load_relaxed(&gil->locked)) { in drop_gil()
171 if (_Py_atomic_load_relaxed(&ceval2->gil_drop_request) && tstate != NULL) { in drop_gil()
174 if (((PyThreadState*)_Py_atomic_load_relaxed(&gil->last_holder)) == tstate) in drop_gil()
246 if (!_Py_atomic_load_relaxed(&gil->locked)) { in take_gil()
250 while (_Py_atomic_load_relaxed(&gil->locked)) { in take_gil()
260 _Py_atomic_load_relaxed(&gil->locked) && in take_gil()
283 if (tstate != (PyThreadState*)_Py_atomic_load_relaxed(&gil->last_holder)) { in take_gil()
307 if (_Py_atomic_load_relaxed(&ceval2->gil_drop_request)) { in take_gil()
/dports/lang/python37/Python-3.7.12/Python/
H A Dceval_gil.h151 if (!_Py_atomic_load_relaxed(&_PyRuntime.ceval.gil.locked)) in drop_gil()
169 if (_Py_atomic_load_relaxed(&_PyRuntime.ceval.gil_drop_request) && in drop_gil()
174 if (((PyThreadState*)_Py_atomic_load_relaxed( in drop_gil()
200 if (!_Py_atomic_load_relaxed(&_PyRuntime.ceval.gil.locked)) in take_gil()
203 while (_Py_atomic_load_relaxed(&_PyRuntime.ceval.gil.locked)) { in take_gil()
213 _Py_atomic_load_relaxed(&_PyRuntime.ceval.gil.locked) && in take_gil()
228 if (tstate != (PyThreadState*)_Py_atomic_load_relaxed( in take_gil()
240 if (_Py_atomic_load_relaxed(&_PyRuntime.ceval.gil_drop_request)) { in take_gil()
/dports/lang/python39/Python-3.9.9/Python/
H A Dceval_gil.h148 if (!_Py_atomic_load_relaxed(&gil->locked)) { in drop_gil()
167 if (_Py_atomic_load_relaxed(&ceval2->gil_drop_request) && tstate != NULL) { in drop_gil()
170 if (((PyThreadState*)_Py_atomic_load_relaxed(&gil->last_holder)) == tstate) in drop_gil()
238 if (!_Py_atomic_load_relaxed(&gil->locked)) { in take_gil()
242 while (_Py_atomic_load_relaxed(&gil->locked)) { in take_gil()
252 _Py_atomic_load_relaxed(&gil->locked) && in take_gil()
275 if (tstate != (PyThreadState*)_Py_atomic_load_relaxed(&gil->last_holder)) { in take_gil()
299 if (_Py_atomic_load_relaxed(&ceval2->gil_drop_request)) { in take_gil()
/dports/lang/python310/Python-3.10.1/Python/
H A Dceval_gil.h152 if (!_Py_atomic_load_relaxed(&gil->locked)) { in drop_gil()
171 if (_Py_atomic_load_relaxed(&ceval2->gil_drop_request) && tstate != NULL) { in drop_gil()
174 if (((PyThreadState*)_Py_atomic_load_relaxed(&gil->last_holder)) == tstate) in drop_gil()
246 if (!_Py_atomic_load_relaxed(&gil->locked)) { in take_gil()
250 while (_Py_atomic_load_relaxed(&gil->locked)) { in take_gil()
260 _Py_atomic_load_relaxed(&gil->locked) && in take_gil()
283 if (tstate != (PyThreadState*)_Py_atomic_load_relaxed(&gil->last_holder)) { in take_gil()
307 if (_Py_atomic_load_relaxed(&ceval2->gil_drop_request)) { in take_gil()
/dports/devel/py-cffi/cffi-1.15.0/c/
H A Dmisc_thread_common.h323 #elif defined(_Py_atomic_load_relaxed) in get_current_ts()
324 return (PyThreadState*)_Py_atomic_load_relaxed(&_PyThreadState_Current); in get_current_ts()
/dports/lang/python39/Python-3.9.9/Include/internal/
H A Dpycore_runtime.h133 return (PyThreadState*)_Py_atomic_load_relaxed(&runtime->_finalizing); in _PyRuntimeState_GetFinalizing()
H A Dpycore_pystate.h55 return (PyThreadState*)_Py_atomic_load_relaxed(&runtime->gilstate.tstate_current); in _PyRuntimeState_GetThreadState()
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/internal/
H A Dpycore_runtime.h133 return (PyThreadState*)_Py_atomic_load_relaxed(&runtime->_finalizing); in _PyRuntimeState_GetFinalizing()
H A Dpycore_pystate.h55 return (PyThreadState*)_Py_atomic_load_relaxed(&runtime->gilstate.tstate_current); in _PyRuntimeState_GetThreadState()
/dports/lang/python310/Python-3.10.1/Include/internal/
H A Dpycore_runtime.h146 return (PyThreadState*)_Py_atomic_load_relaxed(&runtime->_finalizing); in _PyRuntimeState_GetFinalizing()
H A Dpycore_pystate.h62 return (PyThreadState*)_Py_atomic_load_relaxed(&runtime->gilstate.tstate_current); in _PyRuntimeState_GetThreadState()
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/internal/
H A Dpycore_runtime.h146 return (PyThreadState*)_Py_atomic_load_relaxed(&runtime->_finalizing); in _PyRuntimeState_GetFinalizing()
H A Dpycore_pystate.h62 return (PyThreadState*)_Py_atomic_load_relaxed(&runtime->gilstate.tstate_current); in _PyRuntimeState_GetThreadState()
/dports/lang/python311/Python-3.11.0a3/Include/internal/
H A Dpycore_runtime.h176 return (PyThreadState*)_Py_atomic_load_relaxed(&runtime->_finalizing); in _PyRuntimeState_GetFinalizing()
H A Dpycore_pystate.h77 return (PyThreadState*)_Py_atomic_load_relaxed(&runtime->gilstate.tstate_current); in _PyRuntimeState_GetThreadState()
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Dpystate.h184 ((PyThreadState*)_Py_atomic_load_relaxed(&_PyThreadState_Current))
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dpystate.h225 ((PyThreadState*)_Py_atomic_load_relaxed(&_PyThreadState_Current))
/dports/databases/py-gdbm/Python-3.8.12/Include/internal/
H A Dpycore_pystate.h274 ((PyThreadState*)_Py_atomic_load_relaxed(&(runtime)->gilstate.tstate_current))
/dports/databases/py-sqlite3/Python-3.8.12/Include/internal/
H A Dpycore_pystate.h274 ((PyThreadState*)_Py_atomic_load_relaxed(&(runtime)->gilstate.tstate_current))
/dports/lang/python38/Python-3.8.12/Include/internal/
H A Dpycore_pystate.h274 ((PyThreadState*)_Py_atomic_load_relaxed(&(runtime)->gilstate.tstate_current))

1234