Home
last modified time | relevance | path

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

/third_party/libabigail/tests/
Dtest-read-dwarf.cc669 new_task(const InOutSpec* s, string& a_out_abi_base, in new_task() function
Dtest-read-ctf.cc500 new_task(const InOutSpec* s, string& a_out_abi_base, in new_task() function
/third_party/python/Lib/test/test_asyncio/
Dtest_tasks.py111 def new_task(self, loop, coro, name='TestTask'): member in BaseTaskTests
3216 def new_task(self, coro): member in BaseCurrentLoopTests
3240 def new_task(self, coro): member in PyCurrentLoopTests
3248 def new_task(self, coro): member in CCurrentLoopTests