/external/icu/icu4c/source/test/intltest/ |
D | simplethread.cpp | 136 ((SimpleThread*)arg)->run(); in SimpleThreadProc() 140 SimpleThread::SimpleThread() in SimpleThread() function in SimpleThread 148 SimpleThread::~SimpleThread() in ~SimpleThread() 163 int32_t SimpleThread::start() in start() 193 void SimpleThread::join() { in join() 221 SimpleThread *This = (SimpleThread *)arg; in SimpleThreadProc() 226 SimpleThread::SimpleThread() in SimpleThread() function in SimpleThread 232 SimpleThread::~SimpleThread() in ~SimpleThread() 239 int32_t SimpleThread::start() in start() 273 void SimpleThread::join() { in join()
|
D | simplethread.h | 12 class U_EXPORT SimpleThread 15 SimpleThread(); 16 virtual ~SimpleThread();
|
D | tsmthred.cpp | 151 class TestThreadsThread : public SimpleThread 167 SimpleThread *threads[THREADTEST_NRTHREADS]; in TestThreads() 217 class TestArabicShapeThreads : public SimpleThread 309 class TestMutexThread : public SimpleThread 588 class FormatThreadTest : public SimpleThread 597 : SimpleThread(), in FormatThreadTest() 891 class CollatorThreadTest : public SimpleThread 899 CollatorThreadTest() : SimpleThread(), in CollatorThreadTest() 1108 class StringThreadTest2 : public SimpleThread 1116 : SimpleThread(), in StringThreadTest2() [all …]
|
D | tzfmttst.cpp | 384 class TestTimeRoundTripThread: public SimpleThread {
|
/external/libchrome/base/threading/ |
D | simple_thread.cc | 14 SimpleThread::SimpleThread(const std::string& name_prefix) in SimpleThread() function in base::SimpleThread 19 SimpleThread::SimpleThread(const std::string& name_prefix, in SimpleThread() function in base::SimpleThread 25 SimpleThread::~SimpleThread() { in ~SimpleThread() 30 void SimpleThread::Start() { in Start() 44 void SimpleThread::Join() { in Join() 51 bool SimpleThread::HasBeenStarted() { in HasBeenStarted() 56 void SimpleThread::ThreadMain() { in ThreadMain() 71 : SimpleThread(name_prefix), in DelegateSimpleThread() 78 : SimpleThread(name_prefix, options), in DelegateSimpleThread()
|
D | simple_thread.h | 59 class BASE_EXPORT SimpleThread : public PlatformThread::Delegate { 86 explicit SimpleThread(const std::string& name_prefix); 87 SimpleThread(const std::string& name_prefix, const Options& options); 89 ~SimpleThread() override; 125 class BASE_EXPORT DelegateSimpleThread : public SimpleThread {
|
D | non_thread_safe_unittest.cc | 48 class CallDoStuffOnThread : public SimpleThread { 51 : SimpleThread("call_do_stuff_on_thread"), in CallDoStuffOnThread() 64 class DeleteNonThreadSafeClassOnThread : public SimpleThread { 68 : SimpleThread("delete_non_thread_safe_class_on_thread"), in DeleteNonThreadSafeClassOnThread()
|
D | thread_checker_unittest.cc | 48 class CallDoStuffOnThread : public base::SimpleThread { 51 : SimpleThread("call_do_stuff_on_thread"), in CallDoStuffOnThread() 64 class DeleteThreadCheckerClassOnThread : public base::SimpleThread { 68 : SimpleThread("delete_thread_checker_class_on_thread"), in DeleteThreadCheckerClassOnThread()
|
D | thread_restrictions.h | 94 class SimpleThread; variable 205 friend class SimpleThread; variable
|
D | simple_thread_unittest.cc | 114 SimpleThread::Options options; in TEST()
|
D | sequenced_worker_pool.cc | 229 class SequencedWorkerPool::Worker : public SimpleThread { 510 : SimpleThread(prefix + StringPrintf("Worker%d", thread_number)), in Worker()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/ |
D | EventDebuggee.java | 39 private class SimpleThread extends Thread { class in EventDebuggee 41 public SimpleThread () { in SimpleThread() method in EventDebuggee.SimpleThread 60 SimpleThread testThread = new SimpleThread(); in run()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
D | EventDebuggee.java | 39 private class SimpleThread extends Thread { class in EventDebuggee 41 public SimpleThread () { in SimpleThread() method in EventDebuggee.SimpleThread 60 SimpleThread testThread = new SimpleThread(); in run()
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 2981 TEST(MemorySanitizer, SimpleThread) { in TEST() argument
|