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

  /external/chromium_org/third_party/icu/source/test/threadtest/
threadtest.cpp 162 bool stopFlag;
334 UBool stop = gRunInfo.stopFlag; // Need mutex for processors with flakey memory models.
342 while (gRunInfo.stopFlag) {
404 gRunInfo.stopFlag = TRUE; // Will cause the new threads to block
423 gRunInfo.stopFlag = FALSE; // Unblocks the worker threads.
475 gRunInfo.stopFlag = TRUE;
494 gRunInfo.stopFlag = FALSE; // Unblock the worker threads.
  /external/icu4c/test/threadtest/
threadtest.cpp 163 bool stopFlag;
335 UBool stop = gRunInfo.stopFlag; // Need mutex for processors with flakey memory models.
343 while (gRunInfo.stopFlag) {
405 gRunInfo.stopFlag = TRUE; // Will cause the new threads to block
424 gRunInfo.stopFlag = FALSE; // Unblocks the worker threads.
476 gRunInfo.stopFlag = TRUE;
495 gRunInfo.stopFlag = FALSE; // Unblock the worker threads.

Completed in 83 milliseconds