Searched refs:PyThread_tss_set (Results 1 – 10 of 10) sorted by relevance
| /external/python/pybind11/include/pybind11/detail/ |
| D | internals.h | 26 # define PYBIND11_TLS_REPLACE_VALUE(key, value) PyThread_tss_set((key), (value)) 27 # define PYBIND11_TLS_DELETE_VALUE(key) PyThread_tss_set((key), nullptr) 296 PyThread_tss_set(internals_ptr->tstate, tstate); in get_internals()
|
| /external/python/cpython3/Include/ |
| D | pythread.h | 161 PyAPI_FUNC(int) PyThread_tss_set(Py_tss_t *key, void *value);
|
| /external/python/cpython3/Python/ |
| D | thread_nt.h | 478 PyThread_tss_set(Py_tss_t *key, void *value) in PyThread_tss_set() function
|
| D | pystate.c | 861 PyThread_tss_set(&gilstate->autoTSSkey, NULL); in tstate_delete_common() 1265 PyThread_tss_set(&gilstate->autoTSSkey, (void *)tstate) != 0) in _PyGILState_Reinit() 1299 if ((PyThread_tss_set(&gilstate->autoTSSkey, (void *)tstate)) != 0) { in _PyGILState_NoteThreadState()
|
| D | thread_pthread.h | 885 PyThread_tss_set(Py_tss_t *key, void *value) in PyThread_tss_set() function
|
| /external/python/cpython3/Modules/ |
| D | _tracemalloc.c | 180 PyThread_tss_set(&tracemalloc_reentrant_key, REENTRANT); in set_reentrant() 184 PyThread_tss_set(&tracemalloc_reentrant_key, NULL); in set_reentrant()
|
| D | _testcapimodule.c | 5003 CHECK_TSS_API(PyThread_tss_set(&tss_key, NULL)); in test_pythread_tss_key_state()
|
| /external/python/cpython3/PC/ |
| D | python3.def | 581 PyThread_tss_set=python39.PyThread_tss_set
|
| /external/python/cpython3/Doc/data/ |
| D | refcounts.dat | 2226 PyThread_tss_set:int::: 2227 PyThread_tss_set:Py_tss_t*:key:: 2228 PyThread_tss_set:void*:value::
|
| /external/python/cpython3/Doc/c-api/ |
| D | init.rst | 1699 behaviors of :c:func:`PyThread_tss_set` and :c:func:`PyThread_tss_get` are 1728 .. c:function:: int PyThread_tss_set(Py_tss_t *key, void *value)
|