Searched refs:PyThread_tss_set (Results 1 – 17 of 17) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | pythread.h | 120 PyAPI_FUNC(int) PyThread_tss_set(Py_tss_t *key, void *value);
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | pythread.h | 120 PyAPI_FUNC(int) PyThread_tss_set(Py_tss_t *key, void *value);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | pythread.h | 120 PyAPI_FUNC(int) PyThread_tss_set(Py_tss_t *key, void *value);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | pythread.h | 120 PyAPI_FUNC(int) PyThread_tss_set(Py_tss_t *key, void *value);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | pythread.h | 120 PyAPI_FUNC(int) PyThread_tss_set(Py_tss_t *key, void *value);
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | thread_nt.h | 495 PyThread_tss_set(Py_tss_t *key, void *value) in PyThread_tss_set() function
|
D | pystate.c | 1095 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()
|
D | thread_pthread.h | 916 PyThread_tss_set(Py_tss_t *key, void *value) in PyThread_tss_set() function
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _tracemalloc.c | 186 PyThread_tss_set(&tracemalloc_reentrant_key, REENTRANT); in set_reentrant() 190 PyThread_tss_set(&tracemalloc_reentrant_key, NULL); in set_reentrant()
|
D | _testcapimodule.c | 5486 CHECK_TSS_API(PyThread_tss_set(&tss_key, NULL)); in test_pythread_tss_key_state()
|
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/ |
H A D | eval_frame.c | 32 PyThread_tss_set(&eval_frame_callback_key, obj); in eval_frame_callback_set()
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 2206 PyThread_tss_set:int::: 2207 PyThread_tss_set:Py_tss_t*:key:: 2208 PyThread_tss_set:void*:value::
|
D | stable_abi.dat | 642 function,PyThread_tss_set,3.7,,
|
D | python3.11.abi | 702 …<elf-symbol name='PyThread_tss_set' type='func-type' binding='global-binding' visibility='default-… 15686 …PyThread_tss_set' mangled-name='PyThread_tss_set' filepath='Python/thread_pthread.h' line='914' co…
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 581 EXPORT_FUNC(PyThread_tss_set)
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 2080 [function.PyThread_tss_set]
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | init.rst | 1810 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)
|