Home
last modified time | relevance | path

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

/Kernel-v11.0.1/portable/ThirdParty/GCC/Posix/
Dport.c99 static pthread_once_t hSigSetupThread = PTHREAD_ONCE_INIT; variable
144 ( void ) pthread_once( &hSigSetupThread, prvSetupSignalsAndSchedulerPolicy ); in pxPortInitialiseStack()