Searched refs:sntp_client_thread (Results 1 – 9 of 9) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/sntp_test/ |
| D | netx_sntp_client_kod_test.c | 38 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()
|
| D | netx_sntp_client_broadcast_basic_test.c | 43 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()
|
| D | netx_sntp_client_seconds_to_date_test.c | 18 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()
|
| D | netx_sntp_client_ipv6_broadcast_basic_test.c | 44 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()
|
| D | netx_sntp_client_unicast_basic_test.c | 42 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()
|
| D | netx_sntp_request_unicast_test.c | 107 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()
|
| D | netx_sntp_client_unicast_display_date_test.c | 58 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()
|
| D | netx_sntp_client_ipv6_unicast_basic_test.c | 44 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()
|
| D | netx_sntp_client_packet_chain_test.c | 43 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()
|