Searched refs:MaxQueueSize (Results 1 – 2 of 2) sorted by relevance
27 STATISTIC(MaxQueueSize, "Maximum size of the worklist");170 MaxQueueSize.updateMax(StackUnexplored.size() + StackOthers.size()); in enqueue()
1053 enum { MaxQueueSize = 4096 }; in RTLDeviceInfoTy() enumerator1054 if (QueueSize > MaxQueueSize) { in RTLDeviceInfoTy()1055 QueueSize = MaxQueueSize; in RTLDeviceInfoTy()