Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpythread.h154 PyAPI_FUNC(Py_tss_t *) PyThread_tss_alloc(void);
/third_party/python/Python/
Dthread.c137 PyThread_tss_alloc(void) in PyThread_tss_alloc() function
/third_party/python/PC/
Dpython3dll.c564 EXPORT_FUNC(PyThread_tss_alloc)
/third_party/python/Doc/data/
Dstable_abi.dat618 function,PyThread_tss_alloc,3.7,
Drefcounts.dat2189 PyThread_tss_alloc:Py_tss_t*:::
/third_party/python/Misc/
Dstable_abi.txt1990 function PyThread_tss_alloc
/third_party/python/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
/third_party/python/Modules/
D_testcapimodule.c5198 Py_tss_t *ptr_key = PyThread_tss_alloc(); in test_pythread_tss_key_state()