Searched refs:MILLI_TO_MICRO (Results 1 – 2 of 2) sorted by relevance
22 static constexpr int32_t MILLI_TO_MICRO = 1000; variable31 usleep(timeInterval_ * MILLI_TO_MICRO); in Run()
19 static constexpr int32_t MILLI_TO_MICRO = 1000; variable334 uv_timer_start(&handle_, HeapTrackingCallback, 0, INTERVAL * MILLI_TO_MICRO); in StartTrackingHeapObjects()