Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/srtm/srtm/
Dsrtm_dispatcher.c206 srtm_sem_t stopSig = SRTM_Sem_Create(1U, 0U, &disp->stopSigStatic); in SRTM_Dispatcher_Create() local
212 srtm_sem_t stopSig = SRTM_Sem_Create(1U, 0U); in SRTM_Dispatcher_Create() local
219 …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()
Dsrtm_dispatcher_struct.h66 srtm_sem_t stopSig; /*!< SRTM dispatcher stop signal */ member