Searched refs:send_pending_count (Results 1 – 2 of 2) sorted by relevance
156 int send_pending_count = 0; in RunAsyncParts() local216 ++send_pending_count; in RunAsyncParts()222 DCHECK_GT(send_pending_count, 0); in RunAsyncParts()223 --send_pending_count; in RunAsyncParts()241 while ((send_pending_count > 0) || (recv_pending_count > 0)) { in RunAsyncParts()248 --send_pending_count; in RunAsyncParts()256 DCHECK_EQ(send_pending_count, 0); in RunAsyncParts()
192 int send_pending_count = 0; in RunAsyncParts() local275 ++send_pending_count; in RunAsyncParts()281 CHECK_GT(send_pending_count, 0); in RunAsyncParts()282 --send_pending_count; in RunAsyncParts()303 while ((send_pending_count > 0) || (recv_pending_count > 0)) { in RunAsyncParts()310 --send_pending_count; in RunAsyncParts()318 CHECK_EQ(send_pending_count, 0); in RunAsyncParts()