Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpythread.h159 PyAPI_FUNC(int) PyThread_tss_create(Py_tss_t *key);
/third_party/python/Python/
Dthread_nt.h451 PyThread_tss_create(Py_tss_t *key) in PyThread_tss_create() function
Dthread_pthread.h886 PyThread_tss_create(Py_tss_t *key) in PyThread_tss_create() function
Dpystate.c1336 if (PyThread_tss_create(&gilstate->autoTSSkey) != 0) { in _PyGILState_Init()
1395 if (PyThread_tss_create(&gilstate->autoTSSkey) != 0) { in _PyGILState_Reinit()
/third_party/python/Doc/data/
Dstable_abi.dat619 function,PyThread_tss_create,3.7,
Drefcounts.dat2191 PyThread_tss_create:int:::
2192 PyThread_tss_create:Py_tss_t*:key::
/third_party/python/PC/
Dpython3dll.c565 EXPORT_FUNC(PyThread_tss_create)
/third_party/python/Modules/
D_tracemalloc.c870 if (PyThread_tss_create(&tracemalloc_reentrant_key) != 0) { in tracemalloc_init()
D_testcapimodule.c5168 if (PyThread_tss_create(&tss_key) != 0) { in test_pythread_tss_key_state()
5177 if (PyThread_tss_create(&tss_key) != 0) { in test_pythread_tss_key_state()
/third_party/python/Doc/c-api/
Dinit.rst1738 :c:func:`PyThread_tss_create`.
1744 by :c:func:`PyThread_tss_create`.
1747 .. c:function:: int PyThread_tss_create(Py_tss_t *key)
1761 :c:func:`PyThread_tss_create`. This function can be called repeatedly on
/third_party/python/Misc/
Dstable_abi.txt1992 function PyThread_tss_create