Searched refs:threading_local_key (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Modules/ |
D | _threadmodule.c | 1431 PyTuple_SET_ITEM(args, 1, Py_NewRef(tstate->threading_local_key)); in create_sentinel_wr() 1545 if (tstate->threading_local_key != NULL) { in create_localdummies() 1550 tstate->threading_local_key = ld_type->tp_alloc(ld_type, 0); in create_localdummies() 1551 if (tstate->threading_local_key == NULL) { in create_localdummies() 1557 Py_CLEAR(tstate->threading_local_key); in create_localdummies() 1585 if (PyDict_SetItem(self->localdicts, tstate->threading_local_key, ldict) < in create_localsdict() 1593 if (PyDict_DelItem(self->localdicts, tstate->threading_local_key) < in create_localsdict() 1603 if (PyDict_DelItem(self->localdicts, tstate->threading_local_key) < in create_localsdict() 1634 if (PyDict_GetItemRef(self->localdicts, tstate->threading_local_key, in _ldict() 1655 if (PyDict_DelItem(self->localdicts, tstate->threading_local_key) < in _ldict()
|
/external/python/cpython3/Include/cpython/ |
D | pystate.h | 197 PyObject *threading_local_key; member
|
/external/python/cpython3/Python/ |
D | pystate.c | 1708 Py_CLEAR(tstate->threading_local_key); in PyThreadState_Clear()
|
/external/python/cpython3/Doc/data/ |
D | python3.13.abi | 14992 …<var-decl name='threading_local_key' type-id='type-id-4' visibility='default' filepath='./Include/…
|