Home
last modified time | relevance | path

Searched refs:CurrentTaskForThread (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/base/task/common/
H A Dtask_annotator.cc90 const PendingTask* TaskAnnotator::CurrentTaskForThread() { in CurrentTaskForThread() function in base::TaskAnnotator
142 const auto* parent_task = CurrentTaskForThread(); in WillQueueTask()
H A Dtask_annotator.h45 static const PendingTask* CurrentTaskForThread();
/aosp_15_r20/external/cronet/base/debug/
H A Dtask_trace.cc51 const PendingTask* current_task = TaskAnnotator::CurrentTaskForThread(); in TaskTrace()
/aosp_15_r20/external/cronet/base/
H A Dlogging.cc722 const auto* task = base::TaskAnnotator::CurrentTaskForThread(); in Flush()