Commit f3ef255e authored by Davis E. King's avatar Davis E. King

Merge pull request #12 from Abai/master

Fix dlib tests for c++11
parents 7ce411c0 c1cb614d
......@@ -22,7 +22,7 @@ namespace
namespace pipe_kernel_test_helpers
{
const unsigned long proc1_count = 10000;
mutex m;
dlib::mutex m;
signaler s(m);
unsigned long threads_running = 0;
bool found_error;
......
......@@ -42,7 +42,7 @@ namespace
read_write_mutex m;
mutex mut;
dlib::mutex mut;
int num_write;
int num_read;
int max_read;
......
......@@ -23,7 +23,7 @@ namespace
class timer_test_helper
{
public:
mutex m;
dlib::mutex m;
int count;
dlib::uint64 timestamp;
dlib::timestamper ts;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment