Searched refs:twice_cb_called (Results 1 – 1 of 1) sorted by relevance
28 static int twice_cb_called = 0; variable75 printf("TWICE_CB %d\n", twice_cb_called); in twice_cb()80 twice_cb_called++; in twice_cb()177 ASSERT_EQ(1, twice_cb_called); in TEST_IMPL()
Completed in 5 milliseconds