Searched refs:Thread (Results 451 - 475 of 1445) sorted by relevance

<<11121314151617181920>>

/external/valgrind/main/helgrind/tests/
H A Dtc06_two_races.stderr.exp2 ---Thread-Announcement------------------------------------------
4 Thread #x is the program's root thread
6 ---Thread-Announcement------------------------------------------
8 Thread #x was created
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
H A Dprocess_base.js18 var Thread = tracing.trace_model.Thread;
183 this.threads[tid] = new Thread(this, tid);
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfilemediaengine.cc129 rtc::Thread* sender_thread);
137 // Override virtual method of parent MessageHandler. Context: Worker Thread.
154 rtc::Thread* sender_thread_;
173 rtc::Thread* sender_thread)
180 sender_thread_ = new rtc::Thread();
283 rtc::Thread* rtp_sender_thread)
329 rtc::Thread* rtp_sender_thread)
H A Dfilemediaengine_unittest.cc139 engine_->set_rtp_sender_thread(rtc::Thread::Current());
219 EXPECT_TRUE(engine_->Init(rtc::Thread::Current()));
318 rtc::Thread::Current()->ProcessMessages(kWaitTimeMs);
328 rtc::Thread::Current()->ProcessMessages(kWaitTimeMs);
330 rtc::Thread::Current()->ProcessMessages(kWaitTimeMs);
342 rtc::Thread::Current()->ProcessMessages(kWaitTimeMs);
363 rtc::Thread::Current()->ProcessMessages(kWaitTimeMs);
401 rtc::Thread::Current()->ProcessMessages(kWaitTimeMs);
451 rtc::Thread::Current()->ProcessMessages(kWaitTimeMs);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstunport.h48 static UDPPort* Create(rtc::Thread* thread,
63 static UDPPort* Create(rtc::Thread* thread,
118 UDPPort(rtc::Thread* thread, rtc::PacketSocketFactory* factory,
123 UDPPort(rtc::Thread* thread, rtc::PacketSocketFactory* factory,
213 rtc::Thread* thread,
238 StunPort(rtc::Thread* thread, rtc::PacketSocketFactory* factory,
H A Dstunport_unittest.cc63 socket_factory_(rtc::Thread::Current()),
65 rtc::Thread::Current(), kStunAddr1)),
67 rtc::Thread::Current(), kStunAddr2)),
83 rtc::Thread::Current(), &socket_factory_, &network_,
99 rtc::Thread::Current(), &socket_factory_,
226 rtc::Thread::Current()->ProcessMessages(1000);
H A Dfakesession.h198 rtc::Thread::Current()->Post(this, 0, packet);
200 rtc::Thread::Current()->Send(this, 0, packet);
334 FakeTransport(rtc::Thread* signaling_thread,
335 rtc::Thread* worker_thread,
431 : BaseSession(rtc::Thread::Current(),
432 rtc::Thread::Current(),
437 : BaseSession(rtc::Thread::Current(),
438 rtc::Thread::Current(),
442 FakeSession(rtc::Thread* worker_thread, bool initiator)
443 : BaseSession(rtc::Thread
[all...]
H A Dtransport.h62 class Thread;
200 Transport(rtc::Thread* signaling_thread,
201 rtc::Thread* worker_thread,
208 rtc::Thread* signaling_thread() { return signaling_thread_; }
210 rtc::Thread* worker_thread() { return worker_thread_; }
497 rtc::Thread* signaling_thread_;
498 rtc::Thread* worker_thread_;
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dconnectivitychecker.h28 class Thread;
153 ConnectivityChecker(rtc::Thread* worker,
198 // Context: Main Thread. Signalled when the connectivity check is complete.
207 rtc::Thread* thread) {
224 rtc::Thread* worker() {
253 rtc::Thread* worker_;
268 rtc::Thread* main_;
H A Dconnectivitychecker.cc100 rtc::Thread* worker,
142 main_ = rtc::Thread::Current();
148 ASSERT(worker_ == rtc::Thread::Current());
202 ASSERT(worker_ == rtc::Thread::Current());
215 ASSERT(main_ == rtc::Thread::Current());
224 ASSERT(worker_ == rtc::Thread::Current());
231 ASSERT(worker_ == rtc::Thread::Current());
266 ASSERT(worker_ == rtc::Thread::Current());
276 ASSERT(worker_ == rtc::Thread::Current());
314 ASSERT(worker_ == rtc::Thread
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dtunnelsessionclient_unittest.cc52 : local_pa_(rtc::Thread::Current(), NULL),
53 remote_pa_(rtc::Thread::Current(), NULL),
54 local_sm_(&local_pa_, rtc::Thread::Current()),
55 remote_sm_(&remote_pa_, rtc::Thread::Current()),
107 rtc::Thread::Current()->Post(this, MSG_LSIGNAL,
110 rtc::Thread::Current()->Post(this, MSG_RSIGNAL,
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dprofile-handler_unittest.cc40 class Thread { class in namespace:__anon15573
42 Thread() : joinable_(false) { } function in class:__anon15573::Thread
60 reinterpret_cast<Thread*>(cls)->Run();
106 class VirtualTimerGetterThread : public Thread {
152 class BusyThread : public Thread {
182 class NullThread : public Thread {
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dprofile-handler_unittest.cc40 class Thread { class in namespace:__anon15616
42 Thread() : joinable_(false) { } function in class:__anon15616::Thread
60 reinterpret_cast<Thread*>(cls)->Run();
106 class VirtualTimerGetterThread : public Thread {
152 class BusyThread : public Thread {
182 class NullThread : public Thread {
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DMoreExecutorsTest.java67 Thread otherThread = new Thread(
88 assertEquals(Thread.State.TERMINATED, otherThread.getState());
135 Thread otherThread = new Thread(new Runnable() {
198 assertEquals(Thread.State.TERMINATED, otherThread.getState());
/external/smack/src/org/jivesoftware/smack/
H A DPacketReader.java46 private Thread readerThread;
68 readerThread = new Thread() {
80 public Thread newThread(Runnable runnable) {
81 Thread thread = new Thread(runnable,
174 private void parsePackets(Thread thread) {
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DSocketHandlerTest.java172 Thread.sleep(2000);
206 Thread.sleep(2000);
243 Thread.sleep(2000);
257 Thread.sleep(2000);
287 Thread.sleep(2000);
303 Thread.sleep(2000);
422 Thread.sleep(2000);
450 Thread.sleep(2000);
475 Thread.sleep(2000);
514 Thread
[all...]
/external/lldb/source/Target/
H A DStopInfo.cpp29 #include "lldb/Target/Thread.h"
37 StopInfo::StopInfo (Thread &thread, uint64_t value) :
112 StopInfoBreakpoint (Thread &thread, break_id_t break_id) :
125 StopInfoBreakpoint (Thread &thread, break_id_t break_id, bool should_stop) :
560 StopInfoWatchpoint (Thread &thread, break_id_t watch_id) :
597 // Thread::ShouldStop()->ThreadPlanBase::ShouldStop()->
822 StopInfoUnixSignal (Thread &thread, int signo) :
919 StopInfoTrace (Thread &thread) :
953 StopInfoException (Thread &thread, const char *description) :
1044 StopInfoExec (Thread
[all...]
/external/chromium_org/jingle/glue/
H A Dthread_wrapper_unittest.cc85 thread_ = rtc::Thread::Current();
90 rtc::Thread* thread_;
233 void InitializeWrapperForNewThread(rtc::Thread** thread,
246 base::Thread second_thread("JingleThreadWrapperTest");
250 rtc::Thread* target;
275 base::Thread second_thread("JingleThreadWrapperTest");
279 rtc::Thread* target;
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest7.c48 typedef struct Thread Thread; typedef in typeref:struct:Thread
49 struct Thread { struct
54 void (*xOp)(Thread*); /* next operation to do */
78 static Thread threadset[N_THREAD];
84 Thread *p = (Thread*)pArg;
185 static void client_wait(Thread *p){
220 static void stop_thread(Thread *p){
471 static void do_compile(Thread *
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dproxy.h53 // The proxy can be created using TestProxy::Create(Thread*, TestInterface*).
102 R Marshal(rtc::Thread* t) {
122 R Marshal(rtc::Thread* t) {
142 R Marshal(rtc::Thread* t) {
163 R Marshal(rtc::Thread* t) {
184 R Marshal(rtc::Thread* t) {
207 R Marshal(rtc::Thread* t) {
227 c##Proxy(rtc::Thread* thread, C* c)\
235 static rtc::scoped_refptr<C> Create(rtc::Thread* thread, \
281 mutable rtc::Thread* owner_thread
[all...]
/external/chromium_org/ppapi/host/
H A Dresource_message_filter_unittest.cc99 MyResourceFilter(const base::Thread& io_thread,
100 const base::Thread& bg_thread,
147 base::Thread io_thread("test_io_thread");
150 base::Thread bg_thread1("test_background_thread1");
155 base::Thread bg_thread2("test_background_thread2");
/external/jmdns/src/javax/jmdns/impl/
H A DDNSStatefulObject.java25 * This class define a semaphore. On this multiple threads can wait the arrival of one event. Thread wait for a maximum defined by the timeout.
37 private final ConcurrentMap<Thread, Semaphore> _semaphores;
46 _semaphores = new ConcurrentHashMap<Thread, Semaphore>(50);
56 Thread thread = Thread.currentThread();
91 for (Thread thread : _semaphores.keySet()) {
/external/chromium_org/base/
H A Ddeferred_sequenced_task_runner_unittest.cc124 base::Thread thread1("DeferredSequencedTaskRunnerTestThread1");
125 base::Thread thread2("DeferredSequencedTaskRunnerTestThread2");
155 base::Thread thread("DeferredSequencedTaskRunnerTestThread");
/external/chromium_org/chrome/common/
H A Dprofiling.cc64 void FlushProfilingData(base::Thread* thread) {
98 thread_ = new base::Thread("Profiling_Flush");
115 base::Thread* thread_;
/external/chromium_org/net/base/
H A Dnetwork_change_notifier_win.cc29 // Thread on which we can run DnsConfigService, which requires AssertIOAllowed
31 class NetworkChangeNotifierWin::DnsConfigServiceThread : public base::Thread {
33 DnsConfigServiceThread() : base::Thread("DnsConfigService") {}
295 base::Thread::Options(base::MessageLoop::TYPE_IO, 0));

Completed in 3221 milliseconds

<<11121314151617181920>>