Home
last modified time | relevance | path

Searched refs:_task (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/asyncio/
H A Dtimeouts.py43 self._task: Optional[tasks.Task] = None
86 self._task = tasks.current_task()
87 self._cancelling = self._task.cancelling()
88 if self._task is None:
108 if self._task.uncancel() <= self._cancelling and exc_type is exceptions.CancelledError:
119 self._task.cancel()
H A Dstreams.py206 self._task = None
249 self._task = self._loop.create_task(res)
267 self._task = None
/third_party/python/Lib/test/test_asyncio/
H A Dtest_runners.py217 self._task = asyncio.Task(coro, loop=loop, **kwargs)
220 return self._task.cancel(*args, **kwargs)
223 return self._task.add_done_callback(*args, **kwargs)
226 return self._task.remove_done_callback(*args, **kwargs)
230 return self._task._asyncio_future_blocking
233 return self._task.result(*args, **kwargs)
236 return self._task.done(*args, **kwargs)
239 return self._task.cancelled(*args, **kwargs)
242 return self._task.exception(*args, **kwargs)
245 return self._task
[all...]
/third_party/FreeBSD/sys/dev/usb/net/
H A Dusb_ethernet.c56 static void ue_start_task(struct usb_proc_msg *_task);
279 ue_attach_post_task(struct usb_proc_msg *_task) in ue_attach_post_task() argument
282 (struct usb_ether_cfg_task *)_task; in ue_attach_post_task()
416 ue_start_task(struct usb_proc_msg *_task) in ue_start_task() argument
419 (struct usb_ether_cfg_task *)_task; in ue_start_task()
436 ue_stop_task(struct usb_proc_msg *_task) in ue_stop_task() argument
439 (struct usb_ether_cfg_task *)_task; in ue_stop_task()
508 ue_tick_task(struct usb_proc_msg *_task) in ue_tick_task() argument
511 (struct usb_ether_cfg_task *)_task; in ue_tick_task()
/third_party/FreeBSD/sys/dev/usb/serial/
H A Dusb_serial.c447 ucom_cfg_start_transfers(struct usb_proc_msg *_task) in ucom_cfg_start_transfers() argument
450 (struct ucom_cfg_task *)_task; in ucom_cfg_start_transfers()
461 if (_task == sc->sc_last_start_xfer) in ucom_cfg_start_transfers()
491 ucom_cfg_open(struct usb_proc_msg *_task) in ucom_cfg_open() argument
494 (struct ucom_cfg_task *)_task; in ucom_cfg_open()
578 ucom_cfg_close(struct usb_proc_msg *_task) in ucom_cfg_close() argument
581 (struct ucom_cfg_task *)_task; in ucom_cfg_close()
677 ucom_cfg_line_state(struct usb_proc_msg *_task) in ucom_cfg_line_state() argument
680 (struct ucom_cfg_task *)_task; in ucom_cfg_line_state()
812 ucom_cfg_status_change(struct usb_proc_msg *_task) in ucom_cfg_status_change() argument
[all...]
/third_party/libwebsockets/lib/misc/threadpool/
H A Dthreadpool.c1090 struct lws_threadpool_task **_task, void **user) in lws_threadpool_task_status_wsi()
1104 *_task = task; in lws_threadpool_task_status_wsi()
1089 lws_threadpool_task_status_wsi(struct lws *wsi, struct lws_threadpool_task **_task, void **user) lws_threadpool_task_status_wsi() argument

Completed in 6 milliseconds