Home
last modified time | relevance | path

Searched refs:bsd_transmit_v4_thread (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/bsd_test/
Dnetx_bsd_tcp_blocking_bidirection_test.c57 static TX_THREAD bsd_transmit_v4_thread; variable
360 ret = tx_thread_create(&bsd_transmit_v4_thread, "transmit v4 thread", transmit_entry, sockfd, in ntest_0_entry()
412 tx_thread_delete(&bsd_transmit_v4_thread); in ntest_0_entry()
435 ret = tx_thread_create(&bsd_transmit_v4_thread, "transmit v4 thread", transmit_entry, new_sock, in ntest_0_entry()
489 tx_thread_delete(&bsd_transmit_v4_thread); in ntest_0_entry()
Dnetx_bsd_udp_blocking_bidirection_test.c57 static TX_THREAD bsd_transmit_v4_thread; variable
390 ret = tx_thread_create(&bsd_transmit_v4_thread, "transmit v4 thread", transmit_entry, sockfd, in ntest_0_entry()
442 tx_thread_delete(&bsd_transmit_v4_thread); in ntest_0_entry()