Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix/
A Dport.c108 static pthread_t hMainThread = ( pthread_t ) NULL; variable
274 hMainThread = pthread_self(); in xPortStartScheduler()
340 ( void ) pthread_kill( hMainThread, SIG_RESUME ); in vPortEndScheduler()
638 hMainThread = pthread_self(); in prvSetupSignalsAndSchedulerPolicy()

Completed in 3 milliseconds