index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
stdatomic.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Simplify the implementation of atomic_compare_exchange_strong_explicit.
tijl
2012-09-30
1
-26
/
+13
*
- Make C11 atomic macros usable in expressions:
tijl
2012-09-26
1
-25
/
+33
*
Properly enable Clang-style atomics when available.
ed
2012-08-31
1
-1
/
+1
*
Fix <stdatomic.h> after clang decided to rename all of its builtins to include
theraven
2012-05-03
1
-13
/
+16
*
Fix clang atomic to use for atomic_is_lock_free().
theraven
2012-01-17
1
-1
/
+1
*
Use the signal fence builtin in stdatomic.h when using the clang atomic
theraven
2012-01-16
1
-4
/
+1
*
Correct mistake in atomic_flag macros.
ed
2012-01-13
1
-3
/
+2
*
Remove extraneous semicolons.
ed
2012-01-02
1
-2
/
+2
*
Extend <stdatomic.h> to support GCC 4.7's __atomic.
ed
2011-12-30
1
-7
/
+41
*
Fix some bugs in <stdatomic.h>.
ed
2011-12-26
1
-9
/
+12
*
Make white space in this file a bit more consistent.
ed
2011-12-25
1
-14
/
+14
*
Fix field name.
ed
2011-12-25
1
-1
/
+1
*
Initial implementation of stdatomic.h. Works (at least in the parts that were
theraven
2011-12-24
1
-0
/
+296