Home
last modified time | relevance | path

Searched refs:semaphore_receive (Results 1 – 11 of 11) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_dtls_ecjpake_test.c69 static TX_SEMAPHORE semaphore_receive; variable
129 tx_semaphore_create(&semaphore_receive, "semaphore receive", 0); in test_application_define()
248 tx_semaphore_put(&semaphore_receive); in server_receive_notify()
312 tx_semaphore_get(&semaphore_receive, NX_IP_PERIODIC_RATE); in ntest_0_entry()
Dnx_secure_dtls_retransmit_change_cipher_spec_test.c75 static TX_SEMAPHORE semaphore_receive; variable
114 tx_semaphore_create(&semaphore_receive, "semaphore receive", 0); in test_application_define()
251 tx_semaphore_put(&semaphore_receive); in server_receive_notify()
320 tx_semaphore_get(&semaphore_receive, NX_IP_PERIODIC_RATE); in ntest_0_entry()
Dnx_secure_dtls_retransmit_test.c75 static TX_SEMAPHORE semaphore_receive; variable
116 tx_semaphore_create(&semaphore_receive, "semaphore receive", 0); in test_application_define()
243 tx_semaphore_put(&semaphore_receive); in server_receive_notify()
314 tx_semaphore_get(&semaphore_receive, NX_WAIT_FOREVER); in ntest_0_entry()
Dnx_secure_dtls_retransmit_interval_test.c70 static TX_SEMAPHORE semaphore_receive; variable
111 tx_semaphore_create(&semaphore_receive, "semaphore receive", 0); in test_application_define()
267 tx_semaphore_put(&semaphore_receive); in server_receive_notify()
336 tx_semaphore_get(&semaphore_receive, NX_WAIT_FOREVER); in ntest_0_entry()
Dnx_secure_dtls_out_of_order_test.c75 static TX_SEMAPHORE semaphore_receive; variable
117 tx_semaphore_create(&semaphore_receive, "semaphore receive", 0); in test_application_define()
241 tx_semaphore_put(&semaphore_receive); in server_receive_notify()
354 tx_semaphore_get(&semaphore_receive, NX_IP_PERIODIC_RATE); in server_thread_entry()
Dnx_secure_dtls_basic_test.c72 static TX_SEMAPHORE semaphore_receive; variable
113 tx_semaphore_create(&semaphore_receive, "semaphore receive", 0); in test_application_define()
260 tx_semaphore_put(&semaphore_receive); in server_receive_notify()
344 tx_semaphore_get(&semaphore_receive, NX_IP_PERIODIC_RATE); in ntest_0_entry()
392 tx_semaphore_get(&semaphore_receive, NX_IP_PERIODIC_RATE); in ntest_0_entry()
Dnx_secure_dtls_multiple_sessions_receive_test.c76 static TX_SEMAPHORE semaphore_receive; variable
120 tx_semaphore_create(&semaphore_receive, "semaphore receive", 0); in test_application_define()
266 tx_semaphore_put(&semaphore_receive); in server_receive_notify()
343 tx_semaphore_get(&semaphore_receive, NX_IP_PERIODIC_RATE); in server_thread_entry()
Dnx_secure_dtls_multiple_sessions_retransmit_test.c76 static TX_SEMAPHORE semaphore_receive; variable
120 tx_semaphore_create(&semaphore_receive, "semaphore receive", 0); in test_application_define()
265 tx_semaphore_put(&semaphore_receive); in server_receive_notify()
397 tx_semaphore_get(&semaphore_receive, NX_IP_PERIODIC_RATE); in server_thread_entry()
Dnx_secure_dtls_no_free_sessions_test.c80 static TX_SEMAPHORE semaphore_receive; variable
129 tx_semaphore_create(&semaphore_receive, "semaphore receive", 0); in test_application_define()
269 tx_semaphore_put(&semaphore_receive); in server_receive_notify()
345 tx_semaphore_get(&semaphore_receive, NX_IP_PERIODIC_RATE); in server_thread_entry()
Dnx_secure_dtls_error_checking_test.c70 static TX_SEMAPHORE semaphore_receive; variable
106 tx_semaphore_create(&semaphore_receive, "semaphore receive", 0); in test_application_define()
223 tx_semaphore_put(&semaphore_receive); in server_receive_notify()
406 tx_semaphore_get(&semaphore_receive, NX_IP_PERIODIC_RATE); in ntest_0_entry()
Dnx_secure_dtls_handshake_fail_test.c106 static TX_SEMAPHORE semaphore_receive; variable
164 tx_semaphore_create(&semaphore_receive, "semaphore receive", 0); in test_application_define()
490 tx_semaphore_put(&semaphore_receive); in server_receive_notify()
794 tx_semaphore_get(&semaphore_receive, NX_IP_PERIODIC_RATE); in test_dtls_no_renegotiate_server()