Changeset 7010 for trunk/src/kernel32/wprocess.cpp
- Timestamp:
- Oct 11, 2001, 3:00:12 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/wprocess.cpp
r6831 r7010 1 /* $Id: wprocess.cpp,v 1.13 4 2001-09-26 16:02:54phaller Exp $ */1 /* $Id: wprocess.cpp,v 1.135 2001-10-11 01:00:12 phaller Exp $ */ 2 2 3 3 /* … … 429 429 } 430 430 threadListMutex.leave(); 431 431 432 433 #ifdef PROFILE 434 // Note: after this point we do not expect any more Win32-API calls, 435 // so this is probably the best time to dump the gathered profiling 436 // information 437 PerfView_Write(); 438 #endif /* PROFILE */ 439 440 441 432 442 //Restore original OS/2 TIB selector 433 443 DestroyTIB();
Note:
See TracChangeset
for help on using the changeset viewer.