Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_bm.c85 task_handler_t waitingTask; /*!< Handler to the waiting task */ member
112 task_handler_t waitingTask; /*!< Handler to the waiting task */ member
126 task_handler_t waitingTask; /*!< Handler to the waiting task */ member
575 pSemStruct->waitingTask = NULL; in OSA_SemaphoreCreate()
603 pSemStruct->waitingTask = NULL; in OSA_SemaphoreCreateBinary()
651 pSemStruct->waitingTask = OSA_TaskGetCurrentHandle(); in OSA_SemaphoreWait()
697 pSemStruct->waitingTask->haveToRun = 0U; in OSA_SemaphoreWait()
731 if (pSemStruct->waitingTask != NULL) in OSA_SemaphorePost()
733 pSemStruct->waitingTask->haveToRun = 1U; in OSA_SemaphorePost()
907 pEventStruct->waitingTask = NULL; in OSA_EventCreate()
[all …]