Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/taskpool/
Dthread.cpp28 static constexpr uint64_t STACK_SIZE = 1 * 512 * 1024; variable
30 static constexpr uint64_t STACK_SIZE = 8 * 1024 * 1024; variable