Home
last modified time | relevance | path

Searched defs:thread_island (Results 1 – 2 of 2) sorted by relevance

/dports/science/pagmo2/pagmo2-2.18.0/src/islands/
H A Dthread_island.cpp62 thread_island::thread_island() : thread_island(true) {} in thread_island() function in pagmo::thread_island
64 thread_island::thread_island(bool use_pool) : m_use_pool(use_pool) {} in thread_island() function in pagmo::thread_island
/dports/science/pagmo2/pagmo2-2.18.0/include/pagmo/islands/
H A Dthread_island.hpp42 class PAGMO_DLL_PUBLIC thread_island class