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

/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Ddgclive.c326 struct timespec next_ts; local
338 rpc__clock_timespec(rpc__clock_stamp()+20, &next_ts);
340 RPC_COND_TIMED_WAIT(maintain_cond, rpc_g_maint_mutex, &next_ts);
H A Drpctimer.c153 struct timespec next_ts;
179 rpc__clock_timespec (rpc_timer_cur_trigger, &next_ts);
180 RPC_COND_TIMED_WAIT(rpc_g_timer_cond, rpc_g_timer_mutex, &next_ts);
151 struct timespec next_ts; local
H A Ddgslive.c332 struct timespec next_ts; local
344 rpc__clock_timespec(rpc__clock_stamp()+60, &next_ts);
346 RPC_COND_TIMED_WAIT(monitor_cond, monitor_mutex, &next_ts);

Completed in 61 milliseconds