Changeset 72721 in vbox for trunk/src/libs/xpcom18a4/nsprpub/pr
- Timestamp:
- Jun 28, 2018 1:44:23 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123255
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptthread.c
r72602 r72721 521 521 rv = RTThreadCreateF(&hThread, _pt_iprt_root, thred, stackSize, enmType, fFlags, "nspr-%u", ASMAtomicIncU32(&s_iThread)); 522 522 if (RT_SUCCESS(rv)) { 523 #ifdef VBOX_ WITH_GCC_SANITIZER524 __lsan_ignore_object(hThread);523 #ifdef VBOX_USE_IPRT_IN_NSPR 524 RTMEM_WILL_LEAK(hThread); 525 525 #endif 526 526 id = (pthread_t)RTThreadGetNative(hThread);
Note:
See TracChangeset
for help on using the changeset viewer.