Home
last modified time | relevance | path

Searched refs:sem_timedwait (Results 1 – 25 of 29) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/
A Dsem_timedwait.S32 .globl sem_timedwait
33 .type sem_timedwait,@function
35 sem_timedwait: label
172 .size sem_timedwait,.-sem_timedwait
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/
A Dsem_timedwait.S31 .globl sem_timedwait
32 .type sem_timedwait,@function
34 sem_timedwait: label
295 .size sem_timedwait,.-sem_timedwait
A DMakefile.arch10 sem_post.S sem_timedwait.S lowlevelrobustlock.S \
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/sh/
A Dsem_timedwait.S32 .globl sem_timedwait
33 .type sem_timedwait,@function
35 sem_timedwait: label
210 .size sem_timedwait,.-sem_timedwait
A DMakefile.arch13 sem_post.S sem_timedwait.S sem_trywait.S sem_wait.S
33 ASFLAGS-sem_timedwait.S = -D_LIBC_REENTRANT
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/
A Dsemaphore.SUSv4.syms7 sem_timedwait
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-sem12.c12 #define SEM_WAIT(s) sem_timedwait (s, &ts)
A Dtst-sem5.c63 if (TEMP_FAILURE_RETRY (sem_timedwait (&s, &ts)) != -1) in do_test()
A Dtst-sem10.c59 if (TEMP_FAILURE_RETRY (sem_timedwait (&s, &ts)) != -1) in do_test()
A Dtst-cancel14.c70 sem_timedwait (&sem, &ts); in tf()
A Dtst-cancel15.c73 e = sem_timedwait (&sem, &ts); in tf()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dsemaphore.h61 extern int sem_timedwait (sem_t *__restrict __sem,
A DTODO25 this also requires that sem_wait and sem_timedwait don't drop the
A DChangeLog56 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S (sem_timedwait):
171 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S (sem_timedwait):
295 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S (sem_timedwait):
308 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S (sem_timedwait):
1424 * sysdeps/unix/sysv/linux/sem_timedwait.c (sem_timedwait): Likewise.
2267 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S (sem_timedwait):
4300 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S (sem_timedwait):
4751 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S (sem_timedwait):
6775 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S (sem_timedwait):
7171 * sysdeps/unix/sysv/linux/s390/sem_timedwait.c (sem_timedwait):
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dsemaphore.h80 extern int sem_timedwait (sem_t *__restrict __sem,
A Dsemaphore.c211 int sem_timedwait(sem_t *sem, const struct timespec *abstime) in sem_timedwait() function
/l4re-core-master/uclibc/lib/libpthread/include/
A Dsemaphore.h77 extern int sem_timedwait (sem_t *__restrict __sem,
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dsemaphore.h80 extern int sem_timedwait (sem_t *__restrict __sem,
A Dsemaphore.c211 int sem_timedwait(sem_t *sem, const struct timespec *abstime) in sem_timedwait() function
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/
A Dsem_timedwait.c33 sem_timedwait (sem_t *sem, const struct timespec *abstime) in sem_timedwait() 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_timedwait.c33 sem_timedwait (sem_t *sem, const struct timespec *abstime) in sem_timedwait() function
/l4re-core-master/uclibc/lib/contrib/uclibc/test/pthread/
A Dcancellation-points.c139 MAKE_CANCEL_THREAD_FUNC_EX(sem_timedwait, (&sem, &zero_sec), help_sem_setup())
258 ret += TEST_FUNC(sem_timedwait); in main()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dsemaphore_base.h134 if (auto __err = sem_timedwait(&_M_semaphore, &__ts)) in _GLIBCXX_VISIBILITY()
/l4re-core-master/uclibc/lib/libpthread/src/
A Dsemaphore.c214 int sem_timedwait(sem_t *sem, const struct timespec *abstime) in sem_timedwait() function

Completed in 30 milliseconds

12