Lines Matching refs:check
63 check(const char* name, bool val) in check() function
87 check("t1", t1()); in thread_routine()
88 check("t2", t2()); in thread_routine()
89 check("t3", t3()); in thread_routine()
90 check("t4", t4()); in thread_routine()
92 check("t5", t5()); in thread_routine()
94 check("t6", t6()); in thread_routine()
95 check("t8", t8()); in thread_routine()
96 check("t9", t9()); in thread_routine()
98 check("t10", t10()); in thread_routine()
99 check("t11", t11() != 0); in thread_routine()
100 check("t12", t12()); in thread_routine()
101 check("t_last", t_last()); in thread_routine()
111 check("t_last", t_last()); in thread_routine()