|
||||||||||||||||||||||
Detailed DescriptionCritical section protection can be used to protect regions where:
Critical section is a global object, and it prevents any threads from entering any regions that are protected by critical section once a thread is already in the section. Critial section is not recursive! Application MUST NOT call any functions that may cause current thread to block (such as allocating memory, performing I/O, locking mutex, etc.) while holding the critical section. Function Documentation
Enter critical section.
Leave critical section.
Copyright (C) 2006-2009 Teluu Inc.
| |
|||||||||||||||||||||