Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_bm.c89 task_handler_t waitingTask; /*!< Handler to the waiting task */ member
116 task_handler_t waitingTask; /*!< Handler to the waiting task */ member
130 task_handler_t waitingTask; /*!< Handler to the waiting task */ member
670 pSemStruct->waitingTask = NULL; in OSA_SemaphoreCreate()
698 pSemStruct->waitingTask = NULL; in OSA_SemaphoreCreateBinary()
746 pSemStruct->waitingTask = OSA_TaskGetCurrentHandle(); in OSA_SemaphoreWait()
791 pSemStruct->waitingTask->haveToRun = 0U; in OSA_SemaphoreWait()
825 if (pSemStruct->waitingTask != NULL) in OSA_SemaphorePost()
827 pSemStruct->waitingTask->haveToRun = 1U; in OSA_SemaphorePost()
1001 pEventStruct->waitingTask = NULL; in OSA_EventCreate()
[all …]