HomeSort by relevance Sort by last modified time
    Searched defs:ChildThread (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/child/
child_thread.cc 52 base::LazyInstance<base::ThreadLocalPointer<ChildThread> > g_lazy_tls =
98 ChildThread* g_child_thread;
108 ChildThread::ChildThread()
115 ChildThread::ChildThread(const std::string& channel_name)
121 void ChildThread::Init() {
193 base::Bind(&ChildThread::EnsureConnected,
210 ChildThread::~ChildThread() {
    [all...]
child_thread.h 47 class CONTENT_EXPORT ChildThread : public IPC::Listener, public IPC::Sender {
50 ChildThread();
52 explicit ChildThread(const std::string& channel_name);
58 virtual ~ChildThread();
124 static ChildThread* current();
174 // Implements message routing functionality to the consumers of ChildThread.
199 base::WeakPtrFactory<ChildThread> channel_connected_factory_;
207 DISALLOW_COPY_AND_ASSIGN(ChildThread);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ref/
ReferenceQueueTest.java 34 public class ChildThread implements Runnable {
35 public ChildThread() {
88 Thread ct = new Thread(new ChildThread());
  /libcore/luni/src/test/java/tests/api/java/lang/ref/
ReferenceQueueTest.java 38 public class ChildThread implements Runnable {
39 public ChildThread() {
161 Thread ct = new Thread(new ChildThread());

Completed in 57 milliseconds