Home
last modified time | relevance | path

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

/foundation/ai/ai_engine/services/common/platform/threadpool/source/
H A Dthread_pool.cpp46 : stackSize_(THREAD_DEFAULT_STACK_SIZE) in ThreadPool()
57 stackSize_ = size; in SetStackSize()
62 return stackSize_; in getStackSize()
75 ptr->SetStackSize(stackSize_); in Pop()
H A Dthread.cpp42 : running_(false), status_(STOPPED), stackSize_(THREAD_DEFAULT_STACK_SIZE), worker_(nullptr) in Thread()
57 stackSize_ = size; in SetStackSize()
88 size_t stackSize = stackSize_; in StartThread()
/foundation/ai/ai_engine/services/common/platform/threadpool/include/
H A Dthread_pool.h69 size_t stackSize_; member in OHOS::AI::ThreadPool
H A Dthread.h195 size_t stackSize_; member in OHOS::AI::Thread
/foundation/resourceschedule/ffrt/src/core/
H A Dtask_attr_private.h47 uint64_t stackSize_ = STACK_SIZE; member in ffrt::task_attr_private
H A Dtask.cpp256 (reinterpret_cast<ffrt::task_attr_private *>(attr))->stackSize_ = size; in ffrt_task_attr_set_stack_size()
266 return (reinterpret_cast<const ffrt::task_attr_private *>(attr))->stackSize_; in ffrt_task_attr_get_stack_size()
/foundation/resourceschedule/ffrt/src/tm/
H A Dcpu_task.cpp103 stack_size = std::max(attr->stackSize_, MIN_STACK_SIZE); in CPUEUTask()
H A Dqueue_task.cpp43 stack_size = std::max(attr->stackSize_, MIN_STACK_SIZE); in QueueTask()

Completed in 3 milliseconds