| /FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/Test_Code/Test_Runner/ |
| A D | test_runner.c | 74 vTaskDelay( pdMS_TO_TICKS( 500 ) ); in TEST_RUNNER_RunTests_task() 93 vTaskDelay( pdMS_TO_TICKS( 500 ) ); in TEST_RUNNER_RunTests_task()
|
| /FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/Test_code/Test_Runner/ |
| A D | test_runner.c | 74 vTaskDelay( pdMS_TO_TICKS( 500 ) ); in TEST_RUNNER_RunTests_task() 93 vTaskDelay( pdMS_TO_TICKS( 500 ) ); in TEST_RUNNER_RunTests_task()
|
| /FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Networkless/Test_code/Test_Runner/ |
| A D | test_runner.c | 74 vTaskDelay( pdMS_TO_TICKS( 500 ) ); in TEST_RUNNER_RunTests_task() 93 vTaskDelay( pdMS_TO_TICKS( 500 ) ); in TEST_RUNNER_RunTests_task()
|
| /FreeRTOS-Plus/Demo/Common/coreMQTT_Agent_Interface/ |
| A D | freertos_agent_message.c | 54 … queueStatus = xQueueSendToBack( pMsgCtx->queue, pCommandToSend, pdMS_TO_TICKS( blockTimeMs ) ); in Agent_MessageSend() 70 … queueStatus = xQueueReceive( pMsgCtx->queue, pReceivedCommand, pdMS_TO_TICKS( blockTimeMs ) ); in Agent_MessageReceive()
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/DemoTasks/ |
| A D | SimpleTCPEchoServer.c | 53 #define tcpechoSHUTDOWN_DELAY ( pdMS_TO_TICKS( 5000 ) ) 170 static const TickType_t xReceiveTimeOut = pdMS_TO_TICKS( 5000 ); in prvServerConnectionInstance() 171 static const TickType_t xSendTimeOut = pdMS_TO_TICKS( 5000 ); in prvServerConnectionInstance()
|
| A D | TCPEchoClient_SingleTasks.c | 94 static const TickType_t xReceiveTimeOut = pdMS_TO_TICKS( 4000 ); 95 static const TickType_t xSendTimeOut = pdMS_TO_TICKS( 2000 );
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Posix/ |
| A D | SimpleTCPEchoServer.c | 85 #define tcpechoSHUTDOWN_DELAY ( pdMS_TO_TICKS( 5000 ) ) 221 static const TickType_t xReceiveTimeOut = pdMS_TO_TICKS( 5000 ); in prvServerConnectionInstance() 222 static const TickType_t xSendTimeOut = pdMS_TO_TICKS( 5000 ); in prvServerConnectionInstance()
|
| A D | TCPEchoClient_SingleTasks.c | 92 static const TickType_t xReceiveTimeOut = pdMS_TO_TICKS( 4000 ); 93 static const TickType_t xSendTimeOut = pdMS_TO_TICKS( 2000 );
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/IPv6_Multi_WinSim_demo/ |
| A D | UDPEchoClient_SingleTasks.c | 59 #define echoLOOP_DELAY pdMS_TO_TICKS( 2U ) 68 static const TickType_t xReceiveTimeOut = pdMS_TO_TICKS( 4000 ); 69 static const TickType_t xSendTimeOut = pdMS_TO_TICKS( 4000 );
|
| A D | main.c | 193 const uint32_t ulLongTime_ms = pdMS_TO_TICKS( 1000UL ); in main() 736 vTaskDelay( pdMS_TO_TICKS( 100U ) ); in prvCliTask() 744 TickType_t uxTickCount = pdMS_TO_TICKS( 200U ); in prvCliTask() 751 xSemaphoreTake( xServerSemaphore, pdMS_TO_TICKS( 10 ) ); in prvCliTask() 965 pdMS_TO_TICKS( 1000U ) ); in dns_test() 966 vTaskDelay( pdMS_TO_TICKS( 1000U ) ); in dns_test()
|
| A D | FreeRTOSIPConfig.h | 96 #define ipconfigDNS_RECEIVE_BLOCK_TIME_TICKS pdMS_TO_TICKS( 3000U )
|
| A D | TCPEchoClient_SingleTasks.c | 63 #define echoLOOP_DELAY pdMS_TO_TICKS( 2U ) 94 static const TickType_t xReceiveTimeOut = pdMS_TO_TICKS( 4000 ); 95 static const TickType_t xSendTimeOut = pdMS_TO_TICKS( 4000 );
|
| /FreeRTOS-Plus/Source/Application-Protocols/network_transport/tcp_sockets_wrapper/ports/freertos_plus_tcp/ |
| A D | sockets_wrapper.c | 134 transportTimeout = pdMS_TO_TICKS( receiveTimeoutMs ); in Sockets_Connect() 143 transportTimeout = pdMS_TO_TICKS( sendTimeoutMs ); in Sockets_Connect()
|
| A D | tcp_sockets_wrapper.c | 158 transportTimeout = pdMS_TO_TICKS( receiveTimeoutMs ); in TCP_Sockets_Connect() 167 transportTimeout = pdMS_TO_TICKS( sendTimeoutMs ); in TCP_Sockets_Connect()
|
| /FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/Test_Code/Test_Cases/ |
| A D | test_framework.c | 97 vTaskDelay( pdMS_TO_TICKS( 100UL ) ); in TEST_SubmitResult()
|
| /FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/ |
| A D | SampleAppTask.c | 88 vTaskDelay( pdMS_TO_TICKS( CLOCK_QUERY_TASK_DELAY_MS ) ); in sampleAppTask()
|
| /FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/Test_Code/Test_Cases/include/ |
| A D | test_utils.h | 63 vTaskDelay( pdMS_TO_TICKS( ulPeriodMs ) ); \
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/Common/ |
| A D | cellular_setup.c | 128 vTaskDelay( pdMS_TO_TICKS( CELLULAR_SIM_CARD_WAIT_INTERVAL_MS ) ); in setupCellular() 211 vTaskDelay( pdMS_TO_TICKS( CELLULAR_PDN_CONNECT_WAIT_INTERVAL_MS ) ); in setupCellular()
|
| A D | cellular_platform.h | 168 #define Platform_Delay( delayMs ) vTaskDelay( pdMS_TO_TICKS( delayMs ) )
|
| /FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/ |
| A D | cellular_platform.h | 159 #define Platform_Delay( delayMs ) vTaskDelay( pdMS_TO_TICKS( delayMs ) )
|
| /FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Mutual_Auth/DemoTasks/ |
| A D | MutualAuthMQTTExample.c | 210 #define mqttexampleDELAY_BETWEEN_DEMO_ITERATIONS_TICKS ( pdMS_TO_TICKS( 5000U ) ) 236 #define mqttexampleDELAY_BETWEEN_PUBLISHES_TICKS ( pdMS_TO_TICKS( 2000U ) ) 580 vTaskDelay( pdMS_TO_TICKS( 1000U ) ); in prvMQTTDemoTask() 767 vTaskDelay( pdMS_TO_TICKS( usNextRetryBackOff ) ); in prvConnectToServerWithBackoffRetries() 972 vTaskDelay( pdMS_TO_TICKS( usNextRetryBackOff ) ); in prvMQTTSubscribeWithBackoffRetries()
|
| /FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Plain_Text/DemoTasks/ |
| A D | PlaintextMQTTExample.c | 150 #define mqttexampleDELAY_BETWEEN_DEMO_ITERATIONS_TICKS ( pdMS_TO_TICKS( 5000U ) ) 176 #define mqttexampleDELAY_BETWEEN_PUBLISHES_TICKS ( pdMS_TO_TICKS( 2000U ) ) 498 vTaskDelay( pdMS_TO_TICKS( 1000U ) ); in prvMQTTDemoTask() 629 vTaskDelay( pdMS_TO_TICKS( usNextRetryBackOff ) ); in prvConnectToServerWithBackoffRetries() 811 vTaskDelay( pdMS_TO_TICKS( usNextRetryBackOff ) ); in prvMQTTSubscribeWithBackoffRetries()
|
| /FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Basic_TLS/DemoTasks/ |
| A D | BasicTLSMQTTExample.c | 157 #define mqttexampleDELAY_BETWEEN_DEMO_ITERATIONS_TICKS ( pdMS_TO_TICKS( 5000U ) ) 183 #define mqttexampleDELAY_BETWEEN_PUBLISHES_TICKS ( pdMS_TO_TICKS( 2000U ) ) 508 vTaskDelay( pdMS_TO_TICKS( 1000U ) ); in prvMQTTDemoTask() 645 vTaskDelay( pdMS_TO_TICKS( usNextRetryBackOff ) ); in prvConnectToServerWithBackoffRetries() 827 vTaskDelay( pdMS_TO_TICKS( usNextRetryBackOff ) ); in prvMQTTSubscribeWithBackoffRetries()
|
| /FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Keep_Alive/DemoTasks/ |
| A D | KeepAliveMQTTExample.c | 161 #define mqttexampleDELAY_BETWEEN_DEMO_ITERATIONS ( pdMS_TO_TICKS( 5000U ) ) 180 #define mqttexamplePING_REQUEST_DELAY ( pdMS_TO_TICKS( ( ( mqttexampleKEEP_ALIVE_TIM… 565 vTaskDelay( pdMS_TO_TICKS( 1000U ) ); in prvMQTTDemoTask() 747 vTaskDelay( pdMS_TO_TICKS( usNextRetryBackOff ) ); in prvConnectToServerWithBackoffRetries() 941 vTaskDelay( pdMS_TO_TICKS( usNextRetryBackOff ) ); in prvMQTTSubscribeWithBackoffRetries()
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Qemu_mps2/ |
| A D | TCPEchoClient_SingleTasks.c | 95 static const TickType_t xReceiveTimeOut = pdMS_TO_TICKS( 4000 ); 96 static const TickType_t xSendTimeOut = pdMS_TO_TICKS( 2000 );
|