Changeset 2085 for Whitix/branches/netchannel/include/wait.h
- Timestamp:
- 05/20/10 16:05:25 (2 years ago)
- Files:
-
- 1 modified
-
Whitix/branches/netchannel/include/wait.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/netchannel/include/wait.h
r2084 r2085 77 77 }while(0) 78 78 79 #define WAIT_ON_INTERRUPTIBLE(waitQueue, condition) \ 80 do { \ 81 } while(0) 82 79 83 #define SLEEP_ON(waitQueue) \ 80 84 do { \
