Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_tracemalloc.c152 static Py_tss_t tracemalloc_reentrant_key = Py_tss_NEEDS_INIT; variable
162 assert(PyThread_tss_is_created(&tracemalloc_reentrant_key)); in get_reentrant()
163 ptr = PyThread_tss_get(&tracemalloc_reentrant_key); in get_reentrant()
176 assert(PyThread_tss_is_created(&tracemalloc_reentrant_key)); in set_reentrant()
180 PyThread_tss_set(&tracemalloc_reentrant_key, REENTRANT); in set_reentrant()
184 PyThread_tss_set(&tracemalloc_reentrant_key, NULL); in set_reentrant()
870 if (PyThread_tss_create(&tracemalloc_reentrant_key) != 0) { in tracemalloc_init()
947 PyThread_tss_delete(&tracemalloc_reentrant_key); in tracemalloc_deinit()
/third_party/python/Tools/c-analyzer/
DTODO45 Modules/_tracemalloc.c:tracemalloc_reentrant_key static Py_tss_t tracemalloc_reentr…
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2860 Modules/_tracemalloc.c - tracemalloc_reentrant_key -