Home
last modified time | relevance | path

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

/glibc-2.36/rt/
Dtst-timer4.c38 int thr1_cnt, thr1_err; variable
47 if (thr1_cnt >= 5) in thr1()
53 ++thr1_cnt; in thr1()
387 while (thr1_cnt == 0 || thr2_cnt == 0) in do_test()
400 if (thr1_cnt != 1) in do_test()
402 printf ("*** thr1 not called exactly once, but %d times\n", thr1_cnt); in do_test()
545 while (thr1_cnt < 6 || thr2_cnt < 6) in do_test()