thread_support¶
#include <compatibility/hpx/util/thread_specific_ptr.hpp>¶
#include <compatibility/hpx/util/set_thread_name.hpp>¶
#include <compatibility/hpx/util/atomic_count.hpp>¶
#include <compatibility/hpx/util/unlock_guard.hpp>¶
#include <compatibility/hpx/util/assert_owns_lock.hpp>¶
#include <hpx/thread_support/set_thread_name.hpp>¶
-
namespace
hpx -
namespace
util Functions
-
void
set_thread_name(char const *threadName)¶
-
void
-
namespace
#include <hpx/thread_support/atomic_count.hpp>¶
-
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