Home
last modified time | relevance | path

Searched refs:DebuggerOnPostTask (Results 1 – 6 of 6) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/taskpool/
Dworker.h71 void DebuggerOnPostTask(std::function<void()>&& task);
Dworker.cpp109 void Worker::DebuggerOnPostTask(std::function<void()>&& task) in DebuggerOnPostTask() function in Commonlibrary::Concurrent::TaskPoolModule::Worker
176 std::bind(&Worker::DebuggerOnPostTask, this, std::placeholders::_1)); in PrepareForWorkerInstance()
/commonlibrary/ets_utils/js_concurrent_module/worker/
Dworker.h420 void DebuggerOnPostTask(std::function<void()>&& task);
Dworker_new.h420 void DebuggerOnPostTask(std::function<void()>&& task);
Dworker_new.cpp857 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
Dworker.cpp117 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