Home
last modified time | relevance | path

Searched defs:stackSize (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/
H A Dthread_adapter.h32 uint32 stackSize; // size of stack member
/ohos5.0/foundation/ai/ai_engine/services/common/platform/threadpool/include/
H A Daie_thread_unix.h33 size_t stackSize; member
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dworker_thread.cpp36 size_t stackSize = FFRTFacade::GetEUInstance().GetGroupCtl()[qos()].workerStackSize; in WorkerThread() local
H A Dco_routine.cpp267 static inline CoRoutine* AllocNewCoRoutine(size_t stackSize) in AllocNewCoRoutine()
/ohos5.0/drivers/hdf_core/interfaces/inner_api/osal/shared/
H A Dosal_thread.h64 …size_t stackSize; /**< Thread stack size, which may cause thread stack overflow if it is too small… member
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_thread.h35 uint32_t stackSize; // size of stack member
/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/
H A Dhc_thread.c113 int32_t InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) in InitThread()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dtask_manager.h40 uint16 stackSize; member
/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/
H A Dhc_thread.c112 int32_t InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) in InitThread()
/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/interfaces/
H A Dhc_thread.h37 size_t stackSize; member
/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/
H A Dhc_thread.h33 size_t stackSize; member
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_thread.cpp122 size_t stackSize = 0; variable
/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/impl/src/
H A Dhc_task_thread.c121 int32_t InitHcTaskThread(HcTaskThread* thread, size_t stackSize, const char* threadName) in InitHcTaskThread()
/ohos5.0/foundation/ai/ai_engine/services/common/platform/threadpool/source/
H A Dthread.cpp88 size_t stackSize = stackSize_; in StartThread() local
/ohos5.0/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/
H A Dservice.h135 uint16 stackSize; member
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_thread.h54 uint64_t stackSize; member
/ohos5.0/drivers/hdf_core/framework/support/posix/src/
H A Dosal_thread.c162 size_t stackSize = param->stackSize; in OsalThreadStart() local
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dthread_ex.cpp58 bool CreatePThread(ThreadParam& para, size_t stackSize, pthread_t *threadId) in CreatePThread()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/navigation/
H A Dnavigation_manager.cpp166 auto stackSize = stackInfo->GetArraySize(); in StorageNavigationRecoveryInfo() local
/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_thread.c241 uint64_t stackSize = threadAttr->stackSize; in SoftBusConfTransPthreadAttr() local
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dxcollie_utils.cpp351 uint64_t stackSize = stack.size(); in WriteStackToFd() local
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/
H A Drasterizer_cells_antialias.cpp555 const int32_t stackSize = 80; in QsortCells() local
/ohos5.0/base/startup/init/test/unittest/seccomp/
H A Dseccomp_unittest.cpp194 const int stackSize = 65536; in CheckCloneNs() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dpage_router_manager.cpp608 auto stackSize = static_cast<int32_t>(pageRouterStack_.size() + restorePageStack_.size()); in GetStackSize() local
1006 int32_t stackSize = stackInfo->GetArraySize(); in RestoreRouterStack() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.cpp1123 int32_t stackSize = delegate_->GetStackSize(); in Initialize() local

12