Home | History | Annotate | Download | only in sctp

Lines Matching defs:thread

46 #include "webrtc/base/thread.h"
57 explicit SctpFakeNetworkInterface(rtc::Thread* thread)
58 : thread_(thread),
111 rtc::Thread* thread_;
226 net1_.reset(new SctpFakeNetworkInterface(rtc::Thread::Current()));
227 net2_.reset(new SctpFakeNetworkInterface(rtc::Thread::Current()));
315 rtc::Thread* thread = rtc::Thread::Current();
316 while (!thread->empty()) {
318 if (thread->Get(&msg, rtc::Thread::kForever)) {
319 thread->Dispatch(&msg);
322 return !thread->IsQuitting();