Lines Matching full:queues
278 // needs to create some completion queues to listen for incoming requests. in BuildAndStart()
279 // 'sync_server_cqs' are those internal completion queues. in BuildAndStart()
281 // This is different from the completion queues added to the server via in BuildAndStart()
282 // ServerBuilder's AddCompletionQueue() method (those completion queues in BuildAndStart()
313 // Create completion queues to listen to incoming rpc requests in BuildAndStart()
345 // Register all the completion queues with the server. i.e in BuildAndStart()
346 // 1. sync_server_cqs: internal completion queues created IF this is a sync in BuildAndStart()
348 // 2. cqs_: Completion queues added via AddCompletionQueue() call in BuildAndStart()
363 // listening to incoming channels. Such completion queues must be registered in BuildAndStart()
364 // as non-listening queues. In debug mode, these should have their server list in BuildAndStart()
374 "At least one of the completion queues must be frequently polled"); in BuildAndStart()