/external/icu/icu4c/source/test/intltest/ |
D | simplethread.cpp | 138 ((SimpleThread*)arg)->run(); in SimpleThreadProc() 142 SimpleThread::SimpleThread() in SimpleThread() function in SimpleThread 150 SimpleThread::~SimpleThread() in ~SimpleThread() 165 int32_t SimpleThread::start() in start() 195 void SimpleThread::join() { in join() 223 SimpleThread *This = (SimpleThread *)arg; in SimpleThreadProc() 228 SimpleThread::SimpleThread() in SimpleThread() function in SimpleThread 234 SimpleThread::~SimpleThread() in ~SimpleThread() 241 int32_t SimpleThread::start() in start() 275 void SimpleThread::join() { in join() [all …]
|
D | simplethread.h | 14 class U_EXPORT SimpleThread 17 SimpleThread(); 18 virtual ~SimpleThread(); 60 SimpleThread **fThreads;
|
D | tsmthred.cpp | 102 class TestThreadsThread : public SimpleThread 118 SimpleThread *threads[THREADTEST_NRTHREADS]; in TestThreads() 168 class TestArabicShapeThreads : public SimpleThread 260 class TestMutexThread : public SimpleThread 540 class FormatThreadTest : public SimpleThread 549 : SimpleThread(), in FormatThreadTest() 843 class CollatorThreadTest : public SimpleThread 851 CollatorThreadTest() : SimpleThread(), in CollatorThreadTest() 1060 class StringThreadTest2 : public SimpleThread 1068 : SimpleThread(), in StringThreadTest2() [all …]
|
D | rbbimonkeytest.h | 215 class RBBIMonkeyThread: public SimpleThread {
|
/external/libchrome/base/threading/ |
D | simple_thread.cc | 14 SimpleThread::SimpleThread(const std::string& name_prefix) in SimpleThread() function in base::SimpleThread 15 : SimpleThread(name_prefix, Options()) {} in SimpleThread() 17 SimpleThread::SimpleThread(const std::string& name_prefix, in SimpleThread() function in base::SimpleThread 24 SimpleThread::~SimpleThread() { in ~SimpleThread() 30 void SimpleThread::Start() { in Start() 36 void SimpleThread::Join() { in Join() 46 void SimpleThread::StartAsync() { in StartAsync() 59 PlatformThreadId SimpleThread::tid() { in tid() 64 bool SimpleThread::HasBeenStarted() { in HasBeenStarted() 69 void SimpleThread::ThreadMain() { in ThreadMain() [all …]
|
D | simple_thread.h | 60 class BASE_EXPORT SimpleThread : public PlatformThread::Delegate { 88 explicit SimpleThread(const std::string& name_prefix); 89 SimpleThread(const std::string& name_prefix, const Options& options); 91 ~SimpleThread() override; 153 DISALLOW_COPY_AND_ASSIGN(SimpleThread); 161 class BASE_EXPORT DelegateSimpleThread : public SimpleThread {
|
D | thread_checker_unittest.cc | 24 class RunCallbackThread : public SimpleThread { 27 : SimpleThread("RunCallbackThread"), callback_(callback) {} in RunCallbackThread()
|
D | simple_thread_unittest.cc | 164 SimpleThread::Options options; in TEST() 184 SimpleThread::Options options; in TEST()
|
D | thread_restrictions.h | 151 class SimpleThread; variable 472 friend class SimpleThread; variable
|
/external/libchrome/base/sampling_heap_profiler/ |
D | sampling_heap_profiler_unittest.cc | 82 class MyThread1 : public SimpleThread { 84 MyThread1() : SimpleThread("MyThread1") {} in MyThread1() 91 class MyThread2 : public SimpleThread { 93 MyThread2() : SimpleThread("MyThread2") {} in MyThread2() 143 SimpleThread* t1 = new MyThread1(); in TEST_F() 144 SimpleThread* t2 = new MyThread2(); in TEST_F()
|
D | lock_free_address_hash_set_unittest.cc | 117 class WriterThread : public SimpleThread { 120 : SimpleThread("ReaderThread"), set_(set), cancel_(cancel) {} in WriterThread()
|
/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 62 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 62 SimpleThread testThread = new SimpleThread(); in run()
|
/external/libchrome/base/task_scheduler/ |
D | scheduler_lock_unittest.cc | 24 class BasicLockTestThread : public SimpleThread { 27 : SimpleThread("BasicLockTestThread"), in BasicLockTestThread() 54 class BasicLockAcquireAndWaitThread : public SimpleThread { 57 : SimpleThread("BasicLockAcquireAndWaitThread"), in BasicLockAcquireAndWaitThread()
|
D | scheduler_worker_pool_unittest.cc | 57 class ThreadPostingTasks : public SimpleThread { 66 : SimpleThread("ThreadPostingTasks"), in ThreadPostingTasks()
|
/external/libchrome/mojo/public/c/system/tests/ |
D | core_perftest.cc | 28 class MessagePipeWriterThread : public base::SimpleThread { 31 : SimpleThread("MessagePipeWriterThread"), in MessagePipeWriterThread() 69 class MessagePipeReaderThread : public base::SimpleThread { 72 : SimpleThread("MessagePipeReaderThread"), in MessagePipeReaderThread()
|
/external/libchrome/base/ |
D | lazy_instance_unittest.cc | 247 class BlockingConstructorThread : public base::SimpleThread { 253 : SimpleThread("BlockingConstructorThread", Options(thread_priority)), in BlockingConstructorThread() 299 std::vector<std::unique_ptr<base::SimpleThread>> foreground_threads; in TEST()
|
D | sequence_checker_unittest.cc | 27 class RunCallbackThread : public SimpleThread { 30 : SimpleThread("RunCallbackThread"), callback_(callback) { in RunCallbackThread()
|
/external/libchrome/base/synchronization/ |
D | waitable_event_perftest.cc | 65 class SignalerThread : public SimpleThread { 68 : SimpleThread("WaitableEventPerfTest signaler"), in SignalerThread()
|
/external/libchrome/base/debug/ |
D | activity_tracker_unittest.cc | 254 class SimpleLockThread : public SimpleThread { 257 : SimpleThread(name, Options()), in SimpleLockThread() 389 class SimpleActivityThread : public SimpleThread { 395 : SimpleThread(name, Options()), in SimpleActivityThread()
|
/external/libchrome/mojo/public/cpp/system/tests/ |
D | wait_unittest.cc | 43 class ThreadedRunner : public base::SimpleThread { 46 : SimpleThread("ThreadedRunner"), callback_(callback) {} in ThreadedRunner()
|
D | wait_set_unittest.cc | 41 class ThreadedRunner : public base::SimpleThread { 44 : SimpleThread("ThreadedRunner"), callback_(callback) {} in ThreadedRunner()
|
/external/libchrome/base/metrics/ |
D | persistent_memory_allocator_unittest.cc | 297 class AllocatorThread : public SimpleThread { 303 : SimpleThread(name, Options()), in AllocatorThread() 369 class CounterThread : public SimpleThread { 376 : SimpleThread(name, Options()), in CounterThread()
|
/external/libchrome/mojo/core/ |
D | trap_unittest.cc | 96 class ThreadedRunner : public base::SimpleThread { 99 : SimpleThread("ThreadedRunner"), callback_(std::move(callback)) {} in ThreadedRunner()
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 3028 TEST(MemorySanitizer, SimpleThread) { in TEST() argument
|