Documentation Project 1
ContentsIndexHome
sack::timers Namespace Functions
Functions
 
Name 
Description 
 
Get a count of how many times a critical section is locked 
 
attempts to enter the critical section, and does not block. If it enters the return is 1, else the return is 0. if not NULL, prior will be set to the current thread ID of the owning thread. 
 
clears all members of a CRITICALSECTION. Same as memset( pcs, 0, sizeof( CRITICALSECTION ) ); 
Copyright (c) 2010. All rights reserved.