diff options
Diffstat (limited to 'base/worker_pool.cc')
-rw-r--r-- | base/worker_pool.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/worker_pool.cc b/base/worker_pool.cc index b2c8c2b..ae513e1 100644 --- a/base/worker_pool.cc +++ b/base/worker_pool.cc @@ -53,6 +53,7 @@ void* PThreadCallback(void* param) { bool WorkerPool::PostTask(const tracked_objects::Location& from_here, Task* task, bool task_is_slow) { task->SetBirthPlace(from_here); + pthread_t thread; pthread_attr_t attr; |