Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenconcurrencysal.h
Go to the documentation of this file.
00001 /* 00002 * concurrencysal.h 00003 * 00004 * Standard Annotation Language (SAL) definitions for synchronisation 00005 * 00006 * This file is part of the ReactOS PSDK package. 00007 * 00008 * Contributors: 00009 * Timo Kreuzer (timo.kreuzer@reactos.org) 00010 * 00011 * THIS SOFTWARE IS NOT COPYRIGHTED 00012 * 00013 * This source code is offered for use in the public domain. You may 00014 * use, modify or distribute it freely. 00015 * 00016 * This code is distributed in the hope that it will be useful but 00017 * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY 00018 * DISCLAIMED. This includes but is not limited to warranties of 00019 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00020 * 00021 */ 00022 00023 00024 00025 #define _Requires_lock_held_(lock) 00026 #define _Requires_lock_not_held_(lock) 00027 #define _Acquires_lock_(lock) 00028 #define _Acquires_shared_lock_(lock) 00029 #define _Acquires_exclusive_lock_(lock) 00030 #define _Releases_lock_(lock) 00031 #define _Post_same_lock_(lock1,lock2) 00032 Generated on Sat May 26 2012 04:29:53 for ReactOS by
1.7.6.1
|