Commit 7d32c4d1 authored by Davis King's avatar Davis King

merged

parents 083780d9 f3ef255e
......@@ -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