scclib
Stable Cloud Computing C++ Library
|
Tests for Signaling kernel event counter. More...
#include <gtest/gtest.h>
#include <cstring>
#include <iostream>
#include <util/event.h>
#include <system_error>
#include <cerrno>
Go to the source code of this file.
Functions | |
TEST (event_test, blocking) | |
TEST (event_test, nonblocking) | |
TEST (event_test, nonblocking_semaphore) | |
Tests for Signaling kernel event counter.
Definition in file event.cc.
TEST | ( | event_test | , |
blocking | |||
) |
TEST | ( | event_test | , |
nonblocking | |||
) |