Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_tasks.py88 def new_task(self, loop, coro, name='TestTask'): member in BaseTaskTests
2815 def new_task(self, coro): member in BaseCurrentLoopTests
2839 def new_task(self, coro): member in PyCurrentLoopTests
2847 def new_task(self, coro): member in CCurrentLoopTests
/external/adhd/cras/src/server/
Dcras_server.c335 struct system_task *new_task; in add_task() local
/external/v8/src/wasm/
Dwasm-engine.cc1003 auto new_task = std::make_unique<LogCodesTask>( in LogCode() local
1358 auto new_task = std::make_unique<WasmGCForegroundTask>(isolate); in TriggerGC() local
Dmodule-compiler.cc2087 auto new_task = std::make_unique<CompileTask>(this, true); in StartForegroundTask() local
2095 auto new_task = std::make_unique<CompileTask>(this, true); in ExecuteForegroundTaskImmediately() local