Searched refs:cv2_sem (Results 1 – 2 of 2) sorted by relevance
11 K_MEM_SLAB_DEFINE(cv2_semaphore_slab, sizeof(struct cv2_sem),27 struct cv2_sem *semaphore; in osSemaphoreNew()39 (void)memset(semaphore, 0, sizeof(struct cv2_sem)); in osSemaphoreNew()62 struct cv2_sem *semaphore = (struct cv2_sem *) semaphore_id; in osSemaphoreAcquire()94 struct cv2_sem *semaphore = (struct cv2_sem *)semaphore_id; in osSemaphoreGetCount()108 struct cv2_sem *semaphore = (struct cv2_sem *) semaphore_id; in osSemaphoreRelease()130 struct cv2_sem *semaphore = (struct cv2_sem *)semaphore_id; in osSemaphoreDelete()152 struct cv2_sem *semaphore = (struct cv2_sem *)semaphore_id; in osSemaphoreGetName()
47 struct cv2_sem { struct