Switch to unified view
a/src/utils/ptmutex.cpp | b/src/utils/ptmutex.cpp | ||
---|---|---|---|
... |
... |
||
23 | // the system and machine), but not inexistent, you would not want |
23 | // the system and machine), but not inexistent, you would not want |
24 | // this in a tight loop. |
24 | // this in a tight loop. |
25 | 25 | ||
26 | #include <stdio.h> |
26 | #include <stdio.h> |
27 | #include <stdlib.h> |
27 | #include <stdlib.h> |
28 | #include <unistd.h> |
||
29 | 28 | ||
30 | #include <string> |
29 | #include <string> |
31 | using namespace std; |
30 | using namespace std; |
32 | 31 | ||
33 | #include "ptmutex.h" |
32 | #include "ptmutex.h" |