Home
last modified time | relevance | path

Searched defs:msec (Results 1 – 3 of 3) sorted by relevance

/nrf52832-nimble/rt-thread/components/dfs/src/
H A Dpoll.c81 static int poll_wait_timeout(struct rt_poll_table *pt, int msec) in poll_wait_timeout()
149 static int poll_do(struct pollfd *fds, nfds_t nfds, struct rt_poll_table *pt, int msec) in poll_do()
H A Dselect.c38 int msec; in select() local
/nrf52832-nimble/rt-thread/components/drivers/src/
H A Dwaitqueue.c77 int rt_wqueue_wait(rt_wqueue_t *queue, int condition, int msec) in rt_wqueue_wait()