Changeset 52457 in vbox for trunk/src/VBox/Runtime/include/internal
- Timestamp:
- Aug 22, 2014 9:05:42 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95670
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/thread.h
r46593 r52457 199 199 */ 200 200 DECLHIDDEN(void) rtThreadNativeDetach(void); 201 202 /** 203 * Internal function for informing the debugger about a thread. 204 * @param pThread The thread. May differ from the calling thread. 205 */ 206 DECLHIDDEN(void) rtThreadNativeInformDebugger(PRTTHREADINT pThread); 201 207 # endif 202 #endif /* !IN_RING0*/208 #endif /* IN_RING3 */ 203 209 204 210
Note:
See TracChangeset
for help on using the changeset viewer.