Searched refs:cv_timedwait_sig_hrtime (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcondvar.h102 extern int cv_timedwait_sig_hrtime(kcondvar_t *, kmutex_t *, hrtime_t);
/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dcondvar.h93 extern int cv_timedwait_sig_hrtime(kcondvar_t *, kmutex_t *, hrtime_t);
/illumos-gate/usr/src/uts/common/os/
H A Dcondvar.c488 cv_timedwait_sig_hrtime(kcondvar_t *cvp, kmutex_t *mp, hrtime_t tim) function
761 * Generally, cv_timedwait_sig_hrtime() should be used instead of this
/illumos-gate/usr/src/uts/common/io/
H A Ddevpoll.c1204 cv_timedwait_sig_hrtime(&curthread->t_delay_cv,
1285 error = cv_timedwait_sig_hrtime(&pcp->pc_cv,
/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c384 while ((error = cv_timedwait_sig_hrtime(&t->t_delay_cv,
578 error = cv_timedwait_sig_hrtime(&pcp->pc_cv,

Completed in 88 milliseconds