Home
last modified time | relevance | path

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

/titanic_44/usr/src/test/libc-tests/tests/
H A Dquick_exit_order.c26 static int qeo_val = 5; variable
31 VERIFY3S(qeo_val, ==, 5); in qeo_fifth()
32 qeo_val--; in qeo_fifth()
38 VERIFY3S(qeo_val, ==, 4); in qeo_fourth()
39 qeo_val--; in qeo_fourth()
45 VERIFY3S(qeo_val, ==, 3); in qeo_third()
46 qeo_val--; in qeo_third()
52 VERIFY3S(qeo_val, ==, 2); in qeo_second()
53 qeo_val--; in qeo_second()
59 VERIFY3S(qeo_val, ==, 1); in qeo_first()
[all …]