AlterOffice
AlterOffice 3.4 SDK C/C++ API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
doublecheckedlocking.h
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 
3 
4 #ifndef INCLUDED_OSL_DOUBLECHECKEDLOCKING_H
5 #define INCLUDED_OSL_DOUBLECHECKEDLOCKING_H
6 
7 #if defined __cplusplus
8 extern "C" {
9 #endif /* __cplusplus */
10 
53 #define OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER() /* empty */
54 
55 #if defined __cplusplus
56 }
57 #endif /* __cplusplus */
58 
59 #endif /* INCLUDED_OSL_DOUBLECHECKEDLOCKING_H */
60 
61 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */