| /third_party/ulib/jemalloc/test/src/ |
| A D | mq.c | 16 struct timespec timeout; in mq_nanosleep() local 19 timeout.tv_sec = 0; in mq_nanosleep() 20 timeout.tv_nsec = ns; in mq_nanosleep() 22 timeout.tv_sec = 1; in mq_nanosleep() 23 timeout.tv_nsec = 0; in mq_nanosleep() 25 nanosleep(&timeout, NULL); in mq_nanosleep()
|
| /third_party/ulib/usbhost/include/usbhost/ |
| A D | usbhost.h | 129 int usb_device_get_string_ucs2(struct usb_device* device, int id, int timeout, void** ucs2_out, 141 char* usb_device_get_string(struct usb_device *device, int id, int timeout); 145 char* usb_device_get_manufacturer_name(struct usb_device *device, int timeout); 149 char* usb_device_get_product_name(struct usb_device *device, int timeout); 156 char* usb_device_get_serial(struct usb_device *device, int timeout); 192 unsigned int timeout); 200 unsigned int timeout);
|
| /third_party/ulib/usbhost/ |
| A D | usbhost.c | 431 timeout); in usb_device_get_string_ucs2() 461 char* usb_device_get_string(struct usb_device* device, int id, int timeout) { in usb_device_get_string() argument 484 return usb_device_get_string(device, desc->iManufacturer, timeout); in usb_device_get_manufacturer_name() 486 char* usb_device_get_product_name(struct usb_device *device, int timeout) in usb_device_get_product_name() argument 489 return usb_device_get_string(device, desc->iProduct, timeout); in usb_device_get_product_name() 496 char* usb_device_get_serial(struct usb_device *device, int timeout) in usb_device_get_serial() argument 499 return usb_device_get_string(device, desc->iSerialNumber, timeout); in usb_device_get_serial() 556 unsigned int timeout) in usb_device_control_transfer() argument 569 ctrl.timeout = timeout; in usb_device_control_transfer() 576 unsigned int timeout) in usb_device_bulk_transfer() argument [all …]
|
| /third_party/ulib/musl/src/network/ |
| A D | res_msend.c | 25 int timeout, attempts, retry_interval, servfail_retry = 0; in __res_msend_rc() local 39 timeout = 1000 * conf->timeout; in __res_msend_rc() 91 retry_interval = timeout / attempts; in __res_msend_rc() 96 for (; t2 - t0 < timeout; t2 = mtime()) { in __res_msend_rc()
|
| A D | resolvconf.c | 15 conf->timeout = 5; in __get_resolv_conf() 62 conf->timeout = x > 60 ? 60 : x; in __get_resolv_conf()
|
| A D | lookup.h | 23 unsigned timeout; member
|
| /third_party/dev/ethernet/e1000/ |
| A D | e1000_vf.c | 262 u32 timeout = E1000_VF_INIT_TIMEOUT; in e1000_reset_hw_vf() local 274 while (!mbx->ops.check_for_rst(hw, 0) && timeout) { in e1000_reset_hw_vf() 275 timeout--; in e1000_reset_hw_vf() 279 if (timeout) { in e1000_reset_hw_vf() 281 mbx->timeout = E1000_VF_MBX_INIT_TIMEOUT; in e1000_reset_hw_vf() 550 if (!mbx->ops.check_for_rst(hw, 0) || !mbx->timeout) in e1000_check_for_link_vf() 576 if (!mbx->timeout) { in e1000_check_for_link_vf()
|
| A D | e1000_mbx.c | 185 int countdown = mbx->timeout; in e1000_poll_for_msg() 201 mbx->timeout = 0; in e1000_poll_for_msg() 216 int countdown = mbx->timeout; in e1000_poll_for_ack() 232 mbx->timeout = 0; in e1000_poll_for_ack() 284 if (!mbx->ops.write || !mbx->timeout) in e1000_write_posted_mbx() 538 mbx->timeout = 0; in e1000_init_mbx_params_vf() 764 mbx->timeout = 0; in e1000_init_mbx_params_pf()
|
| A D | e1000_nvm.c | 265 s32 timeout = E1000_NVM_GRANT_ATTEMPTS; in e1000_acquire_nvm_generic() local 272 while (timeout) { in e1000_acquire_nvm_generic() 277 timeout--; in e1000_acquire_nvm_generic() 280 if (!timeout) { in e1000_acquire_nvm_generic() 398 u16 timeout = NVM_MAX_RETRY_SPI; in e1000_ready_nvm_eeprom() local 411 while (timeout) { in e1000_ready_nvm_eeprom() 420 timeout--; in e1000_ready_nvm_eeprom() 423 if (!timeout) { in e1000_ready_nvm_eeprom()
|
| A D | e1000_i210.c | 752 s32 timeout = PHY_CFG_TIMEOUT; in e1000_get_cfg_done_i210() local 757 while (timeout) { in e1000_get_cfg_done_i210() 761 timeout--; in e1000_get_cfg_done_i210() 763 if (!timeout) in e1000_get_cfg_done_i210()
|
| A D | e1000_mac.c | 2019 s32 timeout = MASTER_DISABLE_TIMEOUT; in e1000_disable_pcie_master_generic() local 2030 while (timeout) { in e1000_disable_pcie_master_generic() 2036 timeout--; in e1000_disable_pcie_master_generic() 2039 if (!timeout) { in e1000_disable_pcie_master_generic() 2300 s32 i = 0, timeout = 200; in e1000_acquire_swfw_sync() local 2304 while (i < timeout) { in e1000_acquire_swfw_sync() 2323 if (i == timeout) { in e1000_acquire_swfw_sync()
|
| A D | e1000_vf.h | 252 u32 timeout; member
|
| A D | e1000_80003es2lan.c | 561 s32 timeout = PHY_CFG_TIMEOUT; in e1000_get_cfg_done_80003es2lan() local 569 while (timeout) { in e1000_get_cfg_done_80003es2lan() 573 timeout--; in e1000_get_cfg_done_80003es2lan() 575 if (!timeout) { in e1000_get_cfg_done_80003es2lan()
|
| A D | e1000_82575.c | 1051 s32 timeout = PHY_CFG_TIMEOUT; in e1000_get_cfg_done_82575() local 1062 while (timeout) { in e1000_get_cfg_done_82575() 1066 timeout--; in e1000_get_cfg_done_82575() 1068 if (!timeout) in e1000_get_cfg_done_82575() 1781 s32 timeout = 3; in e1000_set_sfp_media_type_82575() local 1791 while (timeout) { in e1000_set_sfp_media_type_82575() 1798 timeout--; in e1000_set_sfp_media_type_82575() 3468 u32 timeout = 10; in e1000_get_i2c_ack() local 3479 for (i = 0; i < timeout; i++) { in e1000_get_i2c_ack()
|
| A D | e1000_82571.c | 841 s32 timeout = PHY_CFG_TIMEOUT; in e1000_get_cfg_done_82571() local 845 while (timeout) { in e1000_get_cfg_done_82571() 850 timeout--; in e1000_get_cfg_done_82571() 852 if (!timeout) { in e1000_get_cfg_done_82571()
|
| A D | e1000_ich8lan.c | 1879 u32 extcnf_ctrl, timeout = PHY_CFG_TIMEOUT; in e1000_acquire_swflag_ich8lan() local 1886 while (timeout) { in e1000_acquire_swflag_ich8lan() 1892 timeout--; in e1000_acquire_swflag_ich8lan() 1895 if (!timeout) { in e1000_acquire_swflag_ich8lan() 1901 timeout = SW_FLAG_TIMEOUT; in e1000_acquire_swflag_ich8lan() 1906 while (timeout) { in e1000_acquire_swflag_ich8lan() 1912 timeout--; in e1000_acquire_swflag_ich8lan() 1915 if (!timeout) { in e1000_acquire_swflag_ich8lan() 3765 } while (i++ < timeout); in e1000_flash_cycle_ich8lan() 4753 u32 timeout = ICH_FLASH_ERASE_COMMAND_TIMEOUT; in e1000_erase_flash_bank_ich8lan() local [all …]
|
| A D | e1000_hw.h | 922 u32 timeout; member
|
| /third_party/ulib/musl/src/signal/ |
| A D | sigtimedwait.c | 4 const struct timespec* restrict timeout) { in sigtimedwait() argument
|
| /third_party/uapp/dash/src/ |
| A D | process.c | 171 zx_time_t timeout = blocking ? ZX_TIME_INFINITE : 0; in process_await_termination() local 192 status = zx_object_wait_many(wait_objects, no_wait_obj, timeout); in process_await_termination()
|
| /third_party/ulib/musl/stubs/ |
| A D | socketstubs.c | 95 …(int fd, struct mmsghdr* msgvec, unsigned int vlen, unsigned int flags, struct timespec* timeout) { in stub_recvmmsg() argument
|
| A D | iostubs.c | 510 static int stub_poll(struct pollfd* fds, nfds_t n, int timeout) { in stub_poll() argument
|
| /third_party/ulib/jemalloc/bin/ |
| A D | jeprof.in | 3341 my $timeout = shift; 3343 if (defined($timeout)) { 3345 push(@fetcher, "--max-time", sprintf("%d", $timeout)); 3347 push(@fetcher, sprintf("--deadline=%d", $timeout));
|
| /third_party/lib/acpica/tests/misc/ |
| A D | grammar.asl | 78 Warning 1104 - ^ Possible operator timeout is ignored 5662 { Return (0x22) } // timeout occurred without acquiring signal 5676 { Return (0x32) } // timeout occurred without acquiring signal 5681 // ensure WaitOp timeout test cases do not hang 5696 Store ("Acquire signal timeout PASS", Debug) 5720 // acquire non-existing signal using Lvalue timeout 5734 // acquire non-existing signal using Lvalue timeout 5770 { Return (0x83) } // timeout occurred without acquiring signal 5786 Store ("Acquire Lvalue signal timeout PASS", Debug)
|
| /third_party/ulib/jemalloc/ |
| A D | ChangeLog | 210 + Don't discard curl options if timeout is not defined. (@djwatson)
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 380 compile-time only). This is essentially a loop timeout to force-abort 2361 return from this interface. Handles a possible timeout case if 2664 code was using a relative-time timeout, but sem_timedwait requires the 6104 timeout that can be used to detect hang conditions during execution of 6121 an alternate implementation of the semaphore timeout to allow aslts to 6507 within a while loop and the loop does not implement a timeout. The 8793 check for the possible timeout, a warning is issued. 9459 on a semaphore object would incorrectly timeout. This allows the 13281 forever. Changed all internal references to the ACPI timeout 14623 Implemented timeout and handle support in the external Global Lock [all …]
|