Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/ThirdParty/GCC/Posix/
Dport.c102 static pthread_t hMainThread = ( pthread_t ) NULL; variable
205 hMainThread = pthread_self(); in xPortStartScheduler()
268 ( void ) pthread_kill( hMainThread, SIG_RESUME ); in vPortEndScheduler()
554 hMainThread = pthread_self(); in prvSetupSignalsAndSchedulerPolicy()