Home
last modified time | relevance | path

Searched refs:sem_trywait (Results 1 – 25 of 26) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/
A Dsem_trywait.S25 .globl sem_trywait
26 .type sem_trywait,@function
28 sem_trywait: label
51 .size sem_trywait,.-sem_trywait
A DMakefile.arch11 sem_trywait.S sem_wait.S pthread_rwlock_rdlock.S pthread_rwlock_wrlock.S \
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/
A Dsem_trywait.S25 .globl sem_trywait
26 .type sem_trywait,@function
28 sem_trywait: label
65 .size sem_trywait,.-sem_trywait
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/sh/
A Dsem_trywait.S26 .globl sem_trywait
27 .type sem_trywait,@function
29 sem_trywait: label
88 .size sem_trywait,.-sem_trywait
A DMakefile.arch13 sem_post.S sem_timedwait.S sem_trywait.S sem_wait.S
34 ASFLAGS-sem_trywait.S = -D_LIBC_REENTRANT
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-sem1.c48 if (TEMP_FAILURE_RETRY (sem_trywait (&s)) == -1) in do_test()
55 if (TEMP_FAILURE_RETRY (sem_trywait (&s)) != -1) in do_test()
A Dtst-sem3.c86 if (TEMP_FAILURE_RETRY (sem_trywait (s)) != -1) in main()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A DDESIGN-sem.txt5 int sem_trywait(sem_t * sem);
33 sem_trywait(sem_t *sem)
A Dsemaphore.h66 extern int sem_trywait (sem_t *__sem) __THROW;
A DChangeLog941 * sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c
1735 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Include
2201 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S (sem_trywait): Tiny
6170 * sysdeps/unix/sysv/linux/s390/sem_trywait.c: Removed.
8184 * sysdeps/unix/sysv/linux/sem_trywait.c: Likewise.
8352 * sysdeps/unix/sysv/linux/sem_trywait.c: New file.
8581 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
9484 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: New file.
10918 sem_trywait, and sem_timedwait. Add herrno and res.
10923 * sem_trywait.c: Removed.
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/
A Dsemaphore.SUSv4.syms8 sem_trywait
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/
A Dsem_trywait.c28 sem_trywait (sem_t *sem) in sem_trywait() function
A DMakefile.commonarch64 sem_post.c sem_timedwait.c sem_trywait.c sem_wait.c \
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/
A Dsem_trywait.c28 sem_trywait (sem_t *sem) in sem_trywait() function
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dsemaphore.h85 extern int sem_trywait (sem_t *__sem) __THROW;
A Dsemaphore.c121 int sem_trywait(sem_t * sem) in sem_trywait() function
A Dinternals.h421 extern int sem_trywait (sem_t *__sem);
/l4re-core-master/uclibc/lib/libpthread/include/
A Dsemaphore.h82 extern int sem_trywait (sem_t *__sem) __THROW;
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dsemaphore.h85 extern int sem_trywait (sem_t *__sem) __THROW;
A Dsemaphore.c121 int sem_trywait(sem_t * sem) in sem_trywait() function
A Dlinuxthreads.texi1067 @deftypefun int sem_trywait (sem_t * @var{sem})
1068 @code{sem_trywait} is a non-blocking variant of @code{sem_wait}. If the
1070 atomically decreased and @code{sem_trywait} immediately returns 0. If
1071 the semaphore count is zero, @code{sem_trywait} immediately returns -1
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dsemaphore_base.h94 auto __err = sem_trywait(&_M_semaphore); in _GLIBCXX_VISIBILITY()
/l4re-core-master/uclibc/lib/libpthread/src/
A Dsemaphore.c119 int sem_trywait(sem_t * sem) in sem_trywait() function
A Dinternals.h436 extern int sem_trywait (sem_t *__sem) __THROW;
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/
A Dpthreads_hacking.txt496 FUNC GLOBAL DEFAULT N sem_trywait
744 sem_trywait

Completed in 31 milliseconds

12