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

/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Drpctimer.c106 INTERNAL rpc_cond_t rpc_g_timer_cond;
132 #define RPC_TIMER_COND_INIT(junk) RPC_COND_INIT (rpc_g_timer_cond, rpc_g_timer_mutex)
180 RPC_COND_TIMED_WAIT(rpc_g_timer_cond, rpc_g_timer_mutex, &next_ts);
203 RPC_COND_SIGNAL(rpc_g_timer_cond, rpc_g_timer_mutex);
105 INTERNAL rpc_cond_t rpc_g_timer_cond; variable

Completed in 196 milliseconds