Home | History | Annotate | Download | only in test

Lines Matching refs:ThreadFunc

308 void* ThreadFunc(void* data) {
328 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);