[PSDK]
[reactos.git] / reactos / include / psdk / concurrencysal.h
1 /*
2 * concurrencysal.h
3 *
4 * Standard Annotation Language (SAL) definitions for synchronisation
5 *
6 * This file is part of the ReactOS PSDK package.
7 *
8 * Contributors:
9 * Timo Kreuzer (timo.kreuzer@reactos.org)
10 *
11 * THIS SOFTWARE IS NOT COPYRIGHTED
12 *
13 * This source code is offered for use in the public domain. You may
14 * use, modify or distribute it freely.
15 *
16 * This code is distributed in the hope that it will be useful but
17 * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
18 * DISCLAIMED. This includes but is not limited to warranties of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
20 *
21 */
22
23
24
25 #define _Requires_lock_held_(lock)
26 #define _Requires_lock_not_held_(lock)
27 #define _Acquires_lock_(lock)
28 #define _Acquires_shared_lock_(lock)
29 #define _Acquires_exclusive_lock_(lock)
30 #define _Releases_lock_(lock)
31 #define _Post_same_lock_(lock1,lock2)
32