Searched refs:DebuggerOnPostTask (Results 1 – 6 of 6) sorted by relevance
71 void DebuggerOnPostTask(std::function<void()>&& task);
109 void Worker::DebuggerOnPostTask(std::function<void()>&& task) in DebuggerOnPostTask() function in Commonlibrary::Concurrent::TaskPoolModule::Worker176 std::bind(&Worker::DebuggerOnPostTask, this, std::placeholders::_1)); in PrepareForWorkerInstance()
420 void DebuggerOnPostTask(std::function<void()>&& task);
857 std::bind(&NewWorker::DebuggerOnPostTask, this, std::placeholders::_1)); in PrepareForWorkerInstance()1568 void NewWorker::DebuggerOnPostTask(std::function<void()>&& task) in DebuggerOnPostTask() function in Commonlibrary::Concurrent::WorkerModule::NewWorker
117 std::bind(&Worker::DebuggerOnPostTask, this, std::placeholders::_1)); in PrepareForWorkerInstance()315 void Worker::DebuggerOnPostTask(std::function<void()>&& task) in DebuggerOnPostTask() function in Commonlibrary::Concurrent::WorkerModule::Worker