Searched refs:write_action_end_locked (Results 1 – 2 of 2) sorted by relevance
106 static void write_action_end_locked(void* t, grpc_error* error);967 GRPC_CLOSURE_INIT(&t->write_action_end_locked, write_action_end, t, in write_action()974 t->combiner->Run(GRPC_CLOSURE_INIT(&t->write_action_end_locked, in write_action_end()975 write_action_end_locked, t, nullptr), in write_action_end()981 static void write_action_end_locked(void* tp, grpc_error* error) { in write_action_end_locked() function
324 grpc_closure write_action_end_locked; member