| /freebsd-12.1/contrib/netbsd-tests/lib/librt/ |
| H A D | t_sem.c | 222 SEM_REQUIRE(sem_timedwait(&sem, &ts)); in ATF_TC_BODY() 223 ATF_REQUIRE_ERRNO(ETIMEDOUT, sem_timedwait(&sem, &ts)); in ATF_TC_BODY() 225 ATF_REQUIRE_ERRNO(ETIMEDOUT, sem_timedwait(&sem, &ts)); in ATF_TC_BODY() 227 SEM_REQUIRE(sem_timedwait(&sem, &ts)); in ATF_TC_BODY() 231 ATF_REQUIRE_ERRNO(EINVAL, sem_timedwait(&sem, &ts)); in ATF_TC_BODY() 233 ATF_REQUIRE_ERRNO(EINVAL, sem_timedwait(&sem, &ts)); in ATF_TC_BODY() 239 ATF_REQUIRE_ERRNO(EINVAL, sem_timedwait(&sem, &ts)); in ATF_TC_BODY() 241 ATF_REQUIRE_ERRNO(EINVAL, sem_timedwait(&sem, &ts)); in ATF_TC_BODY() 260 ATF_REQUIRE_ERRNO(EINTR, sem_timedwait(&sem, &ts)); in ATF_TC_BODY()
|
| /freebsd-12.1/include/ |
| H A D | semaphore.h | 67 int sem_timedwait(sem_t * __restrict, const struct timespec * __restrict);
|
| /freebsd-12.1/lib/libthr/thread/ |
| H A D | thr_sem.c | 54 FB10_COMPAT(_sem_timedwait_compat, sem_timedwait);
|
| /freebsd-12.1/lib/libc/gen/ |
| H A D | Makefile.inc | 285 sem_timedwait.3 \ 485 MLINKS+=sem_timedwait.3 sem_clockwait_np.3
|
| H A D | Symbol.map | 349 sem_timedwait;
|
| H A D | sem.c | 121 FB10_COMPAT(_libc_sem_timedwait_compat, sem_timedwait);
|
| H A D | sem_new.c | 61 __weak_reference(_sem_timedwait, sem_timedwait);
|
| /freebsd-12.1/lib/libc/include/ |
| H A D | namespace.h | 223 #define sem_timedwait _sem_timedwait macro
|
| H A D | un-namespace.h | 204 #undef sem_timedwait
|
| /freebsd-12.1/contrib/netbsd-tests/lib/semaphore/ |
| H A D | sem.c | 227 ATF_REQUIRE_ERRNO(ETIMEDOUT, sem_timedwait(&semid, &tp) == -1); in ATF_TC_BODY()
|
| /freebsd-12.1/sys/contrib/dev/acpica/os_specific/service_layers/ |
| H A D | osunixxf.c | 1081 while (((RetVal = sem_timedwait (Sem, &Time)) == -1) && (errno == EINTR)) in AcpiOsWaitSemaphore()
|
| /freebsd-12.1/contrib/ntp/libntp/ |
| H A D | work_thread.c | 830 rc = sem_timedwait(sem, timeout);
|
| /freebsd-12.1/contrib/ntp/sntp/m4/ |
| H A D | ntp_libntp.m4 | 342 AC_CHECK_FUNCS([sem_timedwait])
|
| /freebsd-12.1/tests/sys/netmap/ |
| H A D | ctrl-api-test.c | 1591 ret = sem_timedwait(&sem, &to); in sync_kloop_conflict()
|
| /freebsd-12.1/contrib/ntp/sntp/ |
| H A D | config.h.in | 356 /* Define to 1 if you have the `sem_timedwait' function. */
|
| /freebsd-12.1/contrib/ntp/ |
| H A D | config.h.in | 793 /* Define to 1 if you have the `sem_timedwait' function. */
|
| H A D | ChangeLog | 2358 * [Bug 1833] The checking sem_timedwait() fails without -pthread.
|
| H A D | CommitLog | 126356 [Bug 1833] The checking sem_timedwait() fails without -pthread. 126365 [Bug 1833] The checking sem_timedwait() fails without -pthread. 126448 [Bug 1833] The checking sem_timedwait() fails without -pthread.
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 6172 INTERCEPTOR(int, sem_timedwait, __sanitizer_sem_t *s, void *abstime) { 6174 COMMON_INTERCEPTOR_ENTER(ctx, sem_timedwait, s, abstime); 6176 int res = COMMON_INTERCEPTOR_BLOCK_REAL(sem_timedwait)(s, abstime); 6206 COMMON_INTERCEPT_FUNCTION(sem_timedwait); \
|
| /freebsd-12.1/contrib/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2810 fun:sem_timedwait=uninstrumented
|
| /freebsd-12.1/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 4617 code was using a relative-time timeout, but sem_timedwait requires the
|