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

  /src/external/bsd/libevent/dist/test/
regress_iocp.c 92 count_wait_for(int i, int ms) function
189 tt_int_op(count_wait_for(8, 2000), ==, 0);
281 tt_int_op(count_wait_for(2, 2000), ==, 0);
regress_iocp.c 92 count_wait_for(int i, int ms) function
189 tt_int_op(count_wait_for(8, 2000), ==, 0);
281 tt_int_op(count_wait_for(2, 2000), ==, 0);
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_iocp.c 93 count_wait_for(int i, int ms) function
190 tt_int_op(count_wait_for(8, 2000), ==, 0);
282 tt_int_op(count_wait_for(2, 2000), ==, 0);
regress_iocp.c 93 count_wait_for(int i, int ms) function
190 tt_int_op(count_wait_for(8, 2000), ==, 0);
282 tt_int_op(count_wait_for(2, 2000), ==, 0);

Completed in 35 milliseconds