Searched refs:hSigSetupThread (Results 1 – 1 of 1) sorted by relevance
105 static pthread_once_t hSigSetupThread = PTHREAD_ONCE_INIT; variable162 ( 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()