Searched refs:ticks (Results 1 – 4 of 4) sorted by relevance
1096 …Files are modified to unify the definition of ThreadX ticks per second, use TX_TIMER_TICKS_PER_SEC…5033 bsd_demo_raw.c Unified ticks per second. 5035 bsd_demo_tcp.c Unified ticks per second. 5037 bsd_demo_udp.c Unified ticks per second. 5051 … setsockopt - Unified ticks per second. 5055 select - Unified ticks per second. 5072 demo_netxduo_dhcp.c Unified ticks per second.5076 nxd_dhcp_client.c Unified ticks per second.5083 nxd_dhcp_client.h Unified ticks per second.5087 …nxd_dhcp_server.c Unified ticks per second in nx_dhcp_server_create(…[all …]
6316 ULONG ticks; in nx_bsd_getsockopt() local6491 ticks = bsd_socket_ptr -> nx_bsd_option_receive_timeout; in nx_bsd_getsockopt()6494 … so_rcvtimeval -> tv_usec = (nx_bsd_suseconds_t)(ticks * NX_MICROSECOND_PER_CPU_TICK) % 1000000; in nx_bsd_getsockopt()6495 … so_rcvtimeval -> tv_sec = (nx_bsd_time_t)((ticks * NX_MICROSECOND_PER_CPU_TICK) / 1000000); in nx_bsd_getsockopt()7911 ULONG ticks; in nx_bsd_select() local7978 …ticks = (ULONG)(timeout -> tv_usec)/NX_MICROSECOND_PER_CPU_TICK + (ULONG)(timeout -> tv_sec) * NX_… in nx_bsd_select()7984 ticks = TX_WAIT_FOREVER; in nx_bsd_select()8248 …ent_flags_get(&nx_bsd_events, NX_BSD_SELECT_EVENT, TX_OR_CLEAR, (ULONG *) &suspend_request, ticks); in nx_bsd_select()8265 if (ticks == 0) in nx_bsd_select()
212 | wait_option [in] | Number of ticks to block for device registration. |
386 | wait_option [in] | Number of ticks to wait for internal resources to be available. |