Home
last modified time | relevance | path

Searched refs:THREAD_DEFAULT_STACK_SIZE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ai/ai_engine/services/common/platform/threadpool/include/
H A Daie_thread_unix.h30 #define THREAD_DEFAULT_STACK_SIZE 0 macro
H A Dthread.h84 return THREAD_DEFAULT_STACK_SIZE; in GetStackSize()
/ohos5.0/foundation/ai/ai_engine/services/common/platform/threadpool/source/
H A Daie_thread_unix.cpp54 attr.stackSize = THREAD_DEFAULT_STACK_SIZE; in InitThreadAttr()
H A Dthread_pool.cpp46 : stackSize_(THREAD_DEFAULT_STACK_SIZE) in ThreadPool()
H A Dthread.cpp42 : running_(false), status_(STOPPED), stackSize_(THREAD_DEFAULT_STACK_SIZE), worker_(nullptr) in Thread()
/ohos5.0/foundation/ai/ai_engine/test/common/threadpool/
H A Dthread_pool_test.cpp122 ASSERT_EQ(worker.GetStackSize(), THREAD_DEFAULT_STACK_SIZE);