OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GuardedAsyncInvoker
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/base/
asyncinvoker.h
149
// destroyed. After
GuardedAsyncInvoker
is constructed, it can be used from
152
class
GuardedAsyncInvoker
: public sigslot::has_slots<> {
154
GuardedAsyncInvoker
();
155
~
GuardedAsyncInvoker
() override;
asyncinvoker.cc
80
GuardedAsyncInvoker
::
GuardedAsyncInvoker
() : thread_(Thread::Current()) {
82
&
GuardedAsyncInvoker
::ThreadDestroyed);
85
GuardedAsyncInvoker
::~
GuardedAsyncInvoker
() {
88
bool
GuardedAsyncInvoker
::Flush(uint32_t id) {
96
void
GuardedAsyncInvoker
::ThreadDestroyed() {
Completed in 262 milliseconds