HomeSort by relevance Sort by last modified time
    Searched defs:sem_getvalue (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
sem_getvalue.c 4 * Module: sem_getvalue.c
50 sem_getvalue (sem_t * sem, int *sval) function
110 } /* sem_getvalue */
  /bionic/libc/bionic/
semaphore.c 377 /* Note that Posix requires that sem_getvalue() returns, in
382 * meaningful is most probably racy. The GLibc sem_getvalue()
387 int sem_getvalue(sem_t *sem, int *sval) function

Completed in 438 milliseconds