Searched refs:ThreadPthreadCreateBasic (Results 1 – 1 of 1) sorted by relevance
45 void *ThreadPthreadCreateBasic(void *arg) in ThreadPthreadCreateBasic() function62 ret = pthread_create(&tid, NULL, ThreadPthreadCreateBasic, (void*)str);