Changeset 62570 in vbox for trunk/src/VBox/Runtime/r3/posix/thread-posix.cpp
- Timestamp:
- Jul 26, 2016 3:45:53 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/thread-posix.cpp
r61751 r62570 118 118 static void *rtThreadNativeMain(void *pvArgs); 119 119 static void rtThreadKeyDestruct(void *pvValue); 120 #ifdef RTTHREAD_POSIX_WITH_POKE 120 121 static void rtThreadPosixPokeSignal(int iSignal); 122 #endif 121 123 122 124
Note:
See TracChangeset
for help on using the changeset viewer.