Home
last modified time | relevance | path

Searched refs:th_hctrl (Results 1 – 3 of 3) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_ex.c418 if (__single_step && __cur_thd->th_hctrl == NULL) in __process_thrd_ev()
440 if (__cur_thd->th_hctrl != NULL) in __process_thrd_ev()
441 __do_iact_disable(__cur_thd->th_hctrl, FALSE); in __process_thrd_ev()
2803 thp->th_hctrl = NULL; in init_thrd()
3194 if (__single_step && __cur_thd->th_hctrl == NULL) step_exec_stmt(stp); in __exec_func()
H A Dv_dbg.c1232 thp->th_hctrl = hcp; in init_sched_iathd()
H A Dv.h2809 struct hctrl_t *th_hctrl; /* for iact, pointer to control rec. */ member