Home
last modified time | relevance | path

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

/external/python/cpython3/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
/external/python/cpython3/Include/
Dpythread.h162 PyAPI_FUNC(void *) PyThread_tss_get(Py_tss_t *key);
/external/python/pybind11/include/pybind11/detail/
Dinternals.h25 # define PYBIND11_TLS_GET_VALUE(key) PyThread_tss_get((key))
/external/python/cpython3/PC/
Dpython3dll.c568 EXPORT_FUNC(PyThread_tss_get)
/external/python/cpython3/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::
Dpython3.10.abi682 …<elf-symbol name='PyThread_tss_get' type='func-type' binding='global-binding' visibility='default-…
17478 …<function-decl name='PyThread_tss_get' mangled-name='PyThread_tss_get' filepath='./Include/pythrea…
18456PyThread_tss_get' mangled-name='PyThread_tss_get' filepath='Python/thread_pthread.h' line='925' co…
/external/python/cpython3/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()
/external/python/cpython3/Misc/
Dstable_abi.txt1998 function PyThread_tss_get
/external/python/cpython3/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)