Changeset 6f3e3a2c7600e5a21f73d8f1f0744a6d17607de9
- Timestamp:
- 06/09/08 17:44:53
(3 months ago)
- Author:
- Rémi Denis-Courmont <rdenis@simphalempin.com>
- git-committer:
- Rémi Denis-Courmont <rdenis@simphalempin.com> 1220715893 +0300
- git-parent:
[05757cdc208d9fda0f20848553110978c91e6e47]
- git-author:
- Rémi Denis-Courmont <rdenis@simphalempin.com> 1220715869 +0300
- Message:
thread is ignored on Windows :(
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r218bc1f |
r6f3e3a2 |
|
| 374 | 374 | { |
|---|
| 375 | 375 | #ifndef NDEBUG |
|---|
| 376 | | # if defined (__linux__) || defined (WIN32) |
|---|
| | 376 | # if defined (__linux__) |
|---|
| 377 | 377 | /* We assume that proper use of msleep() will not use a constant period... |
|---|
| 378 | 378 | * Media synchronization is likely to use mwait() with at least slight |
|---|