LASP 1.0
Library for Acoustic Signal Processing
|
Go to the source code of this file.
Typedefs | |
using | Lck = std::scoped_lock< std::mutex > |
using | rte = std::runtime_error |
Variables | |
std::weak_ptr< BS::thread_pool > | _global_weak_pool |
Store a global weak_ptr, that is used to create new shared pointers if any other shared pointers are still alive. If not, we create a new instance. | |
std::mutex | _mtx |
Global mutex, used to restrict the pool creation to a single thread at once. | |
using Lck = std::scoped_lock<std::mutex> |
Definition at line 20 of file lasp_thread.cpp.
using rte = std::runtime_error |
Definition at line 21 of file lasp_thread.cpp.
std::weak_ptr<BS::thread_pool> _global_weak_pool |
Store a global weak_ptr, that is used to create new shared pointers if any other shared pointers are still alive. If not, we create a new instance.
Definition at line 12 of file lasp_thread.cpp.
std::mutex _mtx |
Global mutex, used to restrict the pool creation to a single thread at once.
Definition at line 18 of file lasp_thread.cpp.