Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dcver.c647 word32 __proc_thrd_tevents;/* number of processed thread events */ variable
1483 t1 = (int32) __num_proc_tevents - (int32) __proc_thrd_tevents; in __prt_end_msg()
1492 __num_execstmts - __num_addedexec, __proc_thrd_tevents); in __prt_end_msg()
1496 if (__proc_thrd_tevents > 0 && __optimized_sim) in __prt_end_msg()
1499 __proc_thrd_tevents); in __prt_end_msg()
H A Dv.h3504 extern word32 __proc_thrd_tevents;/* number of processed thread events */
H A Dv_sim.c5234 __proc_thrd_tevents = 0; in init_stime()
5350 __proc_thrd_tevents = 0; in reinit_stime()
H A Dv_ex.c382 __proc_thrd_tevents++; in __process_thrd_ev()