Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c234 void Timer_Thread(void *data);
2423 void Timer_Thread(void *data) in Timer_Thread() function
2558 ret=pthread_create(&id,NULL,(void *) Timer_Thread,(void *) curr_set); in MsOS_CreateTimer()