Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpythread.h120 PyAPI_FUNC(int) PyThread_tss_set(Py_tss_t *key, void *value);
/third_party/python/Python/
Dthread_nt.h495 PyThread_tss_set(Py_tss_t *key, void *value) in PyThread_tss_set() function
Dpystate.c1095 PyThread_tss_set(&gilstate->autoTSSkey, NULL); in tstate_delete_common()
1593 PyThread_tss_set(&gilstate->autoTSSkey, (void *)tstate) != 0) in _PyGILState_Reinit()
1629 if ((PyThread_tss_set(&gilstate->autoTSSkey, (void *)tstate)) != 0) { in _PyGILState_NoteThreadState()
Dthread_pthread.h916 PyThread_tss_set(Py_tss_t *key, void *value) in PyThread_tss_set() function
/third_party/python/Modules/
D_tracemalloc.c186 PyThread_tss_set(&tracemalloc_reentrant_key, REENTRANT); in set_reentrant()
190 PyThread_tss_set(&tracemalloc_reentrant_key, NULL); in set_reentrant()
D_testcapimodule.c5486 CHECK_TSS_API(PyThread_tss_set(&tss_key, NULL)); in test_pythread_tss_key_state()
/third_party/python/PC/
Dpython3dll.c581 EXPORT_FUNC(PyThread_tss_set)
/third_party/python/Doc/data/
Dstable_abi.dat642 function,PyThread_tss_set,3.7,,
Drefcounts.dat2206 PyThread_tss_set:int:::
2207 PyThread_tss_set:Py_tss_t*:key::
2208 PyThread_tss_set:void*:value::
/third_party/python/Misc/
Dstable_abi.toml2080 [function.PyThread_tss_set]
/third_party/python/Doc/c-api/
Dinit.rst1810 behaviors of :c:func:`PyThread_tss_set` and :c:func:`PyThread_tss_get` are
1839 .. c:function:: int PyThread_tss_set(Py_tss_t *key, void *value)