Searched refs:sema_2 (Results 1 – 5 of 5) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/bsd_test/ |
| D | netx_bsd_tcp_accept_blocking_test.c | 22 static TX_SEMAPHORE sema_2; variable 121 status += tx_semaphore_create(&sema_2, "SEMA 2", 0); in test_application_define() 160 tx_semaphore_get(&sema_2, 5 * NX_IP_PERIODIC_RATE); in bsd_server_helper_thread_entry() 358 tx_semaphore_put(&sema_2); in multiple_client4() 406 tx_semaphore_put(&sema_2); in multiple_client4()
|
| D | netx_bsd_tcp_accept_blocking_timeout_test.c | 23 static TX_SEMAPHORE sema_2; variable 122 status += tx_semaphore_create(&sema_2, "SEMA 2", 0); in test_application_define() 162 tx_semaphore_get(&sema_2, 5 * NX_IP_PERIODIC_RATE); in bsd_server_helper_thread_entry() 391 tx_semaphore_put(&sema_2); in multiple_client4() 439 tx_semaphore_put(&sema_2); in multiple_client4()
|
| D | netx_bsd_tcp_accept_nonblocking_timeout_test.c | 20 static TX_SEMAPHORE sema_2; variable 117 status += tx_semaphore_create(&sema_2, "SEMA 2", 0); in test_application_define() 177 tx_semaphore_get(&sema_2, 5 * NX_IP_PERIODIC_RATE); in bsd_server_helper_thread_entry() 444 tx_semaphore_put(&sema_2); in multiple_client4() 492 tx_semaphore_put(&sema_2); in multiple_client4()
|
| D | netx_bsd_tcp_accept_noselect_test.c | 21 static TX_SEMAPHORE sema_2; variable 117 status += tx_semaphore_create(&sema_2, "SEMA 2", 0); in test_application_define() 176 tx_semaphore_get(&sema_2, 5 * NX_IP_PERIODIC_RATE); in bsd_server_helper_thread_entry() 419 tx_semaphore_put(&sema_2); in multiple_client4() 467 tx_semaphore_put(&sema_2); in multiple_client4()
|
| D | netx_bsd_tcp_accept_nonblocking_test.c | 20 static TX_SEMAPHORE sema_2; variable 117 status += tx_semaphore_create(&sema_2, "SEMA 2", 0); in test_application_define() 177 tx_semaphore_get(&sema_2, 5 * NX_IP_PERIODIC_RATE); in bsd_server_helper_thread_entry() 413 tx_semaphore_put(&sema_2); in multiple_client4() 461 tx_semaphore_put(&sema_2); in multiple_client4()
|