Home
last modified time | relevance | path

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

/foundation/arkui/napi/test/unittest/
H A Dtest_napi_threadsafe.cpp52 static constexpr int32_t CALL_THREAD_SAFE_SLEEP = 2; // 2s variable
629 std::this_thread::sleep_for(std::chrono::seconds(CALL_THREAD_SAFE_SLEEP)); in CallThreadSafeWithSamePriorityTest()
671 std::this_thread::sleep_for(std::chrono::seconds(CALL_THREAD_SAFE_SLEEP)); in CallThreadSafeWithDiffPriorityTest()
720 std::this_thread::sleep_for(std::chrono::seconds(CALL_THREAD_SAFE_SLEEP)); in CallThreadSafeWithDiffPriorityMultipleThreadTest()

Completed in 3 milliseconds