Home
last modified time | relevance | path

Searched refs:THREAD_STOP_TIMEOUT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ai/ai_engine/services/common/platform/threadpool/include/
H A Dthread_pool.h27 const int THREAD_STOP_TIMEOUT = 3600 * 24 * 1000; variable
/ohos5.0/foundation/ai/ai_engine/services/common/platform/threadpool/source/
H A Dthread_pool.cpp104 (void)StopThreads(THREAD_STOP_TIMEOUT); in StopThreads()