Unit Test for timed semaphores. More...
#include <iostream>
#include <cstdlib>
#include <gtest/gtest.h>
#include <ecl/time/sleep.hpp>
#include <ecl/time/timestamp.hpp>
#include "../../include/ecl/ipc/semaphore.hpp"
#include "../../include/ecl/ipc/shared_memory.hpp"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 178 of file semaphores_timed.cpp.