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

1 2 3 45

  /external/libvpx/libvpx/vp8/common/
threading.h 91 #define sem_t HANDLE macro
108 } sem_t; typedef in typeref:struct:__anon24687
110 static inline int sem_init(sem_t *sem, int pshared, unsigned int value) {
121 static inline int sem_wait(sem_t *sem) {
142 static inline int sem_post(sem_t *sem) {
155 static inline int sem_destroy(sem_t *sem) {
168 #define sem_t semaphore_t macro
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 1277 CHECK_TYPE_SIZE(sem_t); variable
    [all...]

Completed in 298 milliseconds

1 2 3 45