Searched refs:TICK (Results 1 – 4 of 4) sorted by relevance
42 static final int TICK = 50; field in TestGetAggregate62 Thread.sleep(TICK); in testIncluded()64 } while (aggregate.asMap().isEmpty() && n++ < (1000 / TICK)); in testIncluded()103 Thread.sleep(TICK); in testCleared()105 } while (aggregate.asMap().isEmpty() && n++ < (1000 / TICK)); in testCleared()109 Thread.sleep(TICK * EXPECTED_TICKS); in testCleared()178 consumer.setOption(Option.aggrate, Option.millis(TICK)); in startIncludedTest()212 consumer.setOption(Option.aggrate, Option.millis(TICK)); in startClearedTest()229 Thread.sleep(TICK); in main()239 Thread.sleep(TICK); in main()
17 #define TICK (USPS / _sysconf(_SC_CLK_TCK)) macro58 oitv.it_value.tv_usec = 2 * TICK; in usleep()
84 #define TICK (1000000000/((int)sysconf(_SC_CLK_TCK))) macro
490 #define TICK (1000000000/((clock_t)_sysconf(_SC_CLK_TCK))) macro