Searched refs:write_action_end_locked (Results 1 – 2 of 2) sorted by relevance
316 grpc_closure write_action_end_locked; member
102 static void write_action_end_locked(void* t, grpc_error* error);1047 GRPC_CLOSURE_INIT(&t->write_action_end_locked, write_action_end_locked, t, in write_action()1054 static void write_action_end_locked(void* tp, grpc_error* error) { in write_action_end_locked() function