Home
last modified time | relevance | path

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

/external/libabigail/tests/
Dtest-read-ctf.cc404 new_task(const InOutSpec* s, string& a_out_abi_base, in new_task() function
Dtest-read-dwarf.cc647 new_task(const InOutSpec* s, string& a_out_abi_base, in new_task() function
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_tasks.py112 def new_task(self, loop, coro, name='TestTask'): member in BaseTaskTests
3223 def new_task(self, coro): member in BaseCurrentLoopTests
3247 def new_task(self, coro): member in PyCurrentLoopTests
3255 def new_task(self, coro): member in CCurrentLoopTests