]> git.cworth.org Git - apitrace/blobdiff - common/os.hpp
Move mutex abstraction to os_thread.hpp.
[apitrace] / common / os.hpp
index 6a3b8c82f33840929b688de60ceb6f69fe9901b7..caf9dc3d2cc66e4243d819571beaf1082c7bd723 100644 (file)
 
 namespace os {
 
-void acquireMutex(void);
-
-void releaseMutex(void);
-
 void log(const char *format, ...)
 #ifdef __GNUC__
     __attribute__ ((format (printf, 1, 2)))