Searched refs:sem_timedwait (Results 1 – 13 of 13) sorted by relevance
| /illumos-gate/usr/src/test/libc-tests/tests/clocklock/ |
| H A D | clock_lock_sem.c | 115 if (sem_timedwait(sem, &clock_to_invns) != 0) { in clock_test_sem_inv_to_ign_abs() 142 if (sem_timedwait(sem, &clock_to_invns) != -1 || errno != EINVAL) { in clock_test_sem_inv_to_abs() 235 p = sem_timedwait(sem, &to); in clock_test_sem_to_abs()
|
| /illumos-gate/usr/src/head/ |
| H A D | semaphore.h | 78 int sem_timedwait(sem_t *_RESTRICT_KYWD,
|
| /illumos-gate/usr/src/lib/libc/port/rt/ |
| H A D | sem.c | 316 sem_timedwait(sem_t *sem, const timespec_t *abstime) in sem_timedwait() function
|
| H A D | mqueue.c | 699 err = sem_timedwait(&mqhp->mq_notfull, timeout); in __mq_timedsend() 849 err = sem_timedwait(&mqhp->mq_notempty, timeout); in __mq_timedreceive()
|
| /illumos-gate/usr/src/lib/librt/common/ |
| H A D | mapfile-vers | 56 sem_timedwait { TYPE = FUNCTION };
|
| /illumos-gate/usr/src/cmd/acpi/common/ |
| H A D | osunixxf.c | 1081 while (((RetVal = sem_timedwait (Sem, &Time)) == -1) && (errno == EINTR)) in AcpiOsWaitSemaphore()
|
| /illumos-gate/usr/src/lib/c_synonyms/ |
| H A D | syn_common | 756 sem_timedwait
|
| /illumos-gate/usr/src/man/man3c/ |
| H A D | Makefile | 423 sem_timedwait.3c \
|
| H A D | Manlink | 914 sem_timedwait.3c
|
| /illumos-gate/usr/src/pkg/manifests/ |
| H A D | system-library.man3c.inc | 1146 link path=usr/share/man/man3c/sem_clockwait.3c target=sem_timedwait.3c 1153 link path=usr/share/man/man3c/sem_relclockwait_np.3c target=sem_timedwait.3c 1154 link path=usr/share/man/man3c/sem_reltimedwait_np.3c target=sem_timedwait.3c 1155 file path=usr/share/man/man3c/sem_timedwait.3c
|
| /illumos-gate/usr/src/lib/libc/port/ |
| H A D | mapfile-vers | 821 sem_timedwait;
|
| /illumos-gate/usr/src/cmd/zpool/ |
| H A D | zpool_main.c | 8732 if (sem_timedwait(&wd->wd_sem, &timeout) == 0) { in wait_status_thread()
|
| /illumos-gate/usr/src/uts/intel/io/acpica/ |
| H A D | changes.txt | 2930 code was using a relative-time timeout, but sem_timedwait requires the
|