OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:heldw
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/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
132
Bool
heldW
;
134
/* .heldBy is NULL: lock is unheld, and .
heldW
is meaningless
137
.
heldW
is True: lock is w-held by threads in heldBy
138
.
heldW
is False: lock is r-held by threads in heldBy
hg_main.c
196
lock->
heldW
= False;
244
tl_assert(!lk->
heldW
);
245
lk->
heldW
= True;
253
tl_assert(lk->
heldW
);
262
tl_assert(lk->heldBy == NULL && !lk->
heldW
); /* must be unheld */
278
|| (lk->heldBy != NULL && !lk->
heldW
));
299
lk->
heldW
= False;
303
tl_assert(!lk->
heldW
);
328
lk->
heldW
= False;
338
tl_assert(!lk->
heldW
);
[
all
...]
hg_errors.c
131
lkp->
heldW
= False;
[
all
...]
Completed in 65 milliseconds