Searched defs:new_task (Results 1 – 5 of 5) sorted by relevance
/third_party/libabigail/tests/ |
D | test-read-dwarf.cc | 669 new_task(const InOutSpec* s, string& a_out_abi_base, in new_task() function
|
D | test-read-ctf.cc | 500 new_task(const InOutSpec* s, string& a_out_abi_base, in new_task() function
|
/third_party/python/Lib/test/test_asyncio/ |
D | test_tasks.py | 111 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
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-engine.cc | 1099 auto new_task = std::make_unique<LogCodesTask>( in LogCode() local 1574 auto new_task = std::make_unique<WasmGCForegroundTask>(isolate); in TriggerGC() local
|
D | module-compiler.cc | 2424 auto new_task = std::make_unique<CompileTask>(this, true); in StartForegroundTask() local 2432 auto new_task = std::make_unique<CompileTask>(this, true); in ExecuteForegroundTaskImmediately() local
|