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

merged

parents 083780d9 f3ef255e
...@@ -22,7 +22,7 @@ namespace ...@@ -22,7 +22,7 @@ namespace
namespace pipe_kernel_test_helpers namespace pipe_kernel_test_helpers
{ {
const unsigned long proc1_count = 10000; const unsigned long proc1_count = 10000;
mutex m; dlib::mutex m;
signaler s(m); signaler s(m);
unsigned long threads_running = 0; unsigned long threads_running = 0;
bool found_error; bool found_error;
......
...@@ -42,7 +42,7 @@ namespace ...@@ -42,7 +42,7 @@ namespace
read_write_mutex m; read_write_mutex m;
mutex mut; dlib::mutex mut;
int num_write; int num_write;
int num_read; int num_read;
int max_read; int max_read;
......
...@@ -23,7 +23,7 @@ namespace ...@@ -23,7 +23,7 @@ namespace
class timer_test_helper class timer_test_helper
{ {
public: public:
mutex m; dlib::mutex m;
int count; int count;
dlib::uint64 timestamp; dlib::uint64 timestamp;
dlib::timestamper ts; 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