Home
last modified time | relevance | path

Searched refs:NANOSECONDS_IN_MILLISECOND (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/netstack/utils/http_over_curl/include/
H A Dtimeout_timer.h32 static constexpr long NANOSECONDS_IN_MILLISECOND = 1000 * 1000; member
82 its.it_value.tv_nsec = (timeoutMs % MILLISECONDS_IN_SECOND) * NANOSECONDS_IN_MILLISECOND; in SetTimeoutMs()

Completed in 1 milliseconds