Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/src/
H A Dthread_ex.cpp24 using PThreadRoutine = void* (*) (void*); typedef
82 …int result = pthread_create(&thread, &attr, reinterpret_cast<PThreadRoutine>(para.startRoutine), p… in CreatePThread()