Commit 6f3e3a2c authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

__thread is ignored on Windows :(

parent 05757cdc
...@@ -373,7 +373,7 @@ void mwait( mtime_t date ) ...@@ -373,7 +373,7 @@ void mwait( mtime_t date )
void msleep( mtime_t delay ) void msleep( mtime_t delay )
{ {
#ifndef NDEBUG #ifndef NDEBUG
# if defined (__linux__) || defined (WIN32) # if defined (__linux__)
/* We assume that proper use of msleep() will not use a constant period... /* We assume that proper use of msleep() will not use a constant period...
* Media synchronization is likely to use mwait() with at least slight * Media synchronization is likely to use mwait() with at least slight
* sleep length variation at microsecond precision. Network protocols * sleep length variation at microsecond precision. Network protocols
......
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