Home
last modified time | relevance | path

Searched refs:CLOSURE_BARRIER_FIRST_REF_BIT (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc1199 #define CLOSURE_BARRIER_FIRST_REF_BIT (1 << 16) macro
1202 closure->next_data.scratch += CLOSURE_BARRIER_FIRST_REF_BIT; in add_closure_barrier()
1222 closure->next_data.scratch -= CLOSURE_BARRIER_FIRST_REF_BIT; in grpc_chttp2_complete_closure_step()
1231 CLOSURE_BARRIER_FIRST_REF_BIT), in grpc_chttp2_complete_closure_step()
1233 CLOSURE_BARRIER_FIRST_REF_BIT), in grpc_chttp2_complete_closure_step()
1247 if (closure->next_data.scratch < CLOSURE_BARRIER_FIRST_REF_BIT) { in grpc_chttp2_complete_closure_step()
1401 on_complete->next_data.scratch = CLOSURE_BARRIER_FIRST_REF_BIT; in perform_stream_op_locked()