Mercurial > hg > vampy
comparison Mutex.cpp @ 6:e1b508f2f914
Added support to memory buffers to be used with NumPy (and some rationalisation of code)
author | fazekasgy |
---|---|
date | Wed, 19 Mar 2008 16:02:29 +0000 |
parents | 6ed5ebd38fde |
children |
comparison
equal
deleted
inserted
replaced
5:6ed5ebd38fde | 6:e1b508f2f914 |
---|---|
4 Basic cross-platform mutex abstraction class. | 4 Basic cross-platform mutex abstraction class. |
5 This file copyright 2007 Chris Cannam. | 5 This file copyright 2007 Chris Cannam. |
6 */ | 6 */ |
7 | 7 |
8 #include "Mutex.h" | 8 #include "Mutex.h" |
9 | |
10 #include <iostream> | 9 #include <iostream> |
11 | 10 |
12 #ifndef _WIN32 | 11 #ifndef _WIN32 |
13 #include <sys/time.h> | 12 #include <sys/time.h> |
14 #include <time.h> | 13 #include <time.h> |