Searched refs:isWaiting (Results 1 – 1 of 1) sorted by relevance
91 volatile uint8_t isWaiting; /*!< Is any task waiting for a timeout on this object */ member103 volatile uint8_t isWaiting; /*!< Is any task waiting for a timeout on this mutex */ member119 volatile uint8_t isWaiting; /*!< Is any task waiting for a timeout on this event */ member125 volatile uint8_t isWaiting; /*!< Is any task waiting for a timeout */ member660 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 …]