Changeset 48042 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Aug 24, 2013 12:04:57 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c
r47537 r48042 1194 1194 char szMsg[512]; 1195 1195 1196 if (!RTThreadPreemptIsEnabled(NIL_RTTHREAD)) /** @todo this will change when preemption hooks are implemented. */ 1196 /* cmn_err() acquires adaptive mutexes. Not preemption safe, see @bugref{6657}. */ 1197 if (!RTThreadPreemptIsEnabled(NIL_RTTHREAD)) 1197 1198 return 0; 1198 1199
Note:
See TracChangeset
for help on using the changeset viewer.