Searched defs:wakeup (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/ksh93/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...]
/ast/src/cmd/nmake/
H A Dtrap.c100 * (re)initialize wakeup rule pointers
114 * set next wakeup time
152 * wakeup in t seconds and make rules in p
157 wakeup(Seconds_t t, register List_t* p) function
/ast/src/lib/libcs/
H A Dcss.h49 #define CSS_WAKEUP (1<<9) /* wakeup exception */
76 unsigned long wakeup; /* wakeup in ms, 0 if none */ member in struct:Cssdisc_s
/ast/src/cmd/coshell/
H A Dmain.c724 wakeup(void* handle) function
962 csserve(NiL, state.service, init, NiL, user, service, NiL, wakeup);
H A Dservice.h340 unsigned long wakeup; member in struct:__anon66
/ast/src/cmd/cs/
H A Dpid.c225 unsigned long wakeup; local
229 wakeup = ~0;
255 if (pp->expire < wakeup)
256 wakeup = pp->expire;
260 if (wakeup == ~0)
263 wakeup = CS_SVC_DORMANT;
265 else wakeup -= cs.time;
266 cswakeup(wakeup * 1000L);

Completed in 13 milliseconds