Home
last modified time | relevance | path

Searched refs:__cur_thd (Results 1 – 10 of 10) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_ex.c505 __cur_thd = NULL; in __process_thrd_ev()
525 __cur_thd->thleft->thright = __cur_thd->thright; in thrd_done_cleanup()
530 __cur_thd->thright->thleft = __cur_thd->thleft; in thrd_done_cleanup()
533 __cur_thd = NULL; in thrd_done_cleanup()
667 __msg_blditree(__xs, __cur_thd->th_itp, __cur_thd->assoc_tsk)); in exec_stmts()
1085 __msg_blditree(__xs, __cur_thd->th_itp, __cur_thd->assoc_tsk)); in __brktr_exec_1stmt()
1154 __msg_blditree(__xs, __cur_thd->th_itp, __cur_thd->assoc_tsk)); in __brktr_exec_1stmt()
1459 __msg_blditree(__xs, __cur_thd->th_itp, __cur_thd->assoc_tsk)); in exec_rep_ectl_setup()
2568 __cur_thd = thp; in exec_namblk()
2955 __cur_thd = thp; in __exec_tskcall()
[all …]
H A Dv_del.c239 sav_curthp = __cur_thd; in __get_del()
240 __cur_thd = NULL; in __get_del()
246 __cur_thd = sav_curthp; in __get_del()
252 sav_curthp = __cur_thd; in __get_del()
253 __cur_thd = NULL; in __get_del()
267 __cur_thd = sav_curthp; in __get_del()
273 __cur_thd = sav_curthp; in __get_del()
H A Dv_dbg.c1080 __cur_thd = bld_immed_iathrd(stp); in rd_exec_iact_stmt()
1081 __cur_thd->th_itp = __scope_ptr; in rd_exec_iact_stmt()
1102 if (__cur_thd == NULL) __misc_terr(__FILE__, __LINE__); in rd_exec_iact_stmt()
1105 __my_free((char *) __cur_thd, sizeof(struct thread_t)); in rd_exec_iact_stmt()
1106 __cur_thd = NULL; in rd_exec_iact_stmt()
H A Dv_vpi.c965 sav_cur_thd = __cur_thd; in exec_vpisysfunc_compiletf()
966 __cur_thd = thp; in exec_vpisysfunc_compiletf()
980 __cur_thd = sav_cur_thd; in exec_vpisysfunc_compiletf()
1027 sav_cur_thd = __cur_thd; in exec_vpisystask_compiletf()
1028 __cur_thd = thp; in exec_vpisystask_compiletf()
1042 __cur_thd = sav_cur_thd; in exec_vpisystask_compiletf()
H A Dv_sim.c5145 __cur_thd = NULL; in __init_sim()
5248 __cur_thd = NULL; in init_stime()
5281 __cur_thd = NULL; in __reinit_sim()
5366 __cur_thd = NULL; in reinit_stime()
5500 __cur_thd = thp; in init_sched_thd()
5540 __cur_thd = NULL; in init_sched_thd()
H A Dv_cnv.c481 if (__cur_thd == NULL) tskp = __scope_tskp; in __disp_1fmt_to_exprline()
647 else if (__cur_thd->th_fj) tskp = __find_thrdtsk(__cur_thd); in __getcur_scope_tsk()
648 else tskp = __cur_thd->assoc_tsk; in __getcur_scope_tsk()
H A Dv.h3526 extern struct thread_t *__cur_thd; /* currently executing thread addr. */
H A Dv_ex4.c4489 if (__cur_thd == NULL) __misc_terr(__FILE__, __LINE__); in __exec_dumpvars()
4494 if (__cur_thd->assoc_tsk != NULL) mdvp->mdv_tskp = __getcur_scope_tsk(); in __exec_dumpvars()
H A Dv_sdf.c432 __cur_thd = NULL; in __process_sdf_files()
502 __cur_thd = NULL; in sdf_annotate()
H A Dcver.c669 struct thread_t *__cur_thd; /* currently executing thread addr. */ variable