Home
last modified time | relevance | path

Searched defs:STACK_SIZE (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dthread.cpp27 static constexpr uint64_t STACK_SIZE = 8 * 1024 * 1024; variable
/ohos5.0/base/security/permission_lite/services/pms_base/src/
H A Dpermission_service.c24 #define STACK_SIZE 0x800 macro
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_ms_host.cpp27 const int STACK_SIZE = 0x800; variable
H A Dbundle_mgr_service.cpp27 const int STACK_SIZE = 0x1A00; variable
/ohos5.0/foundation/ability/dmsfwk_lite/source/
H A Ddmslite.c24 #define STACK_SIZE 0x1000 macro
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/sa_mgr/
H A Dhks_samgr_service.c21 #define STACK_SIZE 0x800 macro
/ohos5.0/base/powermgr/powermgr_lite/services/src/
H A Dpower_manage_service.c26 #define STACK_SIZE 0x800 macro
/ohos5.0/base/startup/init/services/param/liteos/
H A Dparam_service.c124 #define STACK_SIZE 1024 macro
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/
H A Dwifi_sa_service_lite.c27 static const int STACK_SIZE = 0x800; variable
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ipc/lite/
H A Dipc_server_stub.cpp32 const int32_t STACK_SIZE = 0x1000; variable
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dco_routine.h55 constexpr uint64_t STACK_SIZE = 1 << 20; variable
/ohos5.0/foundation/communication/ipc/ipc/test/ipc/server/
H A Dipc_test_server.c30 #define STACK_SIZE 0x800 macro
/ohos5.0/foundation/communication/dsoftbus/core/frame/small/init/src/
H A Dsoftbus_server_stub.c36 #define STACK_SIZE 0x800 macro
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/
H A Dbundle_daemon.cpp28 constexpr int STACK_SIZE = 0x800; variable
/ohos5.0/foundation/ai/ai_engine/services/server/communication_adapter/source/
H A Dsa_server.c33 static const int STACK_SIZE = 0x800; variable
/ohos5.0/base/startup/init/services/begetctl/
H A Dparam_cmd.c48 #define STACK_SIZE (1024 * 1024 * 8) macro
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dpage_router_manager.cpp837 constexpr size_t STACK_SIZE = 2; in GetParams() local