Home
last modified time | relevance | path

Searched refs:tthd_l (Results 1 – 2 of 2) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_ex.c2613 ttp->tthd_l = NULL; in __setup_tsk_thread()
2616 if (ttp->tthd_r != NULL) ttp->tthd_r->tthd_l = ttp; in __setup_tsk_thread()
4690 if (ttp->tthd_l == NULL) in unlink_tskthd()
4694 if (ttp->tthd_r != NULL) ttp->tthd_r->tthd_l = NULL; in unlink_tskthd()
4699 ttp->tthd_l->tthd_r = ttp->tthd_r; in unlink_tskthd()
4700 if (ttp->tthd_r != NULL) ttp->tthd_r->tthd_l = ttp->tthd_l; in unlink_tskthd()
H A Dv.h2212 struct tskthrd_t *tthd_l, *tthd_r; member