Searched refs:tout (Results 1 – 4 of 4) sorted by relevance
89 uint32_t tout = 0xFFFFFFFF; in nxp_s32_eth_configure_cgm() local98 && (tout > 0)) { in nxp_s32_eth_configure_cgm()99 tout--; in nxp_s32_eth_configure_cgm()102 && (tout > 0)) { in nxp_s32_eth_configure_cgm()103 tout--; in nxp_s32_eth_configure_cgm()106 >> MC_CGM_MUX_7_CSS_SWTRG_SHIFT != 1) && (tout > 0)) { in nxp_s32_eth_configure_cgm()107 tout--; in nxp_s32_eth_configure_cgm()120 && (tout > 0)) { in nxp_s32_eth_configure_cgm()121 tout--; in nxp_s32_eth_configure_cgm()124 && (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
638 k_timeout_t tout = K_FOREVER; in websocket_prepare_and_send() local641 tout = K_MSEC(timeout); in websocket_prepare_and_send()648 K_TIMEOUT_EQ(tout, K_NO_WAIT) ? MSG_DONTWAIT : 0, req_end_timepoint); in websocket_prepare_and_send()943 k_timeout_t tout = K_FOREVER; in websocket_recv_msg() local947 tout = K_MSEC(timeout); in websocket_recv_msg()954 end = sys_timepoint_calc(tout); in websocket_recv_msg()993 tout = sys_timepoint_timeout(end); in websocket_recv_msg()995 ret = wait_rx(ctx->real_sock, timeout_to_ms(&tout)); in websocket_recv_msg()
1215 k_timeout_t tout; in dns_resolve_name() local1231 tout = SYS_TIMEOUT_MS(timeout); in dns_resolve_name()1235 if (K_TIMEOUT_EQ(tout, K_NO_WAIT)) { in dns_resolve_name()1316 ctx->queries[i].timeout = tout; in dns_resolve_name()