Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c4269 UINT remaining_wait_option; in nx_bsd_recv_internal() local
4460 remaining_wait_option = (UINT)(wait_option - (nx_bsd_system_clock - start_time)); in nx_bsd_recv_internal()
4461 if (remaining_wait_option > wait_option) in nx_bsd_recv_internal()
4471 …s_get(&nx_bsd_events, NX_BSD_RECEIVE_EVENT, TX_OR_CLEAR, &requested_events, remaining_wait_option); in nx_bsd_recv_internal()