Changeset 1535 for trunk/src/win32k/include/yield.h
- Timestamp:
- Nov 1, 1999, 12:57:09 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/include/yield.h
r847 r1535 1 /* $Id: yield.h,v 1.1 1999-09-06 02:20:00 bird Exp $ 1 /* $Id: yield.h,v 1.2 1999-10-31 23:57:05 bird Exp $ 2 * 2 3 * Yield - conversion may take some time. So it is necessary to 3 4 * check it's time to yield the processor to other processes. … … 13 14 #endif 14 15 15 void Yield(void); 16 17 #ifdef RING0 18 BOOL Yield(void); 19 #else 20 #define Yield() FALSE 21 #endif 22 16 23 17 24 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.