Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvIPAPool.c1166 int pthread_res = -1; in MApi_IPA_Pool_Notify() local
1191 pthread_res = pthread_create(&pthIPAPollingId, in MApi_IPA_Pool_Notify()
1198 if(pthread_res != 0) in MApi_IPA_Pool_Notify()
1200 printf("%s can't create thread pthread_res=%d 1111\n",__FUNCTION__,pthread_res); in MApi_IPA_Pool_Notify()