#include "testutil.hpp"
#include "testutil_unity.hpp"
#include <string.h>
#include <sys/types.h>
#include <sys/wait.h>
Go to the source code of this file.
Functions | |
void | handle_sigterm (int) |
int | main () |
void | recv_string_expect_success_or_eagain (void *socket_, const char *str_, int flags_) |
void | test_ppoll_signals () |
Variables | |
static bool | sigterm_received = false |
void handle_sigterm | ( | int | ) |
Definition at line 15 of file test_zmq_ppoll_signals.cpp.
int main | ( | ) |
Definition at line 168 of file test_zmq_ppoll_signals.cpp.
Definition at line 20 of file test_zmq_ppoll_signals.cpp.
void test_ppoll_signals | ( | ) |
Definition at line 46 of file test_zmq_ppoll_signals.cpp.
|
static |
Definition at line 13 of file test_zmq_ppoll_signals.cpp.