OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:kmaxoutstandingrequestsperthread
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReader.cpp
70
static const size_t
kMaxOutstandingRequestsPerThread
= 100;
75
ThrottlingController() : m_maxRunningReaders(
kMaxOutstandingRequestsPerThread
) { }
Completed in 2617 milliseconds