- Timestamp:
- May 7, 2008 2:27:19 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/thread.cpp
r8645 r8658 525 525 { 526 526 /* 527 * Mark it dead and remove it from the tree. 528 */ 527 * Remove it from the tree and mark it as dead. 528 */ 529 rtThreadRemove(pThread); 529 530 ASMAtomicXchgU32(&pThread->u32Magic, RTTHREADINT_MAGIC_DEAD); 530 rtThreadRemove(pThread);531 531 532 532 /*
Note:
See TracChangeset
for help on using the changeset viewer.