OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fHeartBeat
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/threadtest/
threadtest.cpp
178
bool
fHeartBeat
; // Set true by the thread each time it finishes
183
fHeartBeat
= false;
358
thInfo->
fHeartBeat
= true;
446
if (gThreadInfo[threadNum].
fHeartBeat
== false)
457
gThreadInfo[threadNum].
fHeartBeat
= false;
/external/icu4c/test/threadtest/
threadtest.cpp
179
bool
fHeartBeat
; // Set true by the thread each time it finishes
184
fHeartBeat
= false;
359
thInfo->
fHeartBeat
= true;
447
if (gThreadInfo[threadNum].
fHeartBeat
== false)
458
gThreadInfo[threadNum].
fHeartBeat
= false;
Completed in 43 milliseconds