Searched refs:cam_semaphore_t (Results 1 – 6 of 6) sorted by relevance
51 } cam_semaphore_t; typedef53 static inline void cam_sem_init(cam_semaphore_t *s, int n) in cam_sem_init()60 static inline void cam_sem_post(cam_semaphore_t *s) in cam_sem_post()68 static inline int cam_sem_wait(cam_semaphore_t *s) in cam_sem_wait()79 static inline int cam_sem_timedwait(cam_semaphore_t *s, const struct timespec *abs_timeout) in cam_sem_timedwait()100 static inline void cam_sem_destroy(cam_semaphore_t *s) in cam_sem_destroy()
71 cam_semaphore_t cmd_sem; /* semaphore for cmd thread */72 cam_semaphore_t sync_sem; /* semaphore for synchronized call signal */
51 cam_semaphore_t sem; in TEST()
255 cam_semaphore_t cmd_sem; // semaphore for cmd thread
146 cam_semaphore_t cmd_sem; /* semaphore for cmd thread */147 cam_semaphore_t sync_sem; /* semaphore for synchronization with cmd thread */
393 cam_semaphore_t job_sem; /* semaphore for job cmd thread */