Go to the source code of this file.
Functions | |
int | main (void) |
static SETUP_TEARDOWN_TESTCONTEXT void | pusher (void *) |
static void | simult_bind (void *endpt_) |
static void | simult_conn (void *endpt_) |
void | test_bind_before_connect () |
void | test_connect_before_bind () |
void | test_connect_before_bind_ctx_term () |
void | test_connect_before_bind_pub_sub () |
void | test_connect_only () |
void | test_multiple_connects () |
void | test_multiple_threads () |
void | test_routing_id () |
void | test_shutdown_during_pend () |
void | test_simultaneous_connect_bind_threads () |
void | test_unbind () |
int main | ( | void | ) |
Definition at line 311 of file test_inproc_connect.cpp.
|
static |
Definition at line 8 of file test_inproc_connect.cpp.
Definition at line 38 of file test_inproc_connect.cpp.
Definition at line 23 of file test_inproc_connect.cpp.
void test_bind_before_connect | ( | ) |
Definition at line 53 of file test_inproc_connect.cpp.
void test_connect_before_bind | ( | ) |
Definition at line 74 of file test_inproc_connect.cpp.
void test_connect_before_bind_ctx_term | ( | ) |
Definition at line 124 of file test_inproc_connect.cpp.
void test_connect_before_bind_pub_sub | ( | ) |
Definition at line 95 of file test_inproc_connect.cpp.
void test_connect_only | ( | ) |
Definition at line 263 of file test_inproc_connect.cpp.
void test_multiple_connects | ( | ) |
Definition at line 139 of file test_inproc_connect.cpp.
void test_multiple_threads | ( | ) |
Definition at line 171 of file test_inproc_connect.cpp.
void test_routing_id | ( | ) |
Definition at line 225 of file test_inproc_connect.cpp.
void test_shutdown_during_pend | ( | ) |
Definition at line 299 of file test_inproc_connect.cpp.
void test_simultaneous_connect_bind_threads | ( | ) |
Definition at line 199 of file test_inproc_connect.cpp.
void test_unbind | ( | ) |
Definition at line 272 of file test_inproc_connect.cpp.