OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wake_up_
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/base/
macsocketserver.cc
143
wake_up_
(NULL) {
148
wake_up_
= CFRunLoopSourceCreate(NULL, 0, &ctx);
149
ASSERT(NULL !=
wake_up_
);
150
if (
wake_up_
) {
151
CFRunLoopAddSource(run_loop_,
wake_up_
, kCFRunLoopCommonModes);
156
if (
wake_up_
) {
157
CFRunLoopSourceInvalidate(
wake_up_
);
158
CFRelease(
wake_up_
);
205
if (
wake_up_
) {
206
CFRunLoopSourceSignal(
wake_up_
);
[
all
...]
macsocketserver.h
77
CFRunLoopSourceRef
wake_up_
;
member in class:rtc::MacCFSocketServer
102
EventRef
wake_up_
;
member in class:rtc::MacCarbonSocketServer
/external/webrtc/webrtc/modules/utility/source/
process_thread_impl.cc
45
:
wake_up_
(EventWrapper::Create()),
93
wake_up_
->Set();
119
wake_up_
->Set();
128
wake_up_
->Set();
158
wake_up_
->Set();
232
wake_up_
->Wait(static_cast<unsigned long>(time_to_wait));
process_thread_impl.h
72
const rtc::scoped_ptr<EventWrapper>
wake_up_
;
member in class:webrtc::ProcessThreadImpl
Completed in 890 milliseconds