Home
last modified time | relevance | path

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

/external/valgrind/helgrind/
Dhg_main.c138 static WordFM* map_locks = NULL; /* WordFM LockAddr Lock* */ variable
546 (Int)VG_(sizeFM)( map_locks )); in pp_map_locks()
547 VG_(initIterFM)( map_locks ); in pp_map_locks()
548 while (VG_(nextIterFM)( map_locks, (UWord*)&gla, in pp_map_locks()
553 VG_(doneIterFM)( map_locks ); in pp_map_locks()
600 tl_assert(map_locks == NULL); in initialise_data_structures()
601 map_locks = VG_(newFM)( HG_(zalloc), "hg.ids.2", HG_(free), in initialise_data_structures()
715 found = VG_(lookupFM)( map_locks, in map_locks_lookup_or_create()
721 VG_(addToFM)( map_locks, (UWord)ga, (UWord)lock ); in map_locks_lookup_or_create()
736 found = VG_(lookupFM)( map_locks, NULL, (UWord*)&lk, (UWord)ga ); in map_locks_maybe_lookup()
[all …]