Home
last modified time | relevance | path

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

/rt/
A Dtst-mqueue6.c69 volatile int fct_cnt, fct_err; variable
101 ++fct_cnt; in fct()
165 if (fct_cnt != 0) in do_test()
167 printf ("fct called too early (%d on %d)\n", fct_cnt, __LINE__); in do_test()
176 if (fct_cnt != 1) in do_test()
178 printf ("fct not called (%d on %d)\n", fct_cnt, __LINE__); in do_test()
227 if (fct_cnt != 1) in do_test()
229 printf ("fct called too early (%d on %d)\n", fct_cnt, __LINE__); in do_test()
238 if (fct_cnt != 2) in do_test()
240 printf ("fct not called (%d on %d)\n", fct_cnt, __LINE__); in do_test()

Completed in 3 milliseconds