Home
last modified time | relevance | path

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

/external/valgrind/main/helgrind/
Dlibhb.h45 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 …]
Dlibhb_core.c357 static void (*main_get_stacktrace)( Thr*, Addr*, UWord ) = NULL;
358 static ExeContext* (*main_get_EC)( Thr* ) = NULL;
1792 static ThrID Thr__to_ThrID ( Thr* thr ); /* fwds */
1793 static Thr* Thr__from_ThrID ( ThrID thrid ); /* fwds */
1887 static void VTS__singleton ( /*OUT*/VTS* out, Thr* thr, ULong tym );
1892 static void VTS__tick ( /*OUT*/VTS* out, Thr* me, VTS* vts );
1922 static ULong VTS__indexAt_SLOW ( VTS* vts, Thr* idx );
1929 static void VTS__declare_thread_very_dead ( Thr* idx );
2041 static void VTS__singleton ( /*OUT*/VTS* out, Thr* thr, ULong tym ) in VTS__singleton()
2057 static void VTS__tick ( /*OUT*/VTS* out, Thr* me, VTS* vts ) in VTS__tick()
[all …]
Dhg_lock_n_thread.h62 typedef struct _Thr Thr; typedef
86 Thr* hbthr; /* which in turn points back here .. */
Dhg_main.c164 static Thread* mk_Thread ( Thr* hbthr ) { in mk_Thread()
549 static void initialise_data_structures ( Thr* hbthr_root ) in initialise_data_structures()
940 Thr* hbthr = thr->hbthr; in shadow_mem_scopy_range()
947 Thr* hbthr = thr->hbthr; in shadow_mem_cread_range()
953 Thr* hbthr = thr->hbthr; in shadow_mem_cwrite_range()
1502 Thr* hbthr_p; in evh__pre_thread_ll_create()
1503 Thr* hbthr_c; in evh__pre_thread_ll_create()
1643 Thr* hbthr_s; in evh__HG_PTHREAD_JOIN_POST()
1644 Thr* hbthr_q; in evh__HG_PTHREAD_JOIN_POST()
1787 Thr* hbthr = thr->hbthr; in evh__mem_help_cread_1()
[all …]
Dhg_errors.c465 Thr* thrp = NULL; in HG_()
469 Thr* acc_thr = xe->XE.Race.thr->hbthr; in HG_()