OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stream_thread_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc
104
stream_thread_
(stream_thread),
181
stream_thread_
->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, 0));
199
stream_thread_
->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, -1));
228
ASSERT(stream_ != NULL &&
stream_thread_
->IsCurrent());
249
ASSERT(stream_ != NULL &&
stream_thread_
->IsCurrent());
265
stream_thread_
->Post(this, MSG_ST_EVENT, new EventData(SE_READ), true);
280
ASSERT(stream_ != NULL &&
stream_thread_
->IsCurrent());
301
ASSERT(stream_ != NULL &&
stream_thread_
->IsCurrent());
305
stream_thread_
->Clear(this, MSG_ST_EVENT);
394
stream_thread_
->Post(this, MSG_ST_EVENT
[
all
...]
pseudotcpchannel.h
123
talk_base::Thread* signal_thread_, * worker_thread_, *
stream_thread_
;
member in class:cricket::PseudoTcpChannel
Completed in 2020 milliseconds