Changeset 36265 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Mar 11, 2011 3:38:04 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r36262 r36265 279 279 { "RTThreadSleep", (void *)RTThreadSleep }, 280 280 { "RTThreadYield", (void *)RTThreadYield }, 281 #if 0 /* Thread APIs, Part 2. */282 281 { "RTThreadSelf", (void *)RTThreadSelf }, 283 282 { "RTThreadCreate", (void *)RTThreadCreate }, … … 292 291 { "RTThreadUserWait", (void *)RTThreadUserWait }, 293 292 { "RTThreadUserWaitNoResume", (void *)RTThreadUserWaitNoResume }, 294 #else295 /**296 * @todo: remove me, once above code enabled.297 * We need RTThreadCreate/RTThreadWait in the PCI driver.298 */299 { "RTThreadCreate", (void *)RTThreadCreate },300 { "RTThreadWait", (void *)RTThreadWait },301 #endif302 293 { "RTThreadPreemptIsEnabled", (void *)RTThreadPreemptIsEnabled }, 303 294 { "RTThreadPreemptIsPending", (void *)RTThreadPreemptIsPending },
Note:
See TracChangeset
for help on using the changeset viewer.