Home
last modified time | relevance | path

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

/third_party/libabigail/tests/
Dtest-read-dwarf.cc678 new_task(const InOutSpec* s, string& a_out_abi_base, in new_task() function
Dtest-read-btf.cc164 new_task(const InOutSpec* s, string& a_out_abi_base, in new_task() function
Dtest-read-ctf.cc509 new_task(const InOutSpec* s, string& a_out_abi_base, in new_task() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Dparallel_op.h136 Task *new_task; variable
/third_party/rust/rust/library/std/src/sys/itron/
Dthread.rs179 let new_task = ItronError::err_if_negative(unsafe { in new() localVariable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dmindrecord_op.cc378 Task *new_task; in AddNewWorkers() local
/third_party/python/Lib/test/test_asyncio/
Dtest_tasks.py92 def new_task(self, loop, coro, name='TestTask', context=None): member in BaseTaskTests
2806 def new_task(self, coro): member in BaseCurrentLoopTests
2830 def new_task(self, coro): member in PyCurrentLoopTests
2838 def new_task(self, coro): member in CCurrentLoopTests