Changeset 99775 in vbox for trunk/src/VBox/Runtime/common/misc
- Timestamp:
- May 12, 2023 12:21:58 PM (22 months ago)
- svn:sync-xref-src-repo-rev:
- 157370
- Location:
- trunk/src/VBox/Runtime/common/misc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/lockvalidator.cpp
r98103 r99775 956 956 * Call after rtLockValidatorSerializeDetectionEnter. 957 957 */ 958 DECL HIDDEN(void) rtLockValidatorSerializeDetectionLeave(void)958 DECLINLINE(void) rtLockValidatorSerializeDetectionLeave(void) 959 959 { 960 960 RTSEMXROADS hXRoads = g_hLockValidatorXRoads; -
trunk/src/VBox/Runtime/common/misc/thread.cpp
r99758 r99775 1195 1195 #ifdef IN_RING3 1196 1196 1197 #if 0 /* unused */ 1197 1198 /** 1198 1199 * Recalculates scheduling attributes for the default process … … 1206 1207 * @remarks Will only work for strict builds. 1207 1208 */ 1208 int rtThreadDoCalcDefaultPriority(RTTHREADTYPE enmType)1209 static int rtThreadDoCalcDefaultPriority(RTTHREADTYPE enmType) 1209 1210 { 1210 1211 RT_THREAD_LOCK_RW(); … … 1213 1214 return rc; 1214 1215 } 1216 #endif 1215 1217 1216 1218
Note:
See TracChangeset
for help on using the changeset viewer.