OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThreadWithStatus
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
simplethread.cpp
451
// class
ThreadWithStatus
- a thread that we can check the status and error condition of
454
class
ThreadWithStatus
: public SimpleThread
459
virtual ~
ThreadWithStatus
(){}
461
ThreadWithStatus
() : fErrors(0) {}
tsmthred.cpp
412
// class
ThreadWithStatus
- a thread that we can check the status and error condition of
415
class
ThreadWithStatus
: public SimpleThread
420
virtual ~
ThreadWithStatus
(){}
422
ThreadWithStatus
() : fErrors(0) {}
540
class FormatThreadTest : public
ThreadWithStatus
547
:
ThreadWithStatus
(),
841
class CollatorThreadTest : public
ThreadWithStatus
848
CollatorThreadTest() :
ThreadWithStatus
(),
[
all
...]
/external/icu4c/test/intltest/
simplethread.cpp
459
// class
ThreadWithStatus
- a thread that we can check the status and error condition of
462
class
ThreadWithStatus
: public SimpleThread
467
virtual ~
ThreadWithStatus
(){}
469
ThreadWithStatus
() : fErrors(0) {}
tsmthred.cpp
563
// class
ThreadWithStatus
- a thread that we can check the status and error condition of
566
class
ThreadWithStatus
: public SimpleThread
571
virtual ~
ThreadWithStatus
(){}
573
ThreadWithStatus
() : fErrors(0) {}
691
class FormatThreadTest : public
ThreadWithStatus
698
:
ThreadWithStatus
(),
1009
class CollatorThreadTest : public
ThreadWithStatus
1017
CollatorThreadTest() :
ThreadWithStatus
(),
[
all
...]
Completed in 391 milliseconds