Searched refs:wakeup (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dtimers.c32 double wakeup; member in struct:_timer
116 if(tp->wakeup <=now)
118 if(!tpold || tpold->wakeup>tp->wakeup)
123 if(!tpmin || tpmin->wakeup>tp->wakeup)
140 while((tp->wakeup += tp->incr) <= now);
141 if(!tpmin || tpmin->wakeup>tp->wakeup)
144 if(tpmin && (left==0 || (tp && tpmin->wakeup < (no
[all...]
/osnet-11/usr/src/lib/libc/sparc/sys/
H A D_lwp_mutex_unlock.s47 clr %o1 ! call kernel to wakeup waiter:
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_hashitem.c584 int wakeup = 0; local
603 wakeup = 1;
611 wakeup = 1;
619 if (wakeup) {

Completed in 23 milliseconds