OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EventPosix
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/system_wrappers/source/
event_posix.cc
26
EventWrapper*
EventPosix
::Create() {
27
EventPosix
* ptr = new
EventPosix
;
40
EventPosix
::
EventPosix
()
49
int
EventPosix
::Construct() {
87
EventPosix
::~
EventPosix
() {
93
bool
EventPosix
::Reset() {
102
bool
EventPosix
::Set()
[
all
...]
event_posix.h
28
class
EventPosix
: public EventWrapper {
32
virtual ~
EventPosix
();
42
EventPosix
();
54
EventPosix
* timer_event_;
Completed in 4715 milliseconds