Home
last modified time | relevance | path

Searched refs:sem_clockwait_np (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/netbsd-tests/lib/librt/
H A Dt_sem.c269 SEM_REQUIRE(sem_clockwait_np(&sem, CLOCK_MONOTONIC, TIMER_ABSTIME, in ATF_TC_BODY()
272 sem_clockwait_np(&sem, CLOCK_MONOTONIC, TIMER_ABSTIME, &ts, NULL)); in ATF_TC_BODY()
278 SEM_REQUIRE(sem_clockwait_np(&sem, CLOCK_MONOTONIC, 0, in ATF_TC_BODY()
281 sem_clockwait_np(&sem, CLOCK_MONOTONIC, 0, &ts, NULL)); in ATF_TC_BODY()
292 ATF_REQUIRE_ERRNO(EINTR, sem_clockwait_np(&sem, CLOCK_MONOTONIC, in ATF_TC_BODY()
307 ATF_REQUIRE_ERRNO(EINTR, sem_clockwait_np(&sem, CLOCK_MONOTONIC, 0, &ts, in ATF_TC_BODY()
/freebsd-12.1/include/
H A Dsemaphore.h58 int sem_clockwait_np(sem_t * __restrict, __clockid_t, int,
/freebsd-12.1/lib/libc/include/
H A Dnamespace.h224 #define sem_clockwait_np _sem_clockwait_np macro
H A Dun-namespace.h205 #undef sem_clockwait_np
/freebsd-12.1/lib/libc/gen/
H A DSymbol.map420 sem_clockwait_np;
H A Dsem_new.c62 __weak_reference(_sem_clockwait_np, sem_clockwait_np);
H A DMakefile.inc485 MLINKS+=sem_timedwait.3 sem_clockwait_np.3