Home
last modified time | relevance | path

Searched refs:sval (Results 1 – 6 of 6) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A DDESIGN-sem.txt7 int sem_getvalue(sem_t * sem, int * sval);
42 sem_getvalue(sem_t *sem, int *sval)
44 *sval = sem->count;
A Dsem_getvalue.c26 int *sval) in sem_getvalue() argument
32 *sval = isem->value; in sem_getvalue()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dsemaphore.c178 int sem_getvalue(sem_t * sem, int * sval) in sem_getvalue() argument
180 *sval = sem->__sem_value; in sem_getvalue()
/l4re-core-master/uclibc/lib/libpthread/src/
A Dsemaphore.c181 int sem_getvalue(sem_t * sem, int * sval) in sem_getvalue() argument
183 *sval = sem->__sem_value; in sem_getvalue()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dsemaphore.c178 int sem_getvalue(sem_t * sem, int * sval) in sem_getvalue() argument
180 *sval = sem->__sem_value; in sem_getvalue()
A Dlinuxthreads.texi1099 @deftypefun int sem_getvalue (sem_t * @var{sem}, int * @var{sval})
1100 @code{sem_getvalue} stores in the location pointed to by @var{sval} the

Completed in 8 milliseconds