Searched refs:kMaxQueueSize (Results 1 – 4 of 4) sorted by relevance
83 if (queued_lines_.size() >= kMaxQueueSize) { in QueueLogLine()134 if (local_queue.size() >= kMaxQueueSize) { in ThreadMain()
31 static const size_t kMaxQueueSize = 250; variable
44 static const int kMaxQueueSize = 20; variable86 semaphore_ = CreateSemaphore(NULL, 0, kMaxQueueSize, NULL); in SetUp()
18 static const int kMaxQueueSize = 20; variable