Searched defs:threadName (Results 1 – 9 of 9) sorted by relevance
102 int32_t InitThread(HcThread* thread, ThreadFunc func, size_t stackSize, const char* threadName) in InitThread()
97 int32_t InitThread(HcThread *thread, ThreadFunc func, size_t stackSize, const char *threadName) in InitThread()
30 std::string threadName; member
37 char threadName[NAME_LEN]; member
121 int32_t InitHcTaskThread(HcTaskThread* thread, size_t stackSize, const char* threadName) in InitHcTaskThread()
148 std::string threadName(threadName_, sizeof(threadName_) - 1); in GetThreadNameString() local
110 void DfxThread::SetThreadName(const std::string &threadName) in SetThreadName()
718 std::string threadName = thread->GetThreadName(); variable
69 std::string threadName("FaceAuthEventRunner"); in Init() local