Home
last modified time | relevance | path

Searched refs:PyThread_tss_get (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Python/
Dpystate.c906 PyThread_tss_get(&gilstate->autoTSSkey) == tstate) in tstate_delete_common()
999 return PyThread_tss_get(&_PyRuntime.gilstate.autoTSSkey); in _PyThreadState_GetTSS()
1362 assert(PyThread_tss_get(&gilstate->autoTSSkey) == NULL); in _PyGILState_SetTstate()
1437 if (PyThread_tss_get(&gilstate->autoTSSkey) == NULL) { in _PyGILState_NoteThreadState()
1453 return (PyThreadState *)PyThread_tss_get(&gilstate->autoTSSkey); in _PyGILState_GetThisThreadState()
1500 PyThreadState *tcur = (PyThreadState *)PyThread_tss_get(&gilstate->autoTSSkey); in PyGILState_Ensure()
1536 PyThreadState *tstate = PyThread_tss_get(&runtime->gilstate.autoTSSkey); in PyGILState_Release()
Dthread_nt.h492 PyThread_tss_get(Py_tss_t *key) in PyThread_tss_get() function
Dthread_pthread.h925 PyThread_tss_get(Py_tss_t *key) in PyThread_tss_get() function
/third_party/python/Include/
Dpythread.h162 PyAPI_FUNC(void *) PyThread_tss_get(Py_tss_t *key);
/third_party/python/Doc/data/
Dstable_abi.dat622 function,PyThread_tss_get,3.7,
Drefcounts.dat2200 PyThread_tss_get:void*:::
2201 PyThread_tss_get:Py_tss_t*:key::
/third_party/python/PC/
Dpython3dll.c568 EXPORT_FUNC(PyThread_tss_get)
/third_party/python/Modules/
D_tracemalloc.c163 ptr = PyThread_tss_get(&tracemalloc_reentrant_key); in get_reentrant()
D_testcapimodule.c5189 CHECK_TSS_API(PyThread_tss_get(&tss_key)); in test_pythread_tss_key_state()
/third_party/python/Misc/
Dstable_abi.txt1998 function PyThread_tss_get
/third_party/python/Doc/c-api/
Dinit.rst1736 behaviors of :c:func:`PyThread_tss_set` and :c:func:`PyThread_tss_get` are
1772 .. c:function:: void* PyThread_tss_get(Py_tss_t *key)