Home
last modified time | relevance | path

Searched refs:sem_wait (Results 1 – 25 of 41) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/
A Dsem_wait.S27 .globl sem_wait
28 .type sem_wait,@function
30 sem_wait: label
129 .size sem_wait,.-sem_wait
A DMakefile.arch11 sem_trywait.S sem_wait.S pthread_rwlock_rdlock.S pthread_rwlock_wrlock.S \
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-sem1.c36 if (TEMP_FAILURE_RETRY (sem_wait (&s)) == -1) in do_test()
72 if (TEMP_FAILURE_RETRY (sem_wait (&s)) == -1) in do_test()
A Dtst-sem4.c90 if (TEMP_FAILURE_RETRY (sem_wait (s)) == -1) in main()
127 if (TEMP_FAILURE_RETRY (sem_wait (s)) == -1) in main()
A Dtst-sem3.c79 if (TEMP_FAILURE_RETRY (sem_wait (s)) == -1) in main()
125 if (TEMP_FAILURE_RETRY (sem_wait (s)) == -1) in main()
A Dtst-sem2.c40 if (TEMP_FAILURE_RETRY (sem_wait (&s)) == -1) in do_test()
A Dtst-sem5.c40 if (TEMP_FAILURE_RETRY (sem_wait (&s)) == -1) in do_test()
A Dtst-sem6.c63 int res = sem_wait (&s); in do_test()
A Dtst-sem11.c8 # define SEM_WAIT(s) sem_wait (s)
A Dtst-cancel12.c60 sem_wait (&sem); in tf()
A Dtst-cancel13.c60 sem_wait (&sem); in tf()
A Dtst-kill6.c135 if (TEMP_FAILURE_RETRY (sem_wait (&sem)) != 0) in do_test()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/
A Dsem_wait.S31 .globl sem_wait
32 .type sem_wait,@function
34 sem_wait: label
131 .size sem_wait,.-sem_wait
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A DDESIGN-sem.txt4 int sem_wait(sem_t * sem);
15 sem_wait(sem_t *sem)
A Dsemaphore.h54 extern int sem_wait (sem_t *__sem);
A DTODO25 this also requires that sem_wait and sem_timedwait don't drop the
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/sh/
A Dsem_wait.S32 .globl sem_wait
33 .type sem_wait,@function
35 sem_wait: label
163 .size sem_wait,.-sem_wait
A DMakefile.arch13 sem_post.S sem_timedwait.S sem_trywait.S sem_wait.S
35 ASFLAGS-sem_wait.S = -D_LIBC_REENTRANT
/l4re-core-master/uclibc/lib/contrib/uclibc/test/pthread/
A Dex5.c35 sem_wait(&b->sem_write); in put()
50 sem_wait(&b->sem_read); in get()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/
A Dsemaphore.SUSv4.syms10 sem_wait
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/
A Dsem_wait.c40 sem_wait (sem_t *sem) in sem_wait() function
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dsemaphore.h73 extern int sem_wait (sem_t *__sem);
/l4re-core-master/uclibc/lib/libpthread/include/
A Dsemaphore.h70 extern int sem_wait (sem_t *__sem);
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dsemaphore.h73 extern int sem_wait (sem_t *__sem);
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/
A Dsem_wait.c47 sem_wait (sem_t *sem) in sem_wait() function

Completed in 25 milliseconds

12