Changeset 34256 in vbox for trunk/src/VBox/Runtime/r3/os2
- Timestamp:
- Nov 22, 2010 3:55:00 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/os2/thread-os2.cpp
r33393 r34256 95 95 96 96 97 void rtThreadNativeDestroy(PRTTHREADINT pThread) 98 { 99 if (pThread == *g_ppCurThread) 100 *g_ppCurThread = NULL; 101 } 102 103 97 104 /** 98 105 * Wrapper which unpacks the params and calls thread function.
Note:
See TracChangeset
for help on using the changeset viewer.