Searched refs:Thr (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/helgrind/ |
D | libhb.h | 45 Thr* libhb_init ( 46 void (*get_stacktrace)( Thr*, Addr*, UWord ), 47 ExeContext* (*get_EC)( Thr* ) 55 Thr* libhb_create ( Thr* parent ); 58 void libhb_async_exit ( Thr* exitter ); 59 void libhb_joinedwith_done ( Thr* exitter ); 84 void libhb_so_send ( Thr* thr, SO* so, Bool strong_send ); 94 void libhb_so_recv ( Thr* thr, SO* so, Bool strong_recv ); 113 void zsm_sapply08_f__msmcwrite ( Thr* thr, Addr a ); 114 void zsm_sapply16_f__msmcwrite ( Thr* thr, Addr a ); [all …]
|
D | libhb_core.c | 361 static void (*main_get_stacktrace)( Thr*, Addr*, UWord ) = NULL; 362 static ExeContext* (*main_get_EC)( Thr* ) = NULL; 2001 static ThrID Thr__to_ThrID ( Thr* thr ); /* fwds */ 2002 static Thr* Thr__from_ThrID ( ThrID thrid ); /* fwds */ 2121 static void VTS__singleton ( /*OUT*/VTS* out, Thr* thr, ULong tym ); 2126 static void VTS__tick ( /*OUT*/VTS* out, Thr* me, VTS* vts ); 2156 static ULong VTS__indexAt_SLOW ( VTS* vts, Thr* idx ); 2163 static void VTS__declare_thread_very_dead ( Thr* idx ); 2274 static void VTS__singleton ( /*OUT*/VTS* out, Thr* thr, ULong tym ) in VTS__singleton() 2290 static void VTS__tick ( /*OUT*/VTS* out, Thr* me, VTS* vts ) in VTS__tick() [all …]
|
D | hg_lock_n_thread.h | 62 typedef struct _Thr Thr; typedef 86 Thr* hbthr; /* which in turn points back here .. */
|
D | hg_main.c | 168 static Thread* mk_Thread ( Thr* hbthr ) { in mk_Thread() 587 static void initialise_data_structures ( Thr* hbthr_root ) in initialise_data_structures() 974 Thr* hbthr = thr->hbthr; in shadow_mem_scopy_range() 981 Thr* hbthr = thr->hbthr; in shadow_mem_cread_range() 987 Thr* hbthr = thr->hbthr; in shadow_mem_cwrite_range() 1536 Thr* hbthr_p; in evh__pre_thread_ll_create() 1537 Thr* hbthr_c; in evh__pre_thread_ll_create() 1675 void generate_quitter_stayer_dependence (Thr* hbthr_q, Thr* hbthr_s) in generate_quitter_stayer_dependence() 1709 Thr* hbthr_s; in evh__HG_PTHREAD_JOIN_POST() 1710 Thr* hbthr_q; in evh__HG_PTHREAD_JOIN_POST() [all …]
|
D | hg_errors.h | 67 Thr* thr_a,
|
D | hg_errors.c | 430 Thr* thrp = NULL; in HG_() 434 Thr* acc_thr = xe->XE.Race.thr->hbthr; in HG_() 1274 Thr* thr_a, in HG_()
|