Searched refs:semaphoreType (Results 1 – 1 of 1) sorted by relevance
89 semaphore_type_t semaphoreType; /*!< The type of the semaphore */ member566 pSemStruct->semaphoreType = KOSA_CountingSemaphore; in OSA_SemaphoreCreate()595 pSemStruct->semaphoreType = KOSA_BinarySemaphore; in OSA_SemaphoreCreateBinary()720 if (((KOSA_CountingSemaphore == pSemStruct->semaphoreType) && in OSA_SemaphorePost()723 …(KOSA_BinarySemaphore == pSemStruct->semaphoreType))) /* For binary semaphore: the max value is 0x… in OSA_SemaphorePost()