Searched refs:_timeout (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/scripts/lib/ |
| H A D | scriptutils.py | 29 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 D | 0001-Bump-async-timeout-version-for-aiohttp-3.8-5299.patch | 52 - 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 D | selenium_helpers_base.py | 78 end_time = time.time() + self._timeout 101 end_time = time.time() + self._timeout
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/brocade/bna/ |
| H A D | bna_hw_defs.h | 215 #define BNA_DOORBELL_IB_INT_ACK(_timeout, _events) \ argument 216 (0x80000000 | ((_timeout) << 16) | (_events))
|
| /OK3568_Linux_fs/yocto/poky/bitbake/bin/ |
| H A D | toaster-eventreplay | 42 def waitEvent(self, _timeout): argument
|
| /OK3568_Linux_fs/kernel/drivers/scsi/bfa/ |
| H A D | bfa.h | 423 #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 D | completion.rst | 78 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 D | port100.c | 1204 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 D | ad7150.c | 419 IIO_DEVICE_ATTR(in_capacitance##chan##_##type##_##dir##_timeout, \
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/ |
| H A D | pyinotify.py | 1132 self._timeout = timeout 1186 timeout = self._timeout
|