/external/chromium_org/third_party/icu/source/test/intltest/ |
D | simplethread.cpp | 108 SimpleThread::SimpleThread() in SimpleThread() function in SimpleThread 111 SimpleThread::~SimpleThread() in ~SimpleThread() 115 SimpleThread::start() in start() 119 SimpleThread::run() in run() 123 SimpleThread::sleep(int32_t millis) in sleep() 127 SimpleThread::isRunning() { in isRunning() 169 ((SimpleThread*)arg)->run(); in SimpleThreadProc() 173 SimpleThread::SimpleThread() in SimpleThread() function in SimpleThread 181 SimpleThread::~SimpleThread() in ~SimpleThread() 196 int32_t SimpleThread::start() in start() [all …]
|
D | simplethread.h | 12 class U_EXPORT SimpleThread 15 SimpleThread(); 16 virtual ~SimpleThread();
|
D | tsmthred.cpp | 145 void SimpleThread::errorFunc() { in errorFunc() 218 class TestThreadsThread : public SimpleThread 222 virtual void run() { SimpleThread::sleep(1000); in run() 239 class TestArabicShapeThreads : public SimpleThread 302 SimpleThread *threads[THREADTEST_NRTHREADS]; in TestThreads() 322 SimpleThread::sleep(100); in TestThreads() 358 SimpleThread::sleep(500); in TestThreads() 372 SimpleThread *threads[ARABICSHAPE_THREADTEST]; in TestArabicShapingThreads() 429 SimpleThread::sleep(500); in TestArabicShapingThreads() 467 class TestMutexThread : public SimpleThread [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | simplethread.cpp | 108 SimpleThread::SimpleThread() in SimpleThread() function in SimpleThread 111 SimpleThread::~SimpleThread() in ~SimpleThread() 115 SimpleThread::start() in start() 119 SimpleThread::run() in run() 123 SimpleThread::sleep(int32_t millis) in sleep() 127 SimpleThread::isRunning() { in isRunning() 169 ((SimpleThread*)arg)->run(); in SimpleThreadProc() 173 SimpleThread::SimpleThread() in SimpleThread() function in SimpleThread 181 SimpleThread::~SimpleThread() in ~SimpleThread() 196 int32_t SimpleThread::start() in start() [all …]
|
D | simplethread.h | 12 class U_EXPORT SimpleThread 15 SimpleThread(); 16 virtual ~SimpleThread();
|
D | tsmthred.cpp | 145 void SimpleThread::errorFunc() { in errorFunc() 224 class TestThreadsThread : public SimpleThread 228 virtual void run() { SimpleThread::sleep(1000); in run() 245 class TestArabicShapeThreads : public SimpleThread 308 SimpleThread *threads[THREADTEST_NRTHREADS]; in TestThreads() 328 SimpleThread::sleep(100); in TestThreads() 364 SimpleThread::sleep(500); in TestThreads() 378 SimpleThread *threads[ARABICSHAPE_THREADTEST]; in TestArabicShapingThreads() 435 SimpleThread::sleep(500); in TestArabicShapingThreads() 473 class TestMutexThread : public SimpleThread [all …]
|
/external/chromium_org/ppapi/utility/threading/ |
D | simple_thread.h | 21 class SimpleThread { 31 explicit SimpleThread(const InstanceHandle& instance); 32 explicit SimpleThread(const InstanceHandle& instance, size_t stacksize); 33 ~SimpleThread(); 60 SimpleThread(const SimpleThread&); 61 SimpleThread(const SimpleThread&, size_t stacksize); 62 SimpleThread& operator=(const SimpleThread&);
|
D | simple_thread.cc | 26 SimpleThread::ThreadFunc func; 49 SimpleThread::SimpleThread(const InstanceHandle& instance) in SimpleThread() function in pp::SimpleThread 56 SimpleThread::SimpleThread(const InstanceHandle& instance, in SimpleThread() function in pp::SimpleThread 64 SimpleThread::~SimpleThread() { in ~SimpleThread() 68 bool SimpleThread::Start() { in Start() 72 bool SimpleThread::Join() { in Join() 92 bool SimpleThread::StartWithFunction(ThreadFunc func, void* user_data) { in StartWithFunction()
|
/external/chromium_org/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() 38 void SimpleThread::Join() { in Join() 45 bool SimpleThread::HasBeenStarted() { in HasBeenStarted() 50 void SimpleThread::ThreadMain() { in ThreadMain() 65 : SimpleThread(name_prefix), in DelegateSimpleThread() 72 : SimpleThread(name_prefix, options), in DelegateSimpleThread()
|
D | simple_thread.h | 58 class BASE_EXPORT SimpleThread : public PlatformThread::Delegate { 78 explicit SimpleThread(const std::string& name_prefix); 79 SimpleThread(const std::string& name_prefix, const Options& options); 81 virtual ~SimpleThread(); 123 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() 66 class DeleteNonThreadSafeClassOnThread : public SimpleThread { 70 : 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() 66 class DeleteThreadCheckerClassOnThread : public base::SimpleThread { 70 : SimpleThread("delete_thread_checker_class_on_thread"), in DeleteThreadCheckerClassOnThread()
|
D | thread_restrictions.h | 90 class SimpleThread; variable 200 friend class SimpleThread; variable
|
/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/chromium_org/ppapi/examples/threading/ |
D | threading.cc | 15 thread_ = new pp::SimpleThread(this); in MyInstance() 39 pp::SimpleThread* thread_;
|
/external/chromium_org/mojo/system/ |
D | waiter_test_utils.h | 47 class SimpleWaiterThread : public base::SimpleThread { 69 class WaiterThread : public base::SimpleThread {
|
D | waiter_test_utils.cc | 12 : base::SimpleThread("waiter_thread"), result_(result), context_(context) { in SimpleWaiterThread() 34 : base::SimpleThread("waiter_thread"), in WaiterThread()
|
D | message_pipe_dispatcher_unittest.cc | 516 class WriterThread : public base::SimpleThread { 523 : base::SimpleThread("writer_thread"), in WriterThread() 570 class ReaderThread : public base::SimpleThread { 576 : base::SimpleThread("reader_thread"), in ReaderThread()
|
D | dispatcher_unittest.cc | 130 class ThreadSafetyStressThread : public base::SimpleThread { 152 : base::SimpleThread("thread_safety_stress_thread"), in ThreadSafetyStressThread()
|
/external/chromium_org/ppapi/tests/ |
D | test_message_handler.h | 32 pp::SimpleThread handler_thread_;
|
D | test_message_loop.cc | 61 pp::SimpleThread thread(instance_); in TestPost()
|
/external/chromium_org/net/tools/quic/test_tools/ |
D | server_thread.h | 18 class ServerThread : public base::SimpleThread {
|
D | server_thread.cc | 17 : SimpleThread("server_thread"), in ServerThread()
|
/external/chromium_org/net/tools/flip_server/ |
D | acceptor_thread.h | 45 class SMAcceptorThread : public base::SimpleThread,
|