Home
last modified time | relevance | path

Searched defs:new_task (Results 1 – 6 of 6) sorted by relevance

/external/perfetto/src/trace_redaction/
Dcollect_timeline_events_unittest.cc110 auto* new_task = event->mutable_task_newtask(); in TEST_F() local
137 auto* new_task = event->mutable_task_newtask(); in TEST_F() local
Dredact_process_events_unittest.cc111 auto* new_task = event->mutable_task_newtask(); in SetUp() local
157 const auto& new_task = event.task_newtask(); in TEST_F() local
185 const auto& new_task = event.task_newtask(); in TEST_F() local
213 const auto& new_task = event.task_newtask(); in TEST_F() local
Dcollect_timeline_events.cc66 const TaskNewtaskFtraceEvent::Decoder new_task, in MarkOpen()
/external/pigweed/pw_async2/examples/
Dcount.cc62 Task* new_task = in StartCounting() local
/external/ruy/ruy/
Dthread_pool.cc93 void ChangeStateFromOutsideThread(State new_state, Task* new_task = nullptr) { in ChangeStateFromOutsideThread()
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_tasks.py90 def new_task(self, loop, coro, name='TestTask', context=None): member in BaseTaskTests
3074 def new_task(self, coro): member in BaseCurrentLoopTests
3099 def new_task(self, coro): member in PyCurrentLoopTests
3112 def new_task(self, coro): member in CCurrentLoopTests