Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/ThirdParty/GCC/Posix/
Dport.c105 static pthread_once_t hSigSetupThread = PTHREAD_ONCE_INIT; variable
162 ( void ) pthread_once( &hSigSetupThread, prvSetupSignalsAndSchedulerPolicy ); in pxPortInitialiseStack()
264 hSigSetupThread.__sig = _PTHREAD_ONCE_SIG_init; in xPortStartScheduler()
265 memset( ( void * ) &hSigSetupThread.__opaque, 0, sizeof(hSigSetupThread.__opaque)); in xPortStartScheduler()
267 hSigSetupThread = PTHREAD_ONCE_INIT; in xPortStartScheduler()