Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/addons/BSD/
Dnxd_bsd.c6086 ULONG ticks; in nx_bsd_getsockopt() local
6261 ticks = bsd_socket_ptr -> nx_bsd_option_receive_timeout; in nx_bsd_getsockopt()
6264 … so_rcvtimeval -> tv_usec = (nx_bsd_suseconds_t)(ticks * NX_MICROSECOND_PER_CPU_TICK) % 1000000; in nx_bsd_getsockopt()
6265 … so_rcvtimeval -> tv_sec = (nx_bsd_time_t)((ticks * NX_MICROSECOND_PER_CPU_TICK) / 1000000); in nx_bsd_getsockopt()
7594 ULONG ticks; in nx_bsd_select() local
7661ticks = (ULONG)(timeout -> tv_usec)/NX_MICROSECOND_PER_CPU_TICK + (ULONG)(timeout -> tv_sec) * NX_… in nx_bsd_select()
7667 ticks = TX_WAIT_FOREVER; in nx_bsd_select()
7931 …ent_flags_get(&nx_bsd_events, NX_BSD_SELECT_EVENT, TX_OR_CLEAR, (ULONG *) &suspend_request, ticks); in nx_bsd_select()
7948 if (ticks == 0) in nx_bsd_select()
/NetX-Duo-v6.3.0/addons/azure_iot/docs/
Dazure_rtos_iot_provisioning_client.md212 | wait_option [in] | Number of ticks to block for device registration. |
Dazure_rtos_iot_hub_client.md384 | wait_option [in] | Number of ticks to wait for internal resources to be available. |