Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/ThirdParty/GCC/Posix/
Dport.c111 static pthread_t hTimerTickThread; variable
283 pthread_join( hTimerTickThread, NULL ); in vPortEndScheduler()
412 pthread_create( &hTimerTickThread, NULL, prvTimerTickHandler, NULL ); in prvSetupTimerInterrupt()