Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_bm.c91 volatile uint8_t isWaiting; /*!< Is any task waiting for a timeout on this object */ member
103 volatile uint8_t isWaiting; /*!< Is any task waiting for a timeout on this mutex */ member
119 volatile uint8_t isWaiting; /*!< Is any task waiting for a timeout on this event */ member
125 volatile uint8_t isWaiting; /*!< Is any task waiting for a timeout */ member
660 pSemStruct->isWaiting = 0U; in OSA_SemaphoreCreate()
689 pSemStruct->isWaiting = 0U; in OSA_SemaphoreCreateBinary()
754 pSemStruct->isWaiting = 0U; in OSA_SemaphoreWait()
768 else if (0U != pSemStruct->isWaiting) in OSA_SemaphoreWait()
774 pSemStruct->isWaiting = 0U; in OSA_SemaphoreWait()
782 pSemStruct->isWaiting = 1U; in OSA_SemaphoreWait()
[all …]