HomeSort by relevance Sort by last modified time
    Searched defs:sem_t (Results 51 - 51 of 51) sorted by null

1 23

  /external/libvpx/libvpx/vp8/common/
threading.h 82 #define sem_t HANDLE macro
97 } sem_t; typedef in typeref:struct:__anon22990
99 static inline int sem_init(sem_t *sem, int pshared, unsigned int value)
111 static inline int sem_wait(sem_t * sem)
134 static inline int sem_post(sem_t * sem)
149 static inline int sem_destroy(sem_t * sem)
163 #define sem_t semaphore_t macro

Completed in 36 milliseconds

1 23