Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpythread.h140 PyAPI_FUNC(Py_tss_t *) PyThread_tss_alloc(void);
/external/python/cpython3/Python/
Dthread.c120 PyThread_tss_alloc(void) in PyThread_tss_alloc() function
/external/python/cpython3/PC/
Dpython3.def573 PyThread_tss_alloc=python37.PyThread_tss_alloc
/external/python/cpython3/Doc/c-api/
Dinit.rst1468 .. c:function:: Py_tss_t* PyThread_tss_alloc()
1477 Free the given *key* allocated by :c:func:`PyThread_tss_alloc`, after
/external/python/cpython3/Doc/data/
Drefcounts.dat2180 PyThread_tss_alloc:Py_tss_t*:::
/external/python/cpython3/Modules/
D_testcapimodule.c4531 Py_tss_t *ptr_key = PyThread_tss_alloc(); in test_pythread_tss_key_state()