Searched defs:on_timeout (Results 1 – 6 of 6) sorted by relevance
26 function on_timeout() { function
82 grpc_closure on_timeout; member286 static void on_timeout(void* arg, grpc_error* error) { in on_timeout() function
68 grpc_closure on_timeout; member83 static void on_timeout(void* arg, grpc_error* error) { in on_timeout() function
151 static void on_timeout(uv_timer_t *req) in on_timeout() function
68 grpc_closure on_timeout; member
197 def _verify_event_with_timeout(self, expected_event, timeout, on_timeout): argument