ed 69fe417f6e Make various fixes to <stdatomic.h>.
- According to the standard, memory_order is a type. Use a typedef.

- atomic_*_fence() and atomic_flag_*() are described by the standard as
  functions. Use inline functions to implement them.

- Only expose the atomic_*_explicit() functions in kernel space. We
  should not use the short-hand functions, as they will always use
  memory_order_seq_cst.
2013-06-30 08:54:41 +00:00
..
2013-06-29 23:39:38 +00:00
2013-06-08 13:30:13 +00:00
2013-06-30 06:05:32 +00:00
2013-06-29 05:05:57 +00:00
2013-05-12 16:43:26 +00:00
2013-06-01 12:21:59 +00:00
2013-04-17 11:45:15 +00:00
2013-06-30 08:54:41 +00:00
MFC
2013-02-21 21:59:35 +00:00
2013-05-31 00:43:41 +00:00
2013-06-18 06:55:58 +00:00
MFC
2013-03-13 01:05:42 +00:00