ALib C++ Library
Library Version: 2412 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
threadmap.hpp File Reference

Description:

This header file is part of module ALib Threads of the ALib C++ Library.

© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.

Definition in file threadmap.hpp.

Include dependency graph for threadmap.hpp:

Go to the source code of this file.

Namespaces

namespace  alib
 
namespace  alib::threads
 
namespace  alib::threads::detail
 Details of namespace alib::threads.
 

Functions

void threadStart (Thread *thread)
 

Variables

ALIB_API std::mutex MODULE_LOCK
 
ALIB_API HashMap< MonoAllocator, std::thread::id, Thread * > THREAD_MAP
 Directory which assigns system thread IDs to ALib Thread objects.