Go to the source code of this file.
◆ TestType
Enumerator |
---|
BIND_FIRST | |
CONNECT_FIRST | |
Definition at line 10 of file test_hwm.cpp.
◆ count_msg()
int count_msg |
( |
int |
send_hwm_, |
|
|
int |
recv_hwm_, |
|
|
TestType |
test_type_ |
|
) |
| |
◆ main()
◆ test_defaults()
◆ test_finite_both_bind_first()
void test_finite_both_bind_first |
( |
| ) |
|
◆ test_finite_both_connect_first()
void test_finite_both_connect_first |
( |
| ) |
|
◆ test_infinite_both_inproc_bind_first()
void test_infinite_both_inproc_bind_first |
( |
| ) |
|
◆ test_infinite_both_inproc_connect_first()
void test_infinite_both_inproc_connect_first |
( |
| ) |
|
◆ test_infinite_receive_inproc_bind_first()
void test_infinite_receive_inproc_bind_first |
( |
| ) |
|
◆ test_infinite_receive_inproc_connect_first()
void test_infinite_receive_inproc_connect_first |
( |
| ) |
|
◆ test_infinite_recv_bind_and_close_first()
void test_infinite_recv_bind_and_close_first |
( |
| ) |
|
◆ test_infinite_recv_connect_and_close_first()
void test_infinite_recv_connect_and_close_first |
( |
| ) |
|
◆ test_infinite_send_inproc_bind_first()
void test_infinite_send_inproc_bind_first |
( |
| ) |
|
◆ test_infinite_send_inproc_connect_first()
void test_infinite_send_inproc_connect_first |
( |
| ) |
|
◆ test_inproc_bind_and_close_first()
int test_inproc_bind_and_close_first |
( |
int |
send_hwm_, |
|
|
int |
|
|
) |
| |
◆ test_inproc_bind_first()
int test_inproc_bind_first |
( |
int |
send_hwm_, |
|
|
int |
recv_hwm_ |
|
) |
| |
◆ test_inproc_connect_and_close_first()
int test_inproc_connect_and_close_first |
( |
int |
send_hwm_, |
|
|
int |
recv_hwm_ |
|
) |
| |
◆ test_inproc_connect_first()
int test_inproc_connect_first |
( |
int |
send_hwm_, |
|
|
int |
recv_hwm_ |
|
) |
| |
◆ MAX_SENDS