Searched refs:str_cv_wait (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | strsubr.h | 1153 extern clock_t str_cv_wait(kcondvar_t *, kmutex_t *, clock_t, int);
|
/titanic_44/usr/src/uts/common/os/ |
H A D | streamio.c | 718 if (str_cv_wait(&qp->q_wait, &stp->sd_lock, in strclose() 5977 cv_rval = str_cv_wait(&stp->sd_iocmonitor, &stp->sd_lock, in strdoioctl() 6090 cv_rval = str_cv_wait(&stp->sd_monitor, &stp->sd_lock, in strdoioctl() 6424 rval = str_cv_wait(&stp->sd_monitor, &stp->sd_lock, timeout, 0); in strdocmd()
|
H A D | strsubr.c | 3094 rval = str_cv_wait(sleepon, &stp->sd_lock, timout, flag & STR_NOSIG); in strwaitq() 7888 str_cv_wait(kcondvar_t *cvp, kmutex_t *mp, clock_t tim, int nosigs) in str_cv_wait() function 7958 if (str_cv_wait(&rq->q_wait, &stp->sd_lock, 100, 1) == -1) { in strwaitmark()
|