Home
last modified time | relevance | path

Searched refs:sntp_client_thread (Results 1 – 9 of 9) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/sntp_test/
Dnetx_sntp_client_kod_test.c38 static TX_THREAD sntp_client_thread; variable
120 status = tx_thread_create(&sntp_client_thread, "SNTP Client Thread", sntp_client_thread_entry, in test_application_define()
142 tx_thread_resume(&sntp_client_thread); in test_application_define()
Dnetx_sntp_client_broadcast_basic_test.c43 static TX_THREAD sntp_client_thread; variable
123 status = tx_thread_create(&sntp_client_thread, "SNTP Client Thread", sntp_client_thread_entry, in test_application_define()
145 tx_thread_resume(&sntp_client_thread); in test_application_define()
Dnetx_sntp_client_seconds_to_date_test.c18 static TX_THREAD sntp_client_thread; variable
41 status = tx_thread_create(&sntp_client_thread, "SNTP Client Thread", sntp_client_thread_entry, in test_application_define()
Dnetx_sntp_client_ipv6_broadcast_basic_test.c44 static TX_THREAD sntp_client_thread; variable
122 status = tx_thread_create(&sntp_client_thread, "SNTP Client Thread", sntp_client_thread_entry, in test_application_define()
144 tx_thread_resume(&sntp_client_thread); in test_application_define()
Dnetx_sntp_client_unicast_basic_test.c42 static TX_THREAD sntp_client_thread; variable
122 status = tx_thread_create(&sntp_client_thread, "SNTP Client Thread", sntp_client_thread_entry, in test_application_define()
144 tx_thread_resume(&sntp_client_thread); in test_application_define()
Dnetx_sntp_request_unicast_test.c107 static TX_THREAD sntp_client_thread; variable
200 status = tx_thread_create(&sntp_client_thread, "SNTP Client Thread", sntp_client_thread_entry, in test_application_define()
222 tx_thread_resume(&sntp_client_thread); in test_application_define()
Dnetx_sntp_client_unicast_display_date_test.c58 static TX_THREAD sntp_client_thread; variable
138 status = tx_thread_create(&sntp_client_thread, "SNTP Client Thread", sntp_client_thread_entry, in test_application_define()
160 tx_thread_resume(&sntp_client_thread); in test_application_define()
Dnetx_sntp_client_ipv6_unicast_basic_test.c44 static TX_THREAD sntp_client_thread; variable
122 status = tx_thread_create(&sntp_client_thread, "SNTP Client Thread", sntp_client_thread_entry, in test_application_define()
144 tx_thread_resume(&sntp_client_thread); in test_application_define()
Dnetx_sntp_client_packet_chain_test.c43 static TX_THREAD sntp_client_thread; variable
123 status = tx_thread_create(&sntp_client_thread, "SNTP Client Thread", sntp_client_thread_entry, in test_application_define()
145 tx_thread_resume(&sntp_client_thread); in test_application_define()