Home
last modified time | relevance | path

Searched refs:specs (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/clocklock/
H A Dclock_lock_rwlock.c228 const struct timespec *specs[] = { &clock_to_invns, &clock_to_invnegs, in clock_test_rwlock_inv_to_ign_rel() local
234 for (size_t i = 0; i < ARRAY_SIZE(specs); i++) { in clock_test_rwlock_inv_to_ign_rel()
235 if ((p = pthread_rwlock_reltimedrdlock_np(rwl, specs[i])) != in clock_test_rwlock_inv_to_ign_rel()
247 specs[i])) != 0) { in clock_test_rwlock_inv_to_ign_rel()
257 if ((p = pthread_rwlock_reltimedwrlock_np(rwl, specs[i])) != in clock_test_rwlock_inv_to_ign_rel()
269 specs[i])) != 0) { in clock_test_rwlock_inv_to_ign_rel()
288 const struct timespec *specs[] = { &clock_to_invns, &clock_to_invnegs, in clock_test_rwlock_inv_to_rel() local
294 for (size_t i = 0; i < ARRAY_SIZE(specs); i++) { in clock_test_rwlock_inv_to_rel()
295 if ((p = pthread_rwlock_reltimedrdlock_np(rwl, specs[i])) != in clock_test_rwlock_inv_to_rel()
305 specs[i])) != EINVAL) { in clock_test_rwlock_inv_to_rel()
[all …]
H A Dclock_lock_sem.c165 const struct timespec *specs[] = { &clock_to_invns, &clock_to_invnegs, in clock_test_sem_inv_to_ign_rel() local
170 for (size_t i = 0; i < ARRAY_SIZE(specs); i++) { in clock_test_sem_inv_to_ign_rel()
171 if (sem_reltimedwait_np(sem, specs[i]) != 0) { in clock_test_sem_inv_to_ign_rel()
181 if (sem_relclockwait_np(sem, CLOCK_MONOTONIC, specs[i]) != 0) { in clock_test_sem_inv_to_ign_rel()
200 const struct timespec *specs[] = { &clock_to_invns, &clock_to_invnegs, in clock_test_sem_inv_to_rel() local
205 for (size_t i = 0; i < ARRAY_SIZE(specs); i++) { in clock_test_sem_inv_to_rel()
206 if (sem_reltimedwait_np(sem, specs[i]) != -1 || in clock_test_sem_inv_to_rel()
214 if (sem_relclockwait_np(sem, CLOCK_MONOTONIC, specs[i]) != -1 || in clock_test_sem_inv_to_rel()
H A Dclock_lock_mutex.c182 const struct timespec *specs[] = { &clock_to_invns, &clock_to_invnegs, in clock_test_mutex_inv_to_ign_rel() local
188 for (size_t i = 0; i < ARRAY_SIZE(specs); i++) { in clock_test_mutex_inv_to_ign_rel()
189 if ((p = pthread_mutex_reltimedlock_np(mutex, specs[i])) != 0) { in clock_test_mutex_inv_to_ign_rel()
200 specs[i])) != 0) { in clock_test_mutex_inv_to_ign_rel()
219 const struct timespec *specs[] = { &clock_to_invns, &clock_to_invnegs, in clock_test_mutex_inv_to_rel() local
225 for (size_t i = 0; i < ARRAY_SIZE(specs); i++) { in clock_test_mutex_inv_to_rel()
226 if ((p = pthread_mutex_reltimedlock_np(mutex, specs[i])) != in clock_test_mutex_inv_to_rel()
235 specs[i])) != EINVAL) { in clock_test_mutex_inv_to_rel()
H A Dclock_lock_cond.c192 const struct timespec *specs[] = { &clock_to_invns, &clock_to_invnegs, in clock_test_cond_inv_to_rel() local
199 for (size_t i = 0; i < ARRAY_SIZE(specs); i++) { in clock_test_cond_inv_to_rel()
201 &cc->cc_mutex, specs[i])) != EINVAL) { in clock_test_cond_inv_to_rel()
209 &cc->cc_mutex, CLOCK_MONOTONIC, specs[i])) != EINVAL) { in clock_test_cond_inv_to_rel()
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Dcapacity.notes.txt37 In despair at reading the specs, I asked the x3t13 reflector
54 somewhere? I *have* searched the specs and Hale's HIW docs and
58 Even assertions in the specs seem to be ignored; I have a drive for
88 >somewhere? I *have* searched the specs and Hale's HIW docs and
92 >Even assertions in the specs seem to be ignored; I have a drive for
/illumos-gate/usr/src/cmd/sgs/demo_rdb/tests/
H A Dtest-sparc-regs46 print $specs
/illumos-gate/usr/src/cmd/netfiles/
H A Dnetconfig36 # comply with the SVr4 specs, in which case the name service switch
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE1074 01-10-30 tm/tmdate.c: fix cron specs when both wday and mday are specified
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt1426 http://uefi.org/specs/access
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src10449 # The :vi:/:ve:/:sa:/:me: strings were added by ESR from specs.
H A Dterminfo.src11823 # The <civis>/<cnorm>/<sgr>/<sgr0> strings were added by ESR from specs.