HomeSort by: relevance | last modified time | path
    Searched defs:fs_event_file_count (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-fs-event.c 34 static const int fs_event_file_count = 16; variable
179 ASSERT_LT(fs_event_created, fs_event_file_count);
184 if (++fs_event_created < fs_event_file_count) {
214 ASSERT_LT(fs_event_removed, fs_event_file_count);
219 if (++fs_event_removed < fs_event_file_count) {
243 if (fs_event_created + fs_event_removed == fs_event_file_count) {
246 } else if (fs_event_cb_called == 2 * fs_event_file_count) {
265 ASSERT_LT(fs_event_created, fs_event_file_count);
270 if (++fs_event_created < fs_event_file_count) {
291 ASSERT_LT(fs_event_removed, fs_event_file_count);
    [all...]
test-fs-event.c 34 static const int fs_event_file_count = 16; variable
179 ASSERT_LT(fs_event_created, fs_event_file_count);
184 if (++fs_event_created < fs_event_file_count) {
214 ASSERT_LT(fs_event_removed, fs_event_file_count);
219 if (++fs_event_removed < fs_event_file_count) {
243 if (fs_event_created + fs_event_removed == fs_event_file_count) {
246 } else if (fs_event_cb_called == 2 * fs_event_file_count) {
265 ASSERT_LT(fs_event_created, fs_event_file_count);
270 if (++fs_event_created < fs_event_file_count) {
291 ASSERT_LT(fs_event_removed, fs_event_file_count);
    [all...]
test-fs-event.c 34 static const int fs_event_file_count = 16; variable
179 ASSERT_LT(fs_event_created, fs_event_file_count);
184 if (++fs_event_created < fs_event_file_count) {
214 ASSERT_LT(fs_event_removed, fs_event_file_count);
219 if (++fs_event_removed < fs_event_file_count) {
243 if (fs_event_created + fs_event_removed == fs_event_file_count) {
246 } else if (fs_event_cb_called == 2 * fs_event_file_count) {
265 ASSERT_LT(fs_event_created, fs_event_file_count);
270 if (++fs_event_created < fs_event_file_count) {
291 ASSERT_LT(fs_event_removed, fs_event_file_count);
    [all...]

Completed in 64 milliseconds