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 "alib/threads/thread.hpp"
#include <mutex>
#include "alib/monomem/monoallocator.hpp"
#include "alib/containers/hashtable.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. | |