OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WakeUp
(Results
1 - 11
of
11
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
socketserver.h
51
// 2)
WakeUp
() is called
56
virtual void
WakeUp
() = 0;
firewallsocketserver.h
86
virtual void
WakeUp
() {
87
return server_->
WakeUp
();
physicalsocketserver.h
89
virtual void
WakeUp
();
httprequest.cc
59
ss_->
WakeUp
();
messagequeue.cc
144
ss_->
WakeUp
();
279
ss_->
WakeUp
();
303
ss_->
WakeUp
();
thread.cc
406
ss_->
WakeUp
();
415
// Our Wait loop above may have consumed some
WakeUp
events for this
421
// message, thread B Posts a message to A. We consume the
wakeup
for that
423
// this loop, we need to issue another
WakeUp
, or else the Posted message
427
current_thread->socketserver()->
WakeUp
();
440
// - thread receiving exits:
Wakeup
/set ready in Thread::Clear()
441
// - object target cleared:
Wakeup
/set ready in Thread::Clear()
450
smsg.thread->socketserver()->
WakeUp
();
461
// Object target cleared: remove from send list,
wakeup
/set ready
475
smsg.thread->socketserver()->
WakeUp
();
[
all
...]
win32socketserver.h
117
virtual void
WakeUp
();
win32socketserver.cc
744
// Sit and wait forever for a
WakeUp
. This is the Thread::Send case.
759
void Win32SocketServer::
WakeUp
() {
physicalsocketserver.cc
1168
void PhysicalSocketServer::
WakeUp
() {
[
all
...]
/external/chromium/chrome/browser/metrics/
thread_watcher.h
110
virtual void
WakeUp
();
242
// This will ensure that the watching is actively taking place. It will
wakeup
thread_watcher.cc
87
void ThreadWatcher::
WakeUp
() {
325
it->second->
WakeUp
();
Completed in 636 milliseconds