Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_tracemalloc.c171 set_reentrant(int reentrant) in set_reentrant() function
198 set_reentrant(int reentrant) in set_reentrant() function
757 set_reentrant(1); in tracemalloc_alloc_gil()
761 set_reentrant(0); in tracemalloc_alloc_gil()
804 set_reentrant(1); in tracemalloc_realloc_gil()
808 set_reentrant(0); in tracemalloc_realloc_gil()
831 set_reentrant(1); in tracemalloc_raw_alloc()
837 set_reentrant(0); in tracemalloc_raw_alloc()
879 set_reentrant(1); in tracemalloc_raw_realloc()
885 set_reentrant(0); in tracemalloc_raw_realloc()
[all …]