HomeSort by relevance Sort by last modified time
    Searched refs:kInvalidHandleThreshold (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sandbox/win/src/
handle_closer_agent.cc 80 const int kInvalidHandleThreshold = 100;
98 while (handle_count && invalid_count < kInvalidHandleThreshold) {
handle_closer_test.cc 75 const int kInvalidHandleThreshold = 100;
84 while (handle_count && invalid_count < kInvalidHandleThreshold) {

Completed in 159 milliseconds