MCPcopy Create free account
hub / github.com/HackWebRTC/webrtc / EventAssign

Function EventAssign

rtc_base/task_queue_libevent.cc:79–91  ·  view source on GitHub ↗

TODO(tommi): This is a hack to support two versions of libevent that we're compatible with. The method we really want to call is event_assign(), since event_set() has been marked as deprecated (and doesn't accept passing event_base__ as a parameter). However, the version of libevent that we have in Chromium, doesn't have event_assign(), so we need to call event_set() there.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

TaskQueueLibeventMethod · 0.85
PostDelayedTaskMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected