Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A Dmadp_mfe.c453 int ret, thread_timeout=0; in pthread_join() local
459 thread_timeout++; in pthread_join()
461 } while (!ret && (thread_timeout < 200)); in pthread_join()
1056 MFE_U16 thread_timeout = 0; in MAdp_MFE_Finish() local
1061 thread_timeout++; in MAdp_MFE_Finish()
1064 } while (thread_timeout < 0xFFF); in MAdp_MFE_Finish()