Changeset 36555 in vbox for trunk/src/VBox/Runtime/include/internal/sched.h
- Timestamp:
- Apr 5, 2011 12:34:09 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/sched.h
r28800 r36555 41 41 * @param enmType The thread type to be assumed for the current thread. 42 42 */ 43 intrtSchedNativeCalcDefaultPriority(RTTHREADTYPE enmType);43 DECLHIDDEN(int) rtSchedNativeCalcDefaultPriority(RTTHREADTYPE enmType); 44 44 45 45 RT_C_DECLS_END
Note:
See TracChangeset
for help on using the changeset viewer.