Searched defs:taskTwo (Results 1 – 2 of 2) sorted by relevance
77 std::function<void()> taskTwo = []() {}; in __anonb8681c100102() variable
194 static bool compare(const shared_ptr<DfxTask> &taskOne, const shared_ptr<DfxTask> &taskTwo) in compare()