Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/netbsd-tests/lib/librt/
H A Dt_sem.c257 SEM_REQUIRE(sem_timedwait(&sem, &ts)); in ATF_TC_BODY()
258 ATF_REQUIRE_ERRNO(ETIMEDOUT, sem_timedwait(&sem, &ts)); in ATF_TC_BODY()
260 ATF_REQUIRE_ERRNO(ETIMEDOUT, sem_timedwait(&sem, &ts)); in ATF_TC_BODY()
262 SEM_REQUIRE(sem_timedwait(&sem, &ts)); in ATF_TC_BODY()
266 ATF_REQUIRE_ERRNO(EINVAL, sem_timedwait(&sem, &ts)); in ATF_TC_BODY()
268 ATF_REQUIRE_ERRNO(EINVAL, sem_timedwait(&sem, &ts)); in ATF_TC_BODY()
274 ATF_REQUIRE_ERRNO(EINVAL, sem_timedwait(&sem, &ts)); in ATF_TC_BODY()
276 ATF_REQUIRE_ERRNO(EINVAL, sem_timedwait(&sem, &ts)); in ATF_TC_BODY()
291 ATF_REQUIRE_ERRNO(EINTR, sem_timedwait(&sem, &ts)); in ATF_TC_BODY()
/freebsd-13.1/include/
H A Dsemaphore.h67 int sem_timedwait(sem_t * __restrict, const struct timespec * __restrict);
/freebsd-13.1/lib/libthr/thread/
H A Dthr_sem.c54 FB10_COMPAT(_sem_timedwait_compat, sem_timedwait);
/freebsd-13.1/lib/libc/gen/
H A DMakefile.inc295 sem_timedwait.3 \
500 MLINKS+=sem_timedwait.3 sem_clockwait_np.3
H A Dsem.c121 FB10_COMPAT(_libc_sem_timedwait_compat, sem_timedwait);
H A DSymbol.map349 sem_timedwait;
H A Dsem_new.c61 __weak_reference(_sem_timedwait, sem_timedwait);
/freebsd-13.1/lib/libc/include/
H A Dnamespace.h225 #define sem_timedwait _sem_timedwait macro
H A Dun-namespace.h206 #undef sem_timedwait
/freebsd-13.1/contrib/netbsd-tests/lib/semaphore/
H A Dsem.c227 ATF_REQUIRE_ERRNO(ETIMEDOUT, sem_timedwait(&semid, &tp) == -1); in ATF_TC_BODY()
/freebsd-13.1/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c1081 while (((RetVal = sem_timedwait (Sem, &Time)) == -1) && (errno == EINTR)) in AcpiOsWaitSemaphore()
/freebsd-13.1/contrib/ntp/libntp/
H A Dwork_thread.c830 rc = sem_timedwait(sem, timeout);
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A D__threading_support482 return sem_timedwait(__sem, &__ts) == 0;
/freebsd-13.1/contrib/apr/locks/unix/
H A Dproc_mutex.c241 rc = sem_timedwait(mutex->os.psem_interproc, &abstime); in proc_mutex_posix_timedacquire()
/freebsd-13.1/contrib/ntp/sntp/m4/
H A Dntp_libntp.m4342 AC_CHECK_FUNCS([sem_timedwait])
/freebsd-13.1/contrib/openbsm/etc/
H A Daudit_event605 43242:AUE_SEMTIMEDWAIT:sem_timedwait(3):ip
/freebsd-13.1/tests/sys/netmap/
H A Dctrl-api-test.c1591 ret = sem_timedwait(&sem, &to); in sync_kloop_conflict()
/freebsd-13.1/contrib/ntp/sntp/
H A Dconfig.h.in356 /* Define to 1 if you have the `sem_timedwait' function. */
/freebsd-13.1/contrib/apr/include/arch/unix/
H A Dapr_private.h.in461 /* Define to 1 if you have the `sem_timedwait' function. */
/freebsd-13.1/contrib/apr/
H A Dconfigure.in2233 AC_CHECK_FUNCS(sem_close sem_unlink sem_post sem_wait sem_timedwait)
2234 APR_IFALLYES(func:sem_timedwait, have_sem_timedwait="1", have_sem_timedwait="0")
/freebsd-13.1/contrib/ntp/
H A Dconfig.h.in796 /* Define to 1 if you have the `sem_timedwait' function. */
H A DChangeLog2387 * [Bug 1833] The checking sem_timedwait() fails without -pthread.
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6512 INTERCEPTOR(int, sem_timedwait, __sanitizer_sem_t *s, void *abstime) {
6514 COMMON_INTERCEPTOR_ENTER(ctx, sem_timedwait, s, abstime);
6516 int res = COMMON_INTERCEPTOR_BLOCK_REAL(sem_timedwait)(s, abstime);
6546 COMMON_INTERCEPT_FUNCTION(sem_timedwait); \
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2810 fun:sem_timedwait=uninstrumented
/freebsd-13.1/sys/contrib/dev/acpica/
H A Dchanges.txt5659 code was using a relative-time timeout, but sem_timedwait requires the

12