Searched refs:PyThread_tss_set (Results 1 – 13 of 13) 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 | pystate.c | 908 PyThread_tss_set(&gilstate->autoTSSkey, NULL); in tstate_delete_common() 1047 PyThread_tss_set(&gilstate->autoTSSkey, newts); in _PyThreadState_Swap() 1402 PyThread_tss_set(&gilstate->autoTSSkey, (void *)tstate) != 0) in _PyGILState_Reinit() 1438 if ((PyThread_tss_set(&gilstate->autoTSSkey, (void *)tstate)) != 0) { in _PyGILState_NoteThreadState()
|
| D | thread_nt.h | 484 PyThread_tss_set(Py_tss_t *key, void *value) in PyThread_tss_set() function
|
| D | thread_pthread.h | 917 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 | 5188 CHECK_TSS_API(PyThread_tss_set(&tss_key, NULL)); in test_pythread_tss_key_state()
|
| /external/python/cpython3/PC/ |
| D | python3dll.c | 570 EXPORT_FUNC(PyThread_tss_set)
|
| /external/python/cpython3/Doc/data/ |
| D | stable_abi.dat | 624 function,PyThread_tss_set,3.7,
|
| D | refcounts.dat | 2206 PyThread_tss_set:int::: 2207 PyThread_tss_set:Py_tss_t*:key:: 2208 PyThread_tss_set:void*:value::
|
| D | python3.10.abi | 684 …<elf-symbol name='PyThread_tss_set' type='func-type' binding='global-binding' visibility='default-… 17490 …<function-decl name='PyThread_tss_set' mangled-name='PyThread_tss_set' filepath='./Include/pythrea… 18460 …PyThread_tss_set' mangled-name='PyThread_tss_set' filepath='Python/thread_pthread.h' line='917' co…
|
| /external/python/cpython3/Misc/ |
| D | stable_abi.txt | 2002 function PyThread_tss_set
|
| /external/python/cpython3/Doc/c-api/ |
| D | init.rst | 1736 behaviors of :c:func:`PyThread_tss_set` and :c:func:`PyThread_tss_get` are 1765 .. c:function:: int PyThread_tss_set(Py_tss_t *key, void *value)
|