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

/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Drpctimer.c109 INTERNAL rpc_timer_p_t rpc_timer_head, rpc_timer_tail;
222 rpc_timer_head = NULL;
372 if (rpc_timer_head != NULL && t->trigger >= rpc_timer_high_trigger)
387 for (list_ptr = rpc_timer_head; list_ptr; list_ptr = list_ptr->next )
391 if (list_ptr == rpc_timer_head)
393 t->next = rpc_timer_head;
394 rpc_timer_head = t;
418 assert (rpc_timer_head == NULL);
420 rpc_timer_head = rpc_timer_tail = t;
511 for (list_ptr = rpc_timer_head; list_pt
108 INTERNAL rpc_timer_p_t rpc_timer_head, rpc_timer_tail; variable
[all...]

Completed in 108 milliseconds