FastUIDraw
|
file reference_count_atomic.hpp More...
#include <fastuidraw/util/util.hpp>
Go to the source code of this file.
Classes | |
class | fastuidraw::reference_count_atomic |
Reference counter that is thread safe by having increment and decrement operations by atomic operations, this is usually faster (and much faster) than reference_count_mutex. More... | |
Namespaces | |
fastuidraw | |
all classes and functions of FastUIDraw are in the namespace fastuidraw. | |
file reference_count_atomic.hpp
Copyright 2016 by Intel.
Contact: kevin .rog ovin@ gmai l.com
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Definition in file reference_count_atomic.hpp.