Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_ex.c387 __cur_thd->thdtevi = -1; in __process_thrd_ev()
433 if (__cur_thd->thdtevi != -1) __misc_terr(__FILE__, __LINE__); in __process_thrd_ev()
1603 __cur_thd->thdtevi = tevpi; in sched_proc_delay()
1862 __cur_thd->thdtevi = tevpi; in arm_event_dctrl()
2435 __cur_thd->thdtevi = tevpi; in exec_wait()
2701 thp->thdtevi = tevpi; in sched_fj_subthread()
2797 thp->thdtevi = -1; in init_thrd()
3219 __cur_thd->thdtevi = -1; in __exec_func()
4649 if (thp->thdtevi != -1) __tevtab[thp->thdtevi].te_cancel = TRUE; in free_thd_stuff()
5293 __cur_thd->thdtevi = tevpi; in suspend_curthd()
H A Dv_dbg2.c3906 if (thp->thdtevi == -1 && thp->th_dctp == NULL && thp->thofscnt == 0) in __dmp_initalw_thrd_tree()
3941 if ((tevpi = thp->thdtevi) != -1) in __dmp_thrd_info()
H A Dv_dbg.c1233 thp->thdtevi = tevpi; in init_sched_iathd()
H A Dv.h2802 i_tev_ndx thdtevi; /* if thread has scheduled event, ndx of it */ member