OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:heldW
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/helgrind/
hg_lock_n_thread.c
76
/* Unheld. We arbitrarily require
heldW
to be False. */
77
return !lock->
heldW
;
90
if (lock->
heldW
) {
hg_lock_n_thread.h
163
Bool
heldW
;
165
/* .heldBy is NULL: lock is unheld, and .
heldW
is meaningless
168
.
heldW
is True: lock is w-held by threads in heldBy
169
.
heldW
is False: lock is r-held by threads in heldBy
hg_main.c
215
lock->
heldW
= False;
276
tl_assert(!lk->
heldW
);
277
lk->
heldW
= True;
285
tl_assert(lk->
heldW
);
294
tl_assert(lk->heldBy == NULL && !lk->
heldW
); /* must be unheld */
310
|| (lk->heldBy != NULL && !lk->
heldW
));
331
lk->
heldW
= False;
335
tl_assert(!lk->
heldW
);
360
lk->
heldW
= False;
370
tl_assert(!lk->
heldW
);
[
all
...]
hg_errors.c
178
lkp->
heldW
= False;
[
all
...]
Completed in 101 milliseconds