Searched defs:timecheck (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dsigtimedwait.c102 int timecheck = 0; local
111 timecheck = timechanged;
153 rqtp, timecheck)) > 0)
H A Dlwpsys.c456 int timecheck = 0; local
464 timecheck = timechanged;
499 &t->t_delay_lock, rqtp, timecheck)) {
H A Dsem.c874 int timecheck = 0; local
898 timecheck = timechanged;
1094 tsp, timecheck);
1131 tsp, timecheck);
/illumos-gate/usr/src/uts/common/os/
H A Dcondvar.c759 * (The system clock has been reset if timecheck != timechanged.)
767 timestruc_t *when, int timecheck)
788 if (timecheck == timechanged) {
806 if (rval == -1 && timecheck == timechanged) {
766 cv_waituntil_sig(kcondvar_t *cvp, kmutex_t *mp, timestruc_t *when, int timecheck) argument
H A Dtimers.c1289 int timecheck; local
1293 timecheck = timechanged;
1315 &curthread->t_delay_lock, &rqtime, timecheck)) > 0)
H A Daio.c530 int timecheck; local
546 timecheck = timechanged;
576 &aiop->aio_mutex, rqtp, timecheck);
620 int timecheck; local
691 timecheck = timechanged;
753 &aiop->aio_mutex, rqtp, timecheck);
916 int timecheck; local
932 timecheck = timechanged;
1052 &aiop->aio_mutex, rqtp, timecheck);
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport.c1174 int timecheck; local
1261 timecheck = pgt->pgt_timecheck;
1285 timecheck = timechanged;
1327 rqtp, timecheck);
1551 pgt->pgt_timecheck = timecheck;
/illumos-gate/usr/src/uts/common/io/
H A Dsignalfd.c392 int timecheck = 0; local
398 timecheck = timechanged;
419 timecheck)) > 0)
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1102 int timecheck = 0; local
1112 timecheck = timechanged;
1128 error = pr_wait(pcp, rqtp, timecheck);
1147 error = pr_wait(pcp, rqtp, timecheck);
1306 int timecheck)
1311 rval = cv_waituntil_sig(&pcp->prc_wait, &pcp->prc_mutex, ts, timecheck);
1304 pr_wait(prcommon_t *pcp, timestruc_t *ts, int timecheck) argument

Completed in 96 milliseconds