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

/external/valgrind/main/helgrind/
H A Dhg_errors.c326 Addr lock_ga; /* purported address of the lock */ member in struct:__anon13914::__anon13915::__anon13919
602 void HG_(record_error_UnlockBogus) ( Thread* thr, Addr lock_ga )
609 xe.XE.UnlockBogus.lock_ga = lock_ga;
715 && xe1->XE.UnlockBogus.lock_ga == xe2->XE.UnlockBogus.lock_ga;
1082 (void*)xe->XE.UnlockBogus.lock_ga );
1092 (void*)xe->XE.UnlockBogus.lock_ga );
H A Dhg_main.c1018 /* The lock at 'lock_ga' has acquired a writer. Make all necessary
1022 LockKind lkk, Addr lock_ga )
1041 lkk, lock_ga, map_threads_reverse_lookup_SLOW(thr) );
1115 /* The lock at 'lock_ga' has acquired a reader. Make all necessary
1119 LockKind lkk, Addr lock_ga )
1140 lkk, lock_ga, map_threads_reverse_lookup_SLOW(thr) );
1190 /* The lock at 'lock_ga' is just about to be unlocked. Make all
1194 Addr lock_ga, Bool isRDWR )
1205 isRDWR is True if we know from the wrapper context that lock_ga
1207 lock_ga shoul
1193 evhH__pre_thread_releases_lock( Thread* thr, Addr lock_ga, Bool isRDWR ) argument
[all...]

Completed in 99 milliseconds