Sack Library Documentation
ContentsIndexReferenceHome
Example

For purposes of this example this is declared in global memory, known to initialize to all 0.

CRITICALSECTION cs_lock_test;
   
   

 

In some bit of code that can be executed by several threads...

{
   EnterCriticalSec( &cs_lock_test );
   // the code in here will only be run by a single thread
   LeaveCriticalSec( &cs_lock_test );
}
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.