Home
last modified time | relevance | path

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

/external/grpc-grpc/include/grpc/
Dgrpc.h151 #define GRPC_MAX_COMPLETION_QUEUE_PLUCKERS 6 macro
/external/grpc-grpc/test/core/surface/
Dcompletion_queue_threading_test.cc79 void* tags[GRPC_MAX_COMPLETION_QUEUE_PLUCKERS]; in test_too_many_plucks()
/external/grpc-grpc/src/core/lib/surface/
Dcompletion_queue.cc254 plucker pluckers[GRPC_MAX_COMPLETION_QUEUE_PLUCKERS];
1114 if (cqd->num_pluckers == GRPC_MAX_COMPLETION_QUEUE_PLUCKERS) {
1256 GRPC_MAX_COMPLETION_QUEUE_PLUCKERS);
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc.pxi143 const int GRPC_MAX_COMPLETION_QUEUE_PLUCKERS