Home
last modified time | relevance | path

Searched refs:hbthr_q (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/helgrind/
Dhg_main.c1738 void generate_quitter_stayer_dependence (Thr* hbthr_q, Thr* hbthr_s) in generate_quitter_stayer_dependence() argument
1750 libhb_so_send(hbthr_q, so, True/*strong_send*//*?!? wrt comment above*/); in generate_quitter_stayer_dependence()
1763 libhb_joinedwith_done(hbthr_q); in generate_quitter_stayer_dependence()
1773 Thr* hbthr_q; in evh__HG_PTHREAD_JOIN_POST() local
1788 hbthr_q = thr_q->hbthr; in evh__HG_PTHREAD_JOIN_POST()
1789 tl_assert(hbthr_s != hbthr_q); in evh__HG_PTHREAD_JOIN_POST()
1791 tl_assert( libhb_get_Thr_hgthread(hbthr_q) == thr_q ); in evh__HG_PTHREAD_JOIN_POST()
1793 generate_quitter_stayer_dependence (hbthr_q, hbthr_s); in evh__HG_PTHREAD_JOIN_POST()