Searched refs:stopSig (Results 1 – 2 of 2) sorted by relevance
206 srtm_sem_t stopSig = SRTM_Sem_Create(1U, 0U, &disp->stopSigStatic); in SRTM_Dispatcher_Create() local212 srtm_sem_t stopSig = SRTM_Sem_Create(1U, 0U); in SRTM_Dispatcher_Create() local219 …assert((disp != NULL) && (mutex != NULL) && (startSig != NULL) && (stopSig != NULL) && (queueSig !… in SRTM_Dispatcher_Create()232 disp->stopSig = stopSig; in SRTM_Dispatcher_Create()290 SRTM_Sem_Destroy(disp->stopSig); in SRTM_Dispatcher_Destroy()326 (void)SRTM_Sem_Wait(disp->stopSig, SRTM_WAIT_FOR_EVER); in SRTM_Dispatcher_Stop()382 (void)SRTM_Sem_Post(disp->stopSig); in SRTM_Dispatcher_Run()
66 srtm_sem_t stopSig; /*!< SRTM dispatcher stop signal */ member