Home
last modified time | relevance | path

Searched refs:PyThread_tss_alloc (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Include/
Dpythread.h154 PyAPI_FUNC(Py_tss_t *) PyThread_tss_alloc(void);
/external/python/cpython3/Python/
Dthread.c141 PyThread_tss_alloc(void) in PyThread_tss_alloc() function
/external/python/pybind11/include/pybind11/detail/
Dinternals.h293 internals_ptr->tstate = PyThread_tss_alloc(); in get_internals()
/external/python/cpython3/Doc/data/
Dstable_abi.dat618 function,PyThread_tss_alloc,3.7,
Drefcounts.dat2189 PyThread_tss_alloc:Py_tss_t*:::
Dpython3.10.abi678 …<elf-symbol name='PyThread_tss_alloc' type='func-type' binding='global-binding' visibility='defaul…
18446PyThread_tss_alloc' mangled-name='PyThread_tss_alloc' filepath='Python/thread.c' line='137' column…
/external/python/cpython3/PC/
Dpython3dll.c564 EXPORT_FUNC(PyThread_tss_alloc)
/external/python/cpython3/Misc/
Dstable_abi.txt1990 function PyThread_tss_alloc
/external/python/cpython3/Doc/c-api/
Dinit.rst1713 .. c:function:: Py_tss_t* PyThread_tss_alloc()
1722 Free the given *key* allocated by :c:func:`PyThread_tss_alloc`, after
/external/python/cpython3/Modules/
D_testcapimodule.c5198 Py_tss_t *ptr_key = PyThread_tss_alloc(); in test_pythread_tss_key_state()