Go to the source code of this file.
Classes | |
struct | poller_test_data_t |
Functions | |
int | main (void) |
static void | receiver (void *socket_) |
void | run_poller (void *data_) |
void | setUp () |
void | tearDown () |
void | test_ctx_destroy () |
void | test_ctx_shutdown () |
void | test_ctx_shutdown_only_socket_opened_after () |
void | test_ctx_shutdown_socket_opened_after () |
void | test_poller_exists_with_socket_on_zmq_ctx_term (const int socket_type_) |
void | test_poller_exists_with_socket_on_zmq_ctx_term_non_thread_safe_socket () |
void | test_poller_exists_with_socket_on_zmq_ctx_term_thread_safe_socket () |
void | test_zmq_ctx_shutdown_null_fails () |
void | test_zmq_ctx_term_null_fails () |
void | test_zmq_term_null_fails () |
int main | ( | void | ) |
Definition at line 209 of file test_ctx_destroy.cpp.
Definition at line 16 of file test_ctx_destroy.cpp.
Definition at line 136 of file test_ctx_destroy.cpp.
void setUp | ( | ) |
Definition at line 8 of file test_ctx_destroy.cpp.
void tearDown | ( | ) |
Definition at line 12 of file test_ctx_destroy.cpp.
void test_ctx_destroy | ( | ) |
Definition at line 24 of file test_ctx_destroy.cpp.
void test_ctx_shutdown | ( | ) |
Definition at line 40 of file test_ctx_destroy.cpp.
void test_ctx_shutdown_only_socket_opened_after | ( | ) |
Definition at line 90 of file test_ctx_destroy.cpp.
void test_ctx_shutdown_socket_opened_after | ( | ) |
Definition at line 68 of file test_ctx_destroy.cpp.
void test_poller_exists_with_socket_on_zmq_ctx_term | ( | const int | socket_type_ | ) |
Definition at line 163 of file test_ctx_destroy.cpp.
void test_poller_exists_with_socket_on_zmq_ctx_term_non_thread_safe_socket | ( | ) |
Definition at line 204 of file test_ctx_destroy.cpp.
void test_poller_exists_with_socket_on_zmq_ctx_term_thread_safe_socket | ( | ) |
Definition at line 195 of file test_ctx_destroy.cpp.
void test_zmq_ctx_shutdown_null_fails | ( | ) |
Definition at line 121 of file test_ctx_destroy.cpp.
void test_zmq_ctx_term_null_fails | ( | ) |
Definition at line 107 of file test_ctx_destroy.cpp.
void test_zmq_term_null_fails | ( | ) |
Definition at line 114 of file test_ctx_destroy.cpp.