Go to the source code of this file.
Functions | |
static void | bounce (void *socket_) |
static int | get_events (void *socket_) |
int | main () |
void | setUp () |
void | tearDown () |
void | test_case_1 () |
void | test_case_2 () |
void | test_case_3 () |
void | test_case_4 () |
Variables | |
void * | rep [services] |
void * | req |
const size_t | services = 5 |
Definition at line 50 of file test_req_relaxed.cpp.
|
static |
Definition at line 73 of file test_req_relaxed.cpp.
int main | ( | ) |
Definition at line 196 of file test_req_relaxed.cpp.
void setUp | ( | ) |
Definition at line 13 of file test_req_relaxed.cpp.
void tearDown | ( | ) |
Definition at line 41 of file test_req_relaxed.cpp.
void test_case_1 | ( | ) |
Definition at line 82 of file test_req_relaxed.cpp.
void test_case_2 | ( | ) |
Definition at line 117 of file test_req_relaxed.cpp.
void test_case_3 | ( | ) |
Definition at line 141 of file test_req_relaxed.cpp.
void test_case_4 | ( | ) |
Definition at line 155 of file test_req_relaxed.cpp.
Definition at line 11 of file test_req_relaxed.cpp.
void* req |
Definition at line 10 of file test_req_relaxed.cpp.
const size_t services = 5 |
Definition at line 8 of file test_req_relaxed.cpp.