Searched refs:stackSize (Results 1 – 8 of 8) sorted by relevance
/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/ |
D | hc_thread.c | 64 if (thread->stackSize > 0 && thread->stackSize <= MAX_THREAD_STACK_SIZE) { in Start() 65 pthread_attr_setstacksize(&attr, thread->stackSize); in Start() 108 int32_t InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) in InitThread() argument 119 thread->stackSize = stackSize; in InitThread()
|
/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/ |
D | hc_thread.c | 60 if (thread->stackSize > 0 && thread->stackSize <= MAX_THREAD_STACK_SIZE) { in Start() 61 pthread_attr_setstacksize(&attr, thread->stackSize); in Start() 110 int32_t InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) in InitThread() argument 121 thread->stackSize = stackSize; in InitThread()
|
/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/ |
D | hc_thread.h | 33 size_t stackSize; member 41 int32_t InitThread(HcThread* thread, ThreadFunc func, size_t stackSize, const char* threadName);
|
/base/security/device_auth/deps_adapter/os_adapter/interfaces/ |
D | hc_thread.h | 37 size_t stackSize; member 45 int32_t InitThread(HcThread* thread, ThreadFunc func, size_t stackSize, const char* threadName);
|
D | hc_task_thread.h | 48 int32_t InitHcTaskThread(HcTaskThread* thread, size_t stackSize, const char* threadName);
|
/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() argument 131 int32_t res = InitThread(&thread->thread, TaskThreadLoop, stackSize, threadName); in InitHcTaskThread()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/callstack/include/ |
D | callstack.h | 100 const u8 *stack, u64 stackSize, std::vector<CallFrame> &callStack, 118 const u8 *stack, u64 stackSize, std::vector<CallFrame> &callStack,
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/callstack/src/ |
D | callstack.cpp | 616 const u8 *stack, u64 stackSize, std::vector<CallFrame> &callStack, argument 622 stackSize_ = stackSize; 658 const u8 *stack, u64 stackSize, std::vector<CallFrame> &callStack, argument 664 stackSize_ = stackSize;
|