Searched defs:heldBy (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/helgrind/
H A Dhg_lock_n_thread.h132 an unlocked->locked transition. Must be sync'd with .heldBy:
141 WordBag* heldBy; /* bag of threads that hold this lock */ member in struct:_Lock
142 /* .heldBy is NULL: lock is unheld, and .heldW is meaningless
144 .heldBy is non-NULL:
145 .heldW is True: lock is w-held by threads in heldBy
146 .heldW is False: lock is r-held by threads in heldBy
147 Either way, heldBy may not validly be an empty Bag.
150 only have sizeTotal(heldBy) == 1
153 only have sizeUnique(heldBy) == 1
155 for LK_rdwr, w-holdings may only have sizeTotal(heldBy)
[all...]

Completed in 139 milliseconds