Home
last modified time | relevance | path

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

/external/valgrind/helgrind/
Dlibhb.h143 Thread* libhb_get_Thr_hgthread ( Thr* );
Dhg_main.c642 tl_assert( libhb_get_Thr_hgthread(hbthr_root) == NULL ); in initialise_data_structures()
1607 tl_assert( libhb_get_Thr_hgthread(hbthr_p) == thr_p ); in evh__pre_thread_ll_create()
1614 tl_assert( libhb_get_Thr_hgthread(hbthr_c) == NULL ); in evh__pre_thread_ll_create()
1790 tl_assert( libhb_get_Thr_hgthread(hbthr_s) == thr_s ); in evh__HG_PTHREAD_JOIN_POST()
1791 tl_assert( libhb_get_Thr_hgthread(hbthr_q) == thr_q ); in evh__HG_PTHREAD_JOIN_POST()
5775 thr = libhb_get_Thr_hgthread( hbt ); in for_libhb__get_stacktrace()
5792 thr = libhb_get_Thr_hgthread( hbt ); in for_libhb__get_EC()
Dhg_errors.c447 threadp = libhb_get_Thr_hgthread( thrp ); in HG_()
1282 threadp = libhb_get_Thr_hgthread( thr_a ); in HG_()
Dlibhb_core.c7034 Thread* libhb_get_Thr_hgthread ( Thr* thr ) { in libhb_get_Thr_hgthread() function