/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/ |
H A D | thread_adapter.h | 32 uint32 stackSize; // size of stack member
|
/ohos5.0/foundation/ai/ai_engine/services/common/platform/threadpool/include/ |
H A D | aie_thread_unix.h | 33 size_t stackSize; member
|
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/ |
H A D | worker_thread.cpp | 36 size_t stackSize = FFRTFacade::GetEUInstance().GetGroupCtl()[qos()].workerStackSize; in WorkerThread() local
|
H A D | co_routine.cpp | 267 static inline CoRoutine* AllocNewCoRoutine(size_t stackSize) in AllocNewCoRoutine()
|
/ohos5.0/drivers/hdf_core/interfaces/inner_api/osal/shared/ |
H A D | osal_thread.h | 64 …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 D | graphic_thread.h | 35 uint32_t stackSize; // size of stack member
|
/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/ |
H A D | hc_thread.c | 113 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 D | task_manager.h | 40 uint16 stackSize; member
|
/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/ |
H A D | hc_thread.c | 112 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 D | hc_thread.h | 37 size_t stackSize; member
|
/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/ |
H A D | hc_thread.h | 33 size_t stackSize; member
|
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/ |
H A D | ut_thread.cpp | 122 size_t stackSize = 0; variable
|
/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/impl/src/ |
H A D | hc_task_thread.c | 121 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 D | thread.cpp | 88 size_t stackSize = stackSize_; in StartThread() local
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/ |
H A D | service.h | 135 uint16 stackSize; member
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/ |
H A D | softbus_adapter_thread.h | 54 uint64_t stackSize; member
|
/ohos5.0/drivers/hdf_core/framework/support/posix/src/ |
H A D | osal_thread.c | 162 size_t stackSize = param->stackSize; in OsalThreadStart() local
|
/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | thread_ex.cpp | 58 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 D | navigation_manager.cpp | 166 auto stackSize = stackInfo->GetArraySize(); in StorageNavigationRecoveryInfo() local
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/posix/ |
H A D | softbus_adapter_thread.c | 241 uint64_t stackSize = threadAttr->stackSize; in SoftBusConfTransPthreadAttr() local
|
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/ |
H A D | xcollie_utils.cpp | 351 uint64_t stackSize = stack.size(); in WriteStackToFd() local
|
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/ |
H A D | rasterizer_cells_antialias.cpp | 555 const int32_t stackSize = 80; in QsortCells() local
|
/ohos5.0/base/startup/init/test/unittest/seccomp/ |
H A D | seccomp_unittest.cpp | 194 const int stackSize = 65536; in CheckCloneNs() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | page_router_manager.cpp | 608 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 D | declarative_frontend.cpp | 1123 int32_t stackSize = delegate_->GetStackSize(); in Initialize() local
|