HomeSort by relevance Sort by last modified time
    Searched full:__sem_dec (Results 1 - 1 of 1) sorted by null

  /bionic/libc/bionic/
semaphore.c 163 __sem_dec(volatile unsigned int *pvalue) function
183 /* Same as __sem_dec, but will not touch anything if the
258 if (__sem_dec(&sem->count) > 0)
318 if (__sem_dec(&sem->count) > 0) {

Completed in 871 milliseconds