class MessageLoopLinux
Defined at line 15 of file ../../src/developer/debug/shared/message_loop_linux.h
Extension on MessageLoopPool that adds Linux-specific functionality.
Public Methods
void MessageLoopLinux ()
Defined at line 21 of file ../../src/developer/debug/shared/message_loop_linux.cc
void ~MessageLoopLinux ()
Defined at line 35 of file ../../src/developer/debug/shared/message_loop_linux.cc
MessageLoopLinux * Current ()
Returns the current message loop or null if there isn't one. This is like
MessageLoop::Current() but specifically returns the Linux one.
Defined at line 37 of file ../../src/developer/debug/shared/message_loop_linux.cc
bool Init (std::string * error_message)
MessageLoop implementation.
Defined at line 41 of file ../../src/developer/debug/shared/message_loop_linux.cc
void Cleanup ()
Defined at line 70 of file ../../src/developer/debug/shared/message_loop_linux.cc
WatchHandle WatchChildSignals (pid_t pid, SignalWatcher watcher)
Defined at line 77 of file ../../src/developer/debug/shared/message_loop_linux.cc