ae2f_docs
Main Page
Namespaces
Classes
Files
File List
File Members
submod
ae2f
c89atomic
c89atomic.c
1
/*
2
This file is only needed for the global lock, which is only needed for architectures that
3
don't natively support a particular atomic operation. Most applications will not need this,
4
but if you get errors about c89atomic_global_lock not being defined, you need to include
5
this file in your project.
6
*/
7
#
ifndef
c89atomic_c
8
#
define
c89atomic_c
9
10
#
include
"c89atomic.h"
11
12
/* BEG c89atomic_global_lock.c */
13
c89atomic_spinlock c89atomic_global_lock = 0;
14
/* END c89atomic_global_lock.c */
15
16
#
endif
/* c89atomic_h*/
Generated by
1.14.0