Home
last modified time | relevance | path

Searched defs:SimpleThread (Results 1 – 12 of 12) sorted by relevance

/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
/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
/external/cronet/tot/base/threading/
Dsimple_thread.cc18 SimpleThread::SimpleThread(const std::string& name) in SimpleThread() function in base::SimpleThread
21 SimpleThread::SimpleThread(const std::string& name, const Options& options) in SimpleThread() function in base::SimpleThread
Dthread_restrictions.h505 class SimpleThread; variable
/external/cronet/stable/base/threading/
Dsimple_thread.cc18 SimpleThread::SimpleThread(const std::string& name) in SimpleThread() function in base::SimpleThread
21 SimpleThread::SimpleThread(const std::string& name, const Options& options) in SimpleThread() function in base::SimpleThread
Dthread_restrictions.h505 class SimpleThread; variable
/external/libchrome/base/threading/
Dsimple_thread.cc14 SimpleThread::SimpleThread(const std::string& name_prefix) in SimpleThread() function in base::SimpleThread
17 SimpleThread::SimpleThread(const std::string& name_prefix, in SimpleThread() function in base::SimpleThread
Dthread_restrictions.h151 class SimpleThread; variable
472 friend class SimpleThread; variable
/external/cronet/stable/third_party/icu/source/test/intltest/
Dsimplethread.cpp17 SimpleThread::SimpleThread() { in SimpleThread() function in SimpleThread
/external/icu/icu4c/source/test/intltest/
Dsimplethread.cpp17 SimpleThread::SimpleThread() { in SimpleThread() function in SimpleThread
/external/cronet/tot/third_party/icu/source/test/intltest/
Dsimplethread.cpp17 SimpleThread::SimpleThread() { in SimpleThread() function in SimpleThread
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc3028 TEST(MemorySanitizer, SimpleThread) { in TEST() argument