roo_threads
API Documentation for roo_threads
Loading...
Searching...
No Matches
atomic.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
roo_threads/impl/resolve.h
"
4
5
#ifdef ROO_THREADS_ATOMIC_USE_CPPSTD
6
7
#include <atomic>
8
9
namespace
roo_threads
{
10
namespace
cppstd {
11
12
using
memory_order = std::memory_order;
13
14
template
<
typename
T>
15
using
atomic = std::atomic<T>;
16
17
}
// namespace cppstd
18
}
// namespace roo_threads
19
20
#endif
// ROO_THREADS_ATOMIC_USE_CPPSTD
roo_threads
Definition
condition_variable_api.h:6
resolve.h
temp_repos
roo_threads
src
roo_threads
impl
cppstd
atomic.h
Generated by
1.9.8