ALib C++ Library
Library Version: 2402 R1
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 "alib/threads/thread.hpp"
#include <mutex>
#include "alib/monomem/hashmap.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
 

Functions

ALIB_API ThreadgetThread (std::thread::id c11ID)
 
void threadStart (Thread *thread)
 

Variables

ALIB_API std::mutex moduleLock
 
ALIB_API HashMap< std::thread::id, Thread * > threadMap