Unit Test for the Mutex class. More...
#include <iostream>
#include <ecl/config/ecl.hpp>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Unit Test for the Mutex class.
Use this to test the Mutex class. Currently this only tests the posix mutex class.
Definition in file test/mutex.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 98 of file test/mutex.cpp.