Home
last modified time | relevance | path

Searched refs:tstate_current (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_runtime.h37 _Py_atomic_address tstate_current; member
H A Dpycore_pystate.h70 return (PyThreadState*)_Py_atomic_load_relaxed(&runtime->gilstate.tstate_current); in _PyRuntimeState_GetThreadState()
75 Efficient macro reading directly the 'gilstate.tstate_current' atomic
/third_party/python/Python/
H A Dpystate.c41 ((PyThreadState*)_Py_atomic_load_relaxed(&(gilstate)->tstate_current))
43 _Py_atomic_store_relaxed(&(gilstate)->tstate_current, \

Completed in 4 milliseconds