Home
last modified time | relevance | path

Searched refs:SimpleThread (Results 1 – 14 of 14) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dsimplethread.cpp136 ((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()
Dsimplethread.h12 class U_EXPORT SimpleThread
15 SimpleThread();
16 virtual ~SimpleThread();
Dtsmthred.cpp151 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 …]
Dtzfmttst.cpp384 class TestTimeRoundTripThread: public SimpleThread {
/external/libchrome/base/threading/
Dsimple_thread.cc14 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()
Dsimple_thread.h59 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 {
Dnon_thread_safe_unittest.cc48 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()
Dthread_checker_unittest.cc48 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()
Dthread_restrictions.h94 class SimpleThread; variable
205 friend class SimpleThread; variable
Dsimple_thread_unittest.cc114 SimpleThread::Options options; in TEST()
Dsequenced_worker_pool.cc229 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/
DEventDebuggee.java39 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/
DEventDebuggee.java39 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/
Dmsan_test.cc2981 TEST(MemorySanitizer, SimpleThread) { in TEST() argument