Home
last modified time | relevance | path

Searched defs:_gil_runtime_state (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Include/internal/
Dpycore_gil.h23 struct _gil_runtime_state { struct
25 unsigned long interval;
28 _Py_atomic_address last_holder;
31 _Py_atomic_int locked;
33 unsigned long switch_number;
37 PyCOND_T cond;
38 PyMUTEX_T mutex;
42 PyCOND_T switch_cond;
43 PyMUTEX_T switch_mutex;