KiCad PCB EDA Suite
|
#include <bs_thread_pool.hpp>
Go to the source code of this file.
Macros | |
#define | INCLUDE_THREAD_POOL_H_ |
Typedefs | |
using | thread_pool = BS::thread_pool |
Functions | |
thread_pool & | GetKiCadThreadPool () |
Get a reference to the current thread pool. More... | |
#define INCLUDE_THREAD_POOL_H_ |
Definition at line 26 of file thread_pool.h.
using thread_pool = BS::thread_pool |
Definition at line 30 of file thread_pool.h.
thread_pool & GetKiCadThreadPool | ( | ) |
Get a reference to the current thread pool.
N.B., you cannot copy the thread pool so if you accidentally write thread_pool tp = GetKiCadThreadPool(), you will break your compilation
Definition at line 32 of file thread_pool.cpp.
References tp.
Referenced by CN_CONNECTIVITY_ALGO::Build(), CONNECTION_GRAPH::buildConnectionGraph(), BOARD::CacheTriangulation(), CONNECTIVITY_DATA::ComputeLocalRatsnest(), KIGFX::OPENGL_GAL::DrawGlyphs(), ZONE_FILLER::Fill(), FOOTPRINT_LIST_IMPL::loadFootprints(), FOOTPRINT_LIST_IMPL::loadLibs(), CONNECTION_GRAPH::resolveAllDrivers(), DRC_CACHE_GENERATOR::Run(), DRC_TEST_PROVIDER_CONNECTION_WIDTH::Run(), DRC_TEST_PROVIDER_DISALLOW::Run(), DRC_TEST_PROVIDER_SLIVER_CHECKER::Run(), DRC_TEST_PROVIDER_ZONE_CONNECTIONS::Run(), CN_CONNECTIVITY_ALGO::searchConnections(), CONNECTION_GRAPH::updateItemConnectivity(), and CONNECTIVITY_DATA::updateRatsnest().