- Timestamp:
- Nov 23, 2010 4:02:53 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68043
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/thread-posix.cpp
r34256 r34289 250 250 rc = rtThreadMain(pThread, (uintptr_t)Self, &pThread->szName[0]); 251 251 252 pthread_setspecific(g_SelfKey, NULL); 252 253 pthread_exit((void *)rc); 253 254 return (void *)rc;
Note:
See TracChangeset
for help on using the changeset viewer.