Home
last modified time | relevance | path

Searched refs:tracemalloc_reentrant_key (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython3/Modules/
D_tracemalloc.c158 static Py_tss_t tracemalloc_reentrant_key = Py_tss_NEEDS_INIT; variable
168 assert(PyThread_tss_is_created(&tracemalloc_reentrant_key)); in get_reentrant()
169 ptr = PyThread_tss_get(&tracemalloc_reentrant_key); in get_reentrant()
182 assert(PyThread_tss_is_created(&tracemalloc_reentrant_key)); in set_reentrant()
186 PyThread_tss_set(&tracemalloc_reentrant_key, REENTRANT); in set_reentrant()
190 PyThread_tss_set(&tracemalloc_reentrant_key, NULL); in set_reentrant()
878 if (PyThread_tss_create(&tracemalloc_reentrant_key) != 0) { in tracemalloc_init()
950 PyThread_tss_delete(&tracemalloc_reentrant_key); in tracemalloc_deinit()
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/
DTODO48 Modules/_tracemalloc.c:tracemalloc_reentrant_key static Py_tss_t tracemalloc_reentr…
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
Dglobals-to-fix.tsv715 Modules/_tracemalloc.c - tracemalloc_reentrant_key -