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

/external/valgrind/helgrind/
H A Dlibhb_core.c303 Bool joinedwith_done; member in struct:_Thr
2659 tl_assert(thr->joinedwith_done);
3264 if (hbthr->llexit_done && hbthr->joinedwith_done) {
4027 thr->joinedwith_done = False;
6430 UInt joinedwith_done = 0; local
6438 if (hbthr->llexit_done && hbthr->joinedwith_done)
6442 else if (hbthr->joinedwith_done)
6443 joinedwith_done++;
6451 llexit_done, joinedwith_done);
6564 if (thr->joinedwith_done)
[all...]

Completed in 540 milliseconds