Changeset 62566 in vbox for trunk/src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c
- Timestamp:
- Jul 26, 2016 3:16:41 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c
r62477 r62566 91 91 92 92 sched_setscheduler(current, iSchedClass, &Param); 93 #else 94 RT_NOREF_PV(enmType); 93 95 #endif 96 RT_NOREF_PV(pThread); 94 97 95 98 return VINF_SUCCESS; … … 99 102 DECLHIDDEN(int) rtThreadNativeAdopt(PRTTHREADINT pThread) 100 103 { 104 RT_NOREF_PV(pThread); 101 105 return VERR_NOT_IMPLEMENTED; 102 106 }
Note:
See TracChangeset
for help on using the changeset viewer.