LibreOffice Module comphelper (master) 1
|
#include <comphelper/threadpool.hxx>
#include <com/sun/star/uno/Exception.hpp>
#include <config_options.h>
#include <o3tl/safeint.hxx>
#include <sal/config.h>
#include <sal/log.hxx>
#include <salhelper/thread.hxx>
#include <algorithm>
#include <memory>
#include <thread>
#include <chrono>
#include <cstddef>
#include <comphelper/debuggerinfo.hxx>
#include <utility>
Go to the source code of this file.
Classes | |
class | comphelper::ThreadTaskTag |
class | comphelper::ThreadPool::ThreadWorker |
Namespaces | |
namespace | comphelper |
Variables | |
static thread_local bool | comphelper::gbIsWorkerThread |
prevent waiting for a task from inside a task More... | |