Searched refs:map_locks_maybe_lookup (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/helgrind/
H A Dhg_main.c698 static Lock* map_locks_maybe_lookup ( Addr ga ) function
871 if (lk != map_locks_maybe_lookup(lk->guestaddr)) BAD("4");
1210 lock = map_locks_maybe_lookup( lock_ga );
1890 lk = map_locks_maybe_lookup( (Addr)mutex );
1939 lk = map_locks_maybe_lookup( (Addr)mutex );
2038 lk = map_locks_maybe_lookup( (Addr)slock );
2042 duplicates the map_locks_maybe_lookup. */
2061 lk = map_locks_maybe_lookup( (Addr)slock );
2202 lk = map_locks_maybe_lookup( (Addr)cvi->mx_ga );
2253 lk = map_locks_maybe_lookup( (Add
[all...]

Completed in 55 milliseconds