Home
last modified time | relevance | path

Searched refs:timeout_usec (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommunication.cpp108 size_t SBCommunication::Read(void *dst, size_t dst_len, uint32_t timeout_usec, in Read() argument
112 dst_len, timeout_usec, status); in Read()
115 Timeout<std::micro> timeout = timeout_usec == UINT32_MAX in Read()
117 : std::chrono::microseconds(timeout_usec); in Read()
/freebsd-13.1/sys/contrib/octeon-sdk/
H A Dcvmx-utils.h114 #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 Dcvmx-usb.c255 #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-13.1/sys/dev/ocs_fc/
H A Docs_os.h735 ocs_sem_p(ocs_sem_t *sem, int timeout_usec) in ocs_sem_p() argument
739 if (timeout_usec == 0) { in ocs_sem_p()
744 } else if (timeout_usec > 0) { in ocs_sem_p()
748 tv.tv_sec = timeout_usec / 1000000; in ocs_sem_p()
749 tv.tv_usec = timeout_usec % 1000000; in ocs_sem_p()
H A Docs_utils.h74 extern void *ocs_cbuf_get(ocs_cbuf_t *cbuf, int32_t timeout_usec);
H A Docs_utils.c503 ocs_cbuf_get(ocs_cbuf_t *cbuf, int32_t timeout_usec) in ocs_cbuf_get() argument
507 if (likely(ocs_sem_p(&cbuf->cbuf_csem, timeout_usec) == 0)) { in ocs_cbuf_get()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommunication.i64 uint32_t timeout_usec,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommunication.h60 size_t Read(void *dst, size_t dst_len, uint32_t timeout_usec,
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Devents.c1701 int timeout_sec, int timeout_usec) in wpa_supplicant_req_new_scan() argument
1716 wpa_supplicant_req_scan(wpa_s, timeout_sec, timeout_usec); in wpa_supplicant_req_new_scan()
2321 int timeout_usec = 0; in wpas_select_network_from_last_scan() local
2340 timeout_usec = 250000; in wpas_select_network_from_last_scan()
2342 timeout_usec); in wpas_select_network_from_last_scan()
2363 timeout_usec = 500000; in wpas_select_network_from_last_scan()
2365 timeout_usec); in wpas_select_network_from_last_scan()
2374 timeout_usec = 500000; in wpas_select_network_from_last_scan()
2376 timeout_usec); in wpas_select_network_from_last_scan()
2382 timeout_usec); in wpas_select_network_from_last_scan()