Home
last modified time | relevance | path

Searched refs:semaphore_connect (Results 1 – 23 of 23) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_dtls_concurrent_sessions_test.c75 static TX_SEMAPHORE semaphore_connect; variable
121 tx_semaphore_create(&semaphore_connect, "semaphore connect", 0); in test_application_define()
255 tx_semaphore_put(&semaphore_connect); in server_connect_notify()
317 tx_semaphore_get(&semaphore_connect, NX_IP_PERIODIC_RATE); in server_thread_entry()
366 tx_semaphore_get(&semaphore_connect, NX_IP_PERIODIC_RATE); in server_concurrent_thread_entry()
Dnx_secure_dtls_version_1_0_test.c73 static TX_SEMAPHORE semaphore_connect; variable
116 tx_semaphore_create(&semaphore_connect, "semaphore connect", 0); in test_application_define()
250 tx_semaphore_put(&semaphore_connect); in server_connect_notify()
319 tx_semaphore_get(&semaphore_connect, NX_WAIT_FOREVER); in server_thread_entry()
331 tx_semaphore_get(&semaphore_connect, NX_WAIT_FOREVER); in server_thread_entry()
Dnx_secure_dtls_abnormal_test.c73 static TX_SEMAPHORE semaphore_connect; variable
116 tx_semaphore_create(&semaphore_connect, "semaphore connect", 0); in test_application_define()
252 tx_semaphore_put(&semaphore_connect); in server_connect_notify()
346 tx_semaphore_get(&semaphore_connect, NX_IP_PERIODIC_RATE); in server_thread_entry()
382 tx_semaphore_get(&semaphore_connect, NX_IP_PERIODIC_RATE); in server_thread_entry()
Dnx_secure_dtls_concurrent_sessions_retransmit_test.c75 static TX_SEMAPHORE semaphore_connect; variable
121 tx_semaphore_create(&semaphore_connect, "semaphore connect", 0); in test_application_define()
255 tx_semaphore_put(&semaphore_connect); in server_connect_notify()
370 tx_semaphore_get(&semaphore_connect, 5 * NX_IP_PERIODIC_RATE); in server_thread_entry()
420 tx_semaphore_get(&semaphore_connect, 5 * NX_IP_PERIODIC_RATE); in server_concurrent_thread_entry()
Dnx_secure_dtls_multiple_sessions_ecjpake_test.c97 static TX_SEMAPHORE semaphore_connect; variable
141 tx_semaphore_create(&semaphore_connect, "semaphore connect", 0); in test_application_define()
283 tx_semaphore_put(&semaphore_connect); in server_connect_notify()
345 tx_semaphore_get(&semaphore_connect, NX_IP_PERIODIC_RATE); in server_thread_entry()
360 tx_semaphore_get(&semaphore_connect, NX_IP_PERIODIC_RATE); in server_thread_entry()
Dnx_secure_dtls_out_of_order_test.c74 static TX_SEMAPHORE semaphore_connect; variable
116 tx_semaphore_create(&semaphore_connect, "semaphore connect", 0); in test_application_define()
231 tx_semaphore_put(&semaphore_connect); in server_connect_notify()
323 tx_semaphore_get(&semaphore_connect, NX_IP_PERIODIC_RATE); in server_thread_entry()
338 tx_semaphore_get(&semaphore_connect, NX_IP_PERIODIC_RATE); in server_thread_entry()
Dnx_secure_dtls_ecjpake_test.c70 static TX_SEMAPHORE semaphore_connect; variable
130 tx_semaphore_create(&semaphore_connect, "semaphore connect", 0); in test_application_define()
231 tx_semaphore_put(&semaphore_connect); in server_connect_notify()
301 tx_semaphore_get(&semaphore_connect, NX_IP_PERIODIC_RATE); in ntest_0_entry()
Dnx_secure_dtls_retransmit_change_cipher_spec_test.c76 static TX_SEMAPHORE semaphore_connect; variable
115 tx_semaphore_create(&semaphore_connect, "semaphore connect", 0); in test_application_define()
234 tx_semaphore_put(&semaphore_connect); in server_connect_notify()
309 tx_semaphore_get(&semaphore_connect, NX_IP_PERIODIC_RATE); in ntest_0_entry()
Dnx_secure_dtls_retransmit_test.c76 static TX_SEMAPHORE semaphore_connect; variable
117 tx_semaphore_create(&semaphore_connect, "semaphore connect", 0); in test_application_define()
226 tx_semaphore_put(&semaphore_connect); in server_connect_notify()
302 tx_semaphore_get(&semaphore_connect, NX_WAIT_FOREVER); in ntest_0_entry()
Dnx_secure_dtls_multiple_sessions_connect_test.c72 static TX_SEMAPHORE semaphore_connect; variable
115 tx_semaphore_create(&semaphore_connect, "semaphore connect", 0); in test_application_define()
249 tx_semaphore_put(&semaphore_connect); in server_connect_notify()
315 tx_semaphore_get(&semaphore_connect, NX_IP_PERIODIC_RATE); in server_thread_entry()
Dnx_secure_dtls_retransmit_interval_test.c71 static TX_SEMAPHORE semaphore_connect; variable
112 tx_semaphore_create(&semaphore_connect, "semaphore connect", 0); in test_application_define()
250 tx_semaphore_put(&semaphore_connect); in server_connect_notify()
325 tx_semaphore_get(&semaphore_connect, NX_WAIT_FOREVER); in ntest_0_entry()
Dnx_secure_dtls_multiple_sessions_reuse_test.c81 static TX_SEMAPHORE semaphore_connect; variable
131 tx_semaphore_create(&semaphore_connect, "semaphore connect", 0); in test_application_define()
255 tx_semaphore_put(&semaphore_connect); in server_connect_notify()
326 tx_semaphore_get(&semaphore_connect, NX_WAIT_FOREVER); in server_thread_entry()
350 tx_semaphore_get(&semaphore_connect, NX_WAIT_FOREVER); in server_thread_entry()
Dnx_secure_dtls_fragment_test.c72 static TX_SEMAPHORE semaphore_connect; variable
111 tx_semaphore_create(&semaphore_connect, "semaphore connect", 0); in test_application_define()
222 tx_semaphore_put(&semaphore_connect); in server_connect_notify()
395 tx_semaphore_get(&semaphore_connect, NX_IP_PERIODIC_RATE); in server_thread_entry()
Dnx_secure_dtls_basic_test.c73 static TX_SEMAPHORE semaphore_connect; variable
114 tx_semaphore_create(&semaphore_connect, "semaphore connect", 0); in test_application_define()
243 tx_semaphore_put(&semaphore_connect); in server_connect_notify()
332 tx_semaphore_get(&semaphore_connect, NX_IP_PERIODIC_RATE); in ntest_0_entry()
381 tx_semaphore_get(&semaphore_connect, NX_IP_PERIODIC_RATE); in ntest_0_entry()
Dnx_secure_dtls_multiple_sessions_receive_test.c75 static TX_SEMAPHORE semaphore_connect; variable
119 tx_semaphore_create(&semaphore_connect, "semaphore connect", 0); in test_application_define()
255 tx_semaphore_put(&semaphore_connect); in server_connect_notify()
326 tx_semaphore_get(&semaphore_connect, NX_IP_PERIODIC_RATE); in server_thread_entry()
Dnx_secure_dtls_multiple_sessions_send_test.c75 static TX_SEMAPHORE semaphore_connect; variable
118 tx_semaphore_create(&semaphore_connect, "semaphore connect", 0); in test_application_define()
253 tx_semaphore_put(&semaphore_connect); in server_connect_notify()
320 tx_semaphore_get(&semaphore_connect, NX_IP_PERIODIC_RATE); in server_thread_entry()
Dnx_secure_dtls_multiple_sessions_retransmit_test.c75 static TX_SEMAPHORE semaphore_connect; variable
119 tx_semaphore_create(&semaphore_connect, "semaphore connect", 0); in test_application_define()
255 tx_semaphore_put(&semaphore_connect); in server_connect_notify()
380 tx_semaphore_get(&semaphore_connect, NX_IP_PERIODIC_RATE); in server_thread_entry()
Dnx_secure_dtls_handshake_fail_test.c107 static TX_SEMAPHORE semaphore_connect; variable
165 tx_semaphore_create(&semaphore_connect, "semaphore connect", 0); in test_application_define()
473 tx_semaphore_put(&semaphore_connect); in server_connect_notify()
555 tx_semaphore_get(&semaphore_connect, NX_IP_PERIODIC_RATE); in ntest_0_entry()
669 tx_semaphore_get(&semaphore_connect, NX_IP_PERIODIC_RATE); in test_dtls_helloverify_after_handshake_server()
784 tx_semaphore_get(&semaphore_connect, NX_IP_PERIODIC_RATE); in test_dtls_no_renegotiate_server()
1270 tx_semaphore_get(&semaphore_connect, NX_IP_PERIODIC_RATE); in test_dtls_handshake_fragment_len2_server()
Dnx_secure_dtls_abort_waiting_test.c75 static TX_SEMAPHORE semaphore_connect; variable
120 tx_semaphore_create(&semaphore_connect, "semaphore connect", 0); in test_application_define()
315 tx_semaphore_get(&semaphore_connect, NX_IP_PERIODIC_RATE); in server_thread_entry()
Dnx_secure_dtls_multiple_ip_address_test.c83 static TX_SEMAPHORE semaphore_connect; variable
126 tx_semaphore_create(&semaphore_connect, "semaphore connect", 0); in test_application_define()
357 tx_semaphore_put(&semaphore_connect); in server_connect_notify()
428 tx_semaphore_get(&semaphore_connect, NX_IP_PERIODIC_RATE); in server_thread_entry()
Dnx_secure_dtls_no_free_sessions_test.c79 static TX_SEMAPHORE semaphore_connect; variable
128 tx_semaphore_create(&semaphore_connect, "semaphore connect", 0); in test_application_define()
258 tx_semaphore_put(&semaphore_connect); in server_connect_notify()
329 tx_semaphore_get(&semaphore_connect, NX_IP_PERIODIC_RATE); in server_thread_entry()
Dnx_secure_dtls_multiple_sessions_connect_fail_test.c71 static TX_SEMAPHORE semaphore_connect; variable
127 tx_semaphore_create(&semaphore_connect, "semaphore connect", 0); in test_application_define()
250 tx_semaphore_put(&semaphore_connect); in server_connect_notify()
319 tx_semaphore_get(&semaphore_connect, NX_IP_PERIODIC_RATE); in server_thread_entry()
Dnx_secure_dtls_error_checking_test.c71 static TX_SEMAPHORE semaphore_connect; variable
107 tx_semaphore_create(&semaphore_connect, "semaphore connect", 0); in test_application_define()
206 tx_semaphore_put(&semaphore_connect); in server_connect_notify()
394 tx_semaphore_get(&semaphore_connect, NX_IP_PERIODIC_RATE); in ntest_0_entry()