Home
last modified time | relevance | path

Searched refs:stackSize (Results 1 – 8 of 8) sorted by relevance

/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/
Dhc_thread.c64 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/
Dhc_thread.c60 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/
Dhc_thread.h33 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/
Dhc_thread.h37 size_t stackSize; member
45 int32_t InitThread(HcThread* thread, ThreadFunc func, size_t stackSize, const char* threadName);
Dhc_task_thread.h48 int32_t InitHcTaskThread(HcTaskThread* thread, size_t stackSize, const char* threadName);
/base/security/device_auth/deps_adapter/os_adapter/impl/src/
Dhc_task_thread.c121 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/
Dcallstack.h100 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/
Dcallstack.cpp616 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;