Searched refs:tout (Results 1 – 4 of 4) sorted by relevance
83 uint32_t tout = 0xFFFFFFFF; in nxp_s32_eth_configure_cgm() local92 && (tout > 0)) { in nxp_s32_eth_configure_cgm()93 tout--; in nxp_s32_eth_configure_cgm()96 && (tout > 0)) { in nxp_s32_eth_configure_cgm()97 tout--; in nxp_s32_eth_configure_cgm()100 >> MC_CGM_MUX_7_CSS_SWTRG_SHIFT != 1) && (tout > 0)) { in nxp_s32_eth_configure_cgm()101 tout--; in nxp_s32_eth_configure_cgm()114 && (tout > 0)) { in nxp_s32_eth_configure_cgm()115 tout--; in nxp_s32_eth_configure_cgm()118 && (tout > 0)) { in nxp_s32_eth_configure_cgm()[all …]
112 tout = th.get('out', None)113 if tout is not None and tin is not None:114 diff = tout - tin
610 k_timeout_t tout = K_FOREVER; in websocket_prepare_and_send() local613 tout = K_MSEC(timeout); in websocket_prepare_and_send()617 K_TIMEOUT_EQ(tout, K_NO_WAIT) ? MSG_DONTWAIT : 0); in websocket_prepare_and_send()912 k_timeout_t tout = K_FOREVER; in websocket_recv_msg() local916 tout = K_MSEC(timeout); in websocket_recv_msg()923 end = sys_timepoint_calc(tout); in websocket_recv_msg()962 tout = sys_timepoint_timeout(end); in websocket_recv_msg()964 ret = wait_rx(ctx->real_sock, timeout_to_ms(&tout)); in websocket_recv_msg()
1116 k_timeout_t tout; in dns_resolve_name() local1129 tout = SYS_TIMEOUT_MS(timeout); in dns_resolve_name()1133 if (K_TIMEOUT_EQ(tout, K_NO_WAIT)) { in dns_resolve_name()1199 ctx->queries[i].timeout = tout; in dns_resolve_name()