Searched refs:stopval (Results 1 – 3 of 3) sorted by relevance
56 int stopval = tg_get_stopval(ft->tg); in ft_run() local60 while (tg_get_flagval(ft->tg) != stopval) { in ft_run()
71 tg->stopval = 1; in tg_run()88 tg->flagval = tg->stopval; in tg_run()257 return tg->stopval; in tg_get_stopval()
95 int stopval; member