Searched refs:stopFlag (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/threadtest/
H A Dthreadtest.cpp163 bool stopFlag; member in struct:RunInfo
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.
/external/icu/icu4c/source/test/threadtest/
H A Dthreadtest.cpp163 bool stopFlag; member in struct:RunInfo
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 582 milliseconds