Changeset 88189 in vbox for trunk/src/VBox/Runtime/r3/posix
- Timestamp:
- Mar 18, 2021 11:07:36 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143345
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/thread-posix.cpp
r86727 r88189 351 351 PRTTHREADINT pThread = (PRTTHREADINT)pvArgs; 352 352 pthread_t Self = pthread_self(); 353 #if !defined(RT_OS_SOLARIS) /* On Solaris sizeof(pthread_t) = 4 and sizeof(NIL_RTNATIVETHREAD) = 8 */ 353 354 Assert((uintptr_t)Self != NIL_RTNATIVETHREAD); 355 #endif 354 356 Assert(Self == (pthread_t)(RTNATIVETHREAD)Self); 355 357
Note:
See TracChangeset
for help on using the changeset viewer.