Searched refs:CreatePThread (Results 1 – 1 of 1) sorted by relevance
58 bool CreatePThread(ThreadParam& para, size_t stackSize, pthread_t *threadId) in CreatePThread() function125 bool res = CreatePThread(para, stack, &thread_); in Start()