OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:weak_consumer
(Results
1 - 1
of
1
) sorted by null
/external/perfetto/src/tracing/core/
service_impl.cc
681
auto
weak_consumer
= consumer->GetWeakPtr();
local
683
task_runner_->PostTask([weak_this,
weak_consumer
, tsid] {
684
if (!weak_this || !
weak_consumer
)
686
weak_this->ReadBuffers(tsid,
weak_consumer
.get());
[
all
...]
Completed in 94 milliseconds