Lines Matching refs:TABLES_LOCK
59 # define TABLES_LOCK() PyThread_acquire_lock(tables_lock, 1) macro
63 # define TABLES_LOCK() macro
679 TABLES_LOCK(); in tracemalloc_alloc()
704 TABLES_LOCK(); in tracemalloc_realloc()
729 TABLES_LOCK(); in tracemalloc_realloc()
755 TABLES_LOCK(); in tracemalloc_free()
814 TABLES_LOCK(); in tracemalloc_realloc_gil()
889 TABLES_LOCK(); in tracemalloc_raw_realloc()
942 TABLES_LOCK(); in tracemalloc_clear_traces()
1376 TABLES_LOCK(); in _tracemalloc__get_traces_impl()
1420 TABLES_LOCK(); in tracemalloc_get_traceback()
1589 TABLES_LOCK(); in _tracemalloc_get_tracemalloc_memory_impl()
1615 TABLES_LOCK(); in _tracemalloc_get_traced_memory_impl()
1697 TABLES_LOCK(); in PyTraceMalloc_Track()
1714 TABLES_LOCK(); in PyTraceMalloc_Untrack()