Searched defs:debuggerPostTask (Results 1 – 3 of 3) sorted by relevance
305 auto debuggerPostTask = [weak = weak_from_this()](std::function<void()>&& task) { in StartProfiler() local373 auto debuggerPostTask = [weak = weak_from_this()](std::function<void()>&& task) { in GetDebuggerPostTask() local392 auto debuggerPostTask = [weak = weak_from_this()](std::function<void()>&& task) { in NotifyDebugMode() local
155 const DebuggerPostTask& debuggerPostTask, bool isDebugApp) in StoreDebuggerInfo()181 const auto &debuggerPostTask = g_debuggerInfo[tid].second; in SendDebuggerInfo() local
296 DebuggerPostTask debuggerPostTask = [](std::function<void()>&&) {}; in __anonc88fa7be0702() variable