Home
last modified time | relevance | path

Searched refs:_timeout (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/lib/
H A Dscriptutils.py29 self._timeout = threading.Condition()
36 with self._timeout:
37 if not self._timeout.wait(keepalive):
47 with self._timeout:
48 self._timeout.notify()
56 with self._timeout:
57 self._timeout.notify()
/OK3568_Linux_fs/buildroot/package/python-aiohttp/
H A D0001-Bump-async-timeout-version-for-aiohttp-3.8-5299.patch52 - with async_timeout.timeout(self._timeout, loop=self._loop):
53 + async with async_timeout.timeout(self._timeout):
125 - if self._timeout is not None:
132 - delay = self._timeout
190 - with async_timeout.timeout(self._timeout, loop=self._loop):
191 + async with async_timeout.timeout(self._timeout):
265 - assert timeout._timeout is None
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/
H A Dselenium_helpers_base.py78 end_time = time.time() + self._timeout
101 end_time = time.time() + self._timeout
/OK3568_Linux_fs/kernel/drivers/net/ethernet/brocade/bna/
H A Dbna_hw_defs.h215 #define BNA_DOORBELL_IB_INT_ACK(_timeout, _events) \ argument
216 (0x80000000 | ((_timeout) << 16) | (_events))
/OK3568_Linux_fs/yocto/poky/bitbake/bin/
H A Dtoaster-eventreplay42 def waitEvent(self, _timeout): argument
/OK3568_Linux_fs/kernel/drivers/scsi/bfa/
H A Dbfa.h423 #define bfa_timer_start(_bfa, _timer, _timercb, _arg, _timeout) \ argument
424 bfa_timer_begin(&(_bfa)->timer_mod, _timer, _timercb, _arg, _timeout)
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dcompletion.rst78 Particular care should be taken when using the _timeout() or _killable()/_interruptible()
126 with more complex outcomes, such as the timeout or signalling (_timeout(),
230 or 0 if completion was achieved. There is a _timeout variant as well::
/OK3568_Linux_fs/kernel/drivers/nfc/
H A Dport100.c1204 struct sk_buff *skb, u16 _timeout, in port100_in_send_cmd() argument
1218 timeout = cpu_to_le16(_timeout * 10); in port100_in_send_cmd()
/OK3568_Linux_fs/kernel/drivers/staging/iio/cdc/
H A Dad7150.c419 IIO_DEVICE_ATTR(in_capacitance##chan##_##type##_##dir##_timeout, \
/OK3568_Linux_fs/yocto/poky/bitbake/lib/
H A Dpyinotify.py1132 self._timeout = timeout
1186 timeout = self._timeout