Changeset 47352 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Jul 23, 2013 4:19:20 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r47199 r47352 369 369 { "RTThreadCtxHooksCreate", (void *)RTThreadCtxHooksCreate }, 370 370 { "RTThreadCtxHooksDeregister", (void *)RTThreadCtxHooksDeregister }, 371 { "RTThreadCtxHooksDestroy", (void *)RTThreadCtxHooksDestroy },372 371 { "RTThreadCtxHooksRegister", (void *)RTThreadCtxHooksRegister }, 372 { "RTThreadCtxHooksRelease", (void *)RTThreadCtxHooksRelease }, 373 { "RTThreadCtxHooksRetain", (void *)RTThreadCtxHooksRetain }, 373 374 { "RTThreadGetName", (void *)RTThreadGetName }, 374 375 { "RTThreadGetNative", (void *)RTThreadGetNative },
Note:
See TracChangeset
for help on using the changeset viewer.