Searched refs:timeout_usec (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBCommunication.cpp | 114 size_t SBCommunication::Read(void *dst, size_t dst_len, uint32_t timeout_usec, in Read() argument 121 static_cast<uint64_t>(dst_len), timeout_usec); in Read() 123 Timeout<std::micro> timeout = timeout_usec == UINT32_MAX in Read() 125 : std::chrono::microseconds(timeout_usec); in Read() 135 static_cast<uint64_t>(dst_len), timeout_usec, in Read()
|
| /freebsd-12.1/sys/contrib/octeon-sdk/ |
| H A D | cvmx-utils.h | 114 #define CVMX_WAIT_FOR_FIELD64(address, type, field, op, value, timeout_usec)\ argument 117 uint64_t done = cvmx_clock_get_count(CVMX_CLOCK_CORE) + (uint64_t)timeout_usec * \
|
| H A D | cvmx-usb.c | 255 #define CVMX_WAIT_FOR_FIELD32(address, type, field, op, value, timeout_usec)\ argument 258 uint64_t done = cvmx_get_cycle() + (uint64_t)timeout_usec * \
|
| /freebsd-12.1/sys/dev/ocs_fc/ |
| H A D | ocs_os.h | 737 ocs_sem_p(ocs_sem_t *sem, int timeout_usec) in ocs_sem_p() argument 741 if (timeout_usec == 0) { in ocs_sem_p() 746 } else if (timeout_usec > 0) { in ocs_sem_p() 750 tv.tv_sec = timeout_usec / 1000000; in ocs_sem_p() 751 tv.tv_usec = timeout_usec % 1000000; in ocs_sem_p()
|
| H A D | ocs_utils.h | 75 extern void *ocs_cbuf_get(ocs_cbuf_t *cbuf, int32_t timeout_usec);
|
| H A D | ocs_utils.c | 504 ocs_cbuf_get(ocs_cbuf_t *cbuf, int32_t timeout_usec) in ocs_cbuf_get() argument 508 if (likely(ocs_sem_p(&cbuf->cbuf_csem, timeout_usec) == 0)) { in ocs_cbuf_get()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBCommunication.h | 59 size_t Read(void *dst, size_t dst_len, uint32_t timeout_usec,
|
| /freebsd-12.1/contrib/wpa/wpa_supplicant/ |
| H A D | events.c | 1514 int timeout_sec, int timeout_usec) in wpa_supplicant_req_new_scan() argument 1529 wpa_supplicant_req_scan(wpa_s, timeout_sec, timeout_usec); in wpa_supplicant_req_new_scan() 2027 int timeout_usec = 0; in wpas_select_network_from_last_scan() local 2046 timeout_usec = 250000; in wpas_select_network_from_last_scan() 2048 timeout_usec); in wpas_select_network_from_last_scan() 2069 timeout_usec = 500000; in wpas_select_network_from_last_scan() 2071 timeout_usec); in wpas_select_network_from_last_scan() 2080 timeout_usec = 500000; in wpas_select_network_from_last_scan() 2082 timeout_usec); in wpas_select_network_from_last_scan() 2088 timeout_usec); in wpas_select_network_from_last_scan()
|