Searched defs:stackSize (Results 1 – 8 of 8) sorted by relevance
| /base/hiviewdfx/hicollie/frameworks/native/thread_sampler/ |
| D | thread_sampler_api.cpp | 31 int ThreadSamplerCollect(char* stack, char* heaviestStack, size_t stackSize, size_t heaviestSize, i… in ThreadSamplerCollect()
|
| /base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/ |
| D | hc_thread.c | 113 int32_t InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) in InitThread()
|
| /base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/ |
| D | hc_thread.c | 112 int32_t InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) in InitThread()
|
| /base/security/device_auth/deps_adapter/os_adapter/interfaces/ |
| D | hc_thread.h | 37 size_t stackSize; member
|
| /base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/ |
| D | hc_thread.h | 33 size_t stackSize; member
|
| /base/security/device_auth/deps_adapter/os_adapter/impl/src/ |
| D | hc_task_thread.c | 121 int32_t InitHcTaskThread(HcTaskThread* thread, size_t stackSize, const char* threadName) in InitHcTaskThread()
|
| /base/hiviewdfx/hicollie/frameworks/native/ |
| D | xcollie_utils.cpp | 367 uint64_t stackSize = stack.size(); in WriteStackToFd() local
|
| /base/startup/init/test/unittest/seccomp/ |
| D | seccomp_unittest.cpp | 194 const int stackSize = 65536; in CheckCloneNs() local
|