HomeSort by: relevance | last modified time | path
    Searched refs:timer_cb_touch_called (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-fork.c 457 static int timer_cb_touch_called; variable
462 timer_cb_touch_called++;
509 ASSERT_OK(timer_cb_touch_called);
514 ASSERT_EQ(1, timer_cb_touch_called);
520 timer_cb_touch_called = 0;
662 ASSERT_OK(timer_cb_touch_called);
667 ASSERT_EQ(1, timer_cb_touch_called);
673 timer_cb_touch_called = 0;
test-fs-event.c 50 static int timer_cb_touch_called; variable
401 timer_cb_touch_called++;
793 ASSERT_OK(timer_cb_touch_called);
799 ASSERT_EQ(1, timer_cb_touch_called);
1205 ASSERT_OK(timer_cb_touch_called);
1210 ASSERT_EQ(1, timer_cb_touch_called);

Completed in 15 milliseconds