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

  /external/chromium_org/third_party/icu/source/test/intltest/
simplethread.cpp 233 DWORD threadExitCode;
239 success = GetExitCodeThread(imp->fHandle, &threadExitCode) != 0;
244 return (threadExitCode == STILL_ACTIVE);
  /external/icu4c/test/intltest/
simplethread.cpp 241 DWORD threadExitCode;
247 success = GetExitCodeThread(imp->fHandle, &threadExitCode) != 0;
252 return (threadExitCode == STILL_ACTIVE);

Completed in 50 milliseconds