Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.cpp40 static constexpr uint32_t DEFAULT_TIMEOUT = 5000; member
900 if (timeout <= 0 || timeout > DEFAULT_TIMEOUT) { in GlobalCall()
901 timeout = DEFAULT_TIMEOUT; in GlobalCall()

Completed in 5 milliseconds