Home | History | Annotate | Download | only in helgrind

Lines Matching full:mx_ga

2099    .mx_ga is the associated mutex, when .nWaiters > 0
2109 void* mx_ga; /* addr of associated mutex, if any */
2136 cvi->mx_ga = 0;
2172 cvi->mx_ga = 0;
2225 if (cvi->mx_ga != 0) {
2226 lk = map_locks_maybe_lookup( (Addr)cvi->mx_ga );
2315 cvi->mx_ga = mutex;
2318 if (cvi->mx_ga != mutex) {