Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/src/
H A Dthread_ex.cpp58 bool CreatePThread(ThreadParam& para, size_t stackSize, pthread_t *threadId) in CreatePThread() function
125 bool res = CreatePThread(para, stack, &thread_); in Start()