sigqueue
int sigqueue(pid_t pid, int _signal, const union sigval userValue);
ASSERT_EQ(0, sigqueue(getpid(), SIGALRM, sigval));