Searched defs:new_task (Results 1 – 10 of 10) sorted by relevance
111 auto* new_task = event->mutable_task_newtask(); in SetUp() local157 const auto& new_task = event.task_newtask(); in TEST_F() local185 const auto& new_task = event.task_newtask(); in TEST_F() local213 const auto& new_task = event.task_newtask(); in TEST_F() local
110 auto* new_task = event->mutable_task_newtask(); in TEST_F() local137 auto* new_task = event->mutable_task_newtask(); in TEST_F() local
66 const TaskNewtaskFtraceEvent::Decoder new_task, in MarkOpen()
92 def new_task(self, loop, coro, name='TestTask', context=None): member in BaseTaskTests2806 def new_task(self, coro): member in BaseCurrentLoopTests2830 def new_task(self, coro): member in PyCurrentLoopTests2838 def new_task(self, coro): member in CCurrentLoopTests
93 void ChangeStateFromOutsideThread(State new_state, Task* new_task = nullptr) { in ChangeStateFromOutsideThread()
180 let new_task = ItronError::err_if_negative(unsafe { in new() localVariable