Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/librt/
H A Dt_sem.c315 SEM_REQUIRE(sem_clockwait_np(&sem, CLOCK_MONOTONIC, TIMER_ABSTIME, in ATF_TC_BODY()
318 sem_clockwait_np(&sem, CLOCK_MONOTONIC, TIMER_ABSTIME, &ts, NULL)); in ATF_TC_BODY()
338 SEM_REQUIRE(sem_clockwait_np(&sem, CLOCK_MONOTONIC, 0, in ATF_TC_BODY()
341 sem_clockwait_np(&sem, CLOCK_MONOTONIC, 0, &ts, NULL)); in ATF_TC_BODY()
369 ATF_REQUIRE_EQ(-1, sem_clockwait_np(&sem, CLOCK_MONOTONIC, in ATF_TC_BODY()
401 ATF_REQUIRE_EQ(-1, sem_clockwait_np(&sem, CLOCK_MONOTONIC, 0, &ts, in ATF_TC_BODY()
/freebsd/include/
H A Dsemaphore.h56 int sem_clockwait_np(sem_t * __restrict, __clockid_t, int,
/freebsd/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/lib/libc/gen/
H A DSymbol.map423 sem_clockwait_np;
H A Dsem_new.c60 __weak_reference(_sem_clockwait_np, sem_clockwait_np);
H A DMakefile.inc496 MLINKS+=sem_timedwait.3 sem_clockwait_np.3