Home
last modified time | relevance | path

Searched refs:task2 (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/test/
Dtest_thread.py189 thread.start_new_thread(self.task2, (i,))
194 def task2(self, ident): member in BarrierTest
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_job_context.c800 pvr_csb_pack (q_dst, CR_VDM_CONTEXT_STORE_TASK2, task2) { in pvr_render_ctx_ws_static_state_init()
802 &task2.stream_out1, in pvr_render_ctx_ws_static_state_init()
803 &task2.stream_out2); in pvr_render_ctx_ws_static_state_init()
825 pvr_csb_pack (q_dst, CR_VDM_CONTEXT_RESUME_TASK2, task2) { in pvr_render_ctx_ws_static_state_init()
827 &task2.stream_out1, in pvr_render_ctx_ws_static_state_init()
828 &task2.stream_out2); in pvr_render_ctx_ws_static_state_init()
/third_party/python/Lib/test/test_asyncio/
Dtest_tasks.py2063 self.assertTrue(asyncio.current_task() is task2)
2066 self.assertTrue(asyncio.current_task() is task2)
2069 task2 = self.new_task(self.loop, coro2(self.loop))
2071 self.loop.run_until_complete(asyncio.wait((task1, task2)))
3143 task2 = mock.Mock()
3147 self._enter_task(loop, task2)
3160 task2 = mock.Mock()
3164 self._leave_task(loop, task2)
/third_party/python/Doc/tutorial/
Dstdlib2.rst314 >>> d = deque(["task1", "task2", "task3"])
/third_party/python/Doc/library/
Dasyncio-task.rst86 task2 = asyncio.create_task(
94 await task2
/third_party/libabigail/tools/
Dabipkgdiff.cc2627 const task_sptr &task2) in elf_size_is_greater() argument
2630 compare_task_sptr t2 = dynamic_pointer_cast<compare_task>(task2); in elf_size_is_greater()