Home
last modified time | relevance | path

Searched defs:timeout_ms (Results 1 – 6 of 6) sorted by relevance

/components/net/lwip/lwip-2.1.2/test/sockets/
A Dsockets_stresstest.c180 sockets_stresstest_wait_readable_select(int s, int timeout_ms) in sockets_stresstest_wait_readable_select()
219 sockets_stresstest_wait_readable_poll(int s, int timeout_ms) in sockets_stresstest_wait_readable_poll()
249 sockets_stresstest_wait_readable_recvtimeo(int s, int timeout_ms) in sockets_stresstest_wait_readable_recvtimeo()
290 sockets_stresstest_wait_readable_wait_peek(int s, int timeout_ms) in sockets_stresstest_wait_readable_wait_peek()
314 sockets_stresstest_wait_readable_nonblock(int s, int timeout_ms) in sockets_stresstest_wait_readable_nonblock()
369 sockets_stresstest_wait_readable(int mode, int s, int timeout_ms) in sockets_stresstest_wait_readable()
476 int timeout_ms = LWIP_RAND() % TEST_MAX_RXWAIT_MS; in sockets_stresstest_conn_client() local
522 int timeout_ms = LWIP_RAND() % TEST_MAX_RXWAIT_MS; in sockets_stresstest_conn_server() local
/components/libc/cplusplus/cpp11/armclang/
A Dcondvar.cpp60 int arm_tpl_cv::timedwait(rt_mutex_t lock, bool recursive, unsigned int timeout_ms) in timedwait()
147 …unsigned int timeout_ms = (__ts->tv_sec - now.tv_sec) * 1000 + (__ts->tv_nsec - now.tv_nsec) / 100… in __ARM_TPL_condvar_timedwait() local
/components/drivers/usb/cherryusb/common/
A Dusb_osal.h36 uint32_t timeout_ms; member
/components/drivers/mailbox/
A Dmailbox.c104 rt_uint32_t timeout_ms) in rt_mbox_send()
/components/drivers/usb/cherryusb/osal/
A Dusb_osal_rtthread.c163 struct usb_osal_timer *usb_osal_timer_create(const char *name, uint32_t timeout_ms, usb_timer_handl… in usb_osal_timer_create()
/components/drivers/sdio/
A Ddev_block.c63 static int card_busy_detect(struct rt_mmcsd_card *card, unsigned int timeout_ms, in card_busy_detect()

Completed in 9 milliseconds