Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/ThirdParty/GCC/Posix/
Dport.c108 static pthread_t hMainThread = ( pthread_t ) NULL; variable
230 hMainThread = pthread_self(); in xPortStartScheduler()
287 ( void ) pthread_kill( hMainThread, SIG_RESUME ); in vPortEndScheduler()
577 hMainThread = pthread_self(); in prvSetupSignalsAndSchedulerPolicy()