thread_support¶
The contents of this module can be included with the header
hpx/modules/thread_support.hpp
. These headers may be used by user-code but are not
guaranteed stable (neither header location nor contents). You are using these at
your own risk. If you wish to use non-public functionality from a module we
strongly suggest only including the module header hpx/modules/thread_support.hpp
, not
the particular header in which the functionality you would like to use is
defined. See Public API for a list of names that are part of the public
HPX API.
-
namespace
hpx
-
namespace
util
-
class
atomic_count
¶ Public Functions
-
HPX_NON_COPYABLE
(atomic_count)¶
-
atomic_count
(long value)¶
-
atomic_count &
operator=
(long value)¶
-
long
operator++
()¶
-
long
operator--
()¶
-
atomic_count &
operator+=
(long n)¶
-
atomic_count &
operator-=
(long n)¶
-
operator long
() const¶
-
-
class
-
namespace
-
namespace
hpx
-
namespace
util
Functions
-
void
set_thread_name
(char const*)¶
-
void
-
namespace
Defines
-
HPX_EXPORT_THREAD_SPECIFIC_PTR
¶
-
namespace
hpx