/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/icu/icu4c/source/test/intltest/ |
D | simplethread.cpp | 17 SimpleThread::SimpleThread() { in SimpleThread() function in SimpleThread 20 SimpleThread::~SimpleThread() { in ~SimpleThread() 24 int SimpleThread::start() { in start() 25 fThread = std::thread(&SimpleThread::run, this); in start() 29 void SimpleThread::join() { in join() 37 class ThreadPoolThread: public SimpleThread { 48 fThreads = new SimpleThread *[fNumThreads]; in ThreadPoolBase()
|
D | simplethread.h | 23 class SimpleThread 26 SimpleThread(); 27 virtual ~SimpleThread(); 69 SimpleThread **fThreads;
|
D | tsmthred.cpp | 95 class TestThreadsThread : public SimpleThread 111 SimpleThread *threads[THREADTEST_NRTHREADS]; in TestThreads() 158 class TestArabicShapeThreads : public SimpleThread 429 class FormatThreadTest : public SimpleThread 438 : SimpleThread(), in FormatThreadTest() 719 class CollatorThreadTest : public SimpleThread 727 CollatorThreadTest() : SimpleThread(), in CollatorThreadTest() 934 class StringThreadTest2 : public SimpleThread 942 : SimpleThread(), in StringThreadTest2() 1013 class TxThread: public SimpleThread { [all …]
|
D | rbbimonkeytest.h | 215 class RBBIMonkeyThread: public SimpleThread {
|
/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/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/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 | priority_queue_unittest.cc | 29 class ThreadBeginningTransaction : public SimpleThread { 32 : SimpleThread("ThreadBeginningTransaction"), in ThreadBeginningTransaction()
|
D | task_tracker_unittest.cc | 61 class CallbackThread : public SimpleThread { 64 : SimpleThread("CallbackThread"), closure_(closure) {} in CallbackThread() 81 class ThreadPostingAndRunningTask : public SimpleThread { 93 : SimpleThread("ThreadPostingAndRunningTask"), in ThreadPostingAndRunningTask() 110 : SimpleThread("ThreadPostingAndRunningTask"), in ThreadPostingAndRunningTask() 1243 class WaitAllowedTestThread : public SimpleThread { 1245 WaitAllowedTestThread() : SimpleThread("WaitAllowedTestThread") {} in WaitAllowedTestThread()
|
D | scheduler_worker_pool_unittest.cc | 57 class ThreadPostingTasks : public SimpleThread { 66 : SimpleThread("ThreadPostingTasks"), in ThreadPostingTasks()
|
D | scheduler_single_thread_task_runner_manager_unittest.cc | 403 class CallJoinFromDifferentThread : public SimpleThread { 407 : SimpleThread("SchedulerSingleThreadTaskRunnerManagerJoinThread"), in CallJoinFromDifferentThread()
|
/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 | sequence_checker_unittest.cc | 27 class RunCallbackThread : public SimpleThread { 30 : SimpleThread("RunCallbackThread"), callback_(callback) { in RunCallbackThread()
|
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()
|
/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()
|