Searched refs:task_ (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dtoken.h219 : token_(token), task_(task)
220 { this->token_->add_writer(this->task_); }
223 { this->token_->remove_writer(this->task_); }
230 const Task* task_; member in class:gold::Task_write_token
263 : task_(task), obj_(obj)
267 { this->obj_->unlock(this->task_); }
273 const Task* task_; member in class:gold::Task_lock_obj
H A Darchive.cc274 p->second->unlock(this->task_);
634 if (!(*input_file)->open(*this->dirpath_, this->task_, &dummy))
637 this->task_);
655 if (!(*input_file)->open(*this->dirpath_, this->task_, &dummy))
966 : task_(task), obj_(obj)
972 this->obj_->unlock(this->task_);
979 const Task* task_; member in class:gold::Thin_archive_object_unlocker
1033 Thin_archive_object_unlocker unlocker(this->task_, obj);
1251 obj->lock(this->task_);
1253 obj->unlock(this->task_);
[all...]
H A Darchive.h70 : task_(task), incremental_info_(NULL)
140 Task *task_; member in class:gold::Library_base
H A Dplugin.h151 options_(options), workqueue_(NULL), task_(NULL), input_objects_(NULL),
409 Task* task_; member in class:gold::Plugin_manager
H A Dplugin.cc841 this->task_ = task;
1081 obj->lock(this->task_);
1103 obj->unlock(this->task_);
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dtoken.h219 : token_(token), task_(task)
220 { this->token_->add_writer(this->task_); }
223 { this->token_->remove_writer(this->task_); }
230 const Task* task_; member in class:gold::Task_write_token
263 : task_(task), obj_(obj)
267 { this->obj_->unlock(this->task_); }
273 const Task* task_; member in class:gold::Task_lock_obj
H A Darchive.cc281 p->second->unlock(this->task_);
641 if (!(*input_file)->open(*this->dirpath_, this->task_, &dummy))
644 this->task_);
662 if (!(*input_file)->open(*this->dirpath_, this->task_, &dummy))
973 : task_(task), obj_(obj)
979 this->obj_->unlock(this->task_);
986 const Task* task_; member in class:gold::Thin_archive_object_unlocker
1040 Thin_archive_object_unlocker unlocker(this->task_, obj);
1258 obj->lock(this->task_);
1260 obj->unlock(this->task_);
[all...]
H A Darchive.h70 : task_(task), incremental_info_(NULL)
140 Task *task_; member in class:gold::Library_base
H A Dplugin.h151 options_(options), workqueue_(NULL), task_(NULL), input_objects_(NULL),
409 Task* task_; member in class:gold::Plugin_manager
H A Dplugin.cc841 this->task_ = task;
1081 obj->lock(this->task_);
1103 obj->unlock(this->task_);
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dtoken.h219 : token_(token), task_(task)
220 { this->token_->add_writer(this->task_); }
223 { this->token_->remove_writer(this->task_); }
230 const Task* task_; member in class:gold::Task_write_token
263 : task_(task), obj_(obj)
267 { this->obj_->unlock(this->task_); }
273 const Task* task_; member in class:gold::Task_lock_obj
H A Darchive.cc274 p->second->unlock(this->task_);
634 if (!(*input_file)->open(*this->dirpath_, this->task_, &dummy))
637 this->task_);
655 if (!(*input_file)->open(*this->dirpath_, this->task_, &dummy))
966 : task_(task), obj_(obj)
972 this->obj_->unlock(this->task_);
979 const Task* task_; member in class:gold::Thin_archive_object_unlocker
1033 Thin_archive_object_unlocker unlocker(this->task_, obj);
1251 obj->lock(this->task_);
1253 obj->unlock(this->task_);
[all...]
H A Darchive.h70 : task_(task), incremental_info_(NULL)
140 Task *task_; member in class:gold::Library_base
H A Dplugin.h151 options_(options), workqueue_(NULL), task_(NULL), input_objects_(NULL),
409 Task* task_; member in class:gold::Plugin_manager
H A Dplugin.cc841 this->task_ = task;
1081 obj->lock(this->task_);
1103 obj->unlock(this->task_);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dbreakpoint.c8417 int thread_, int task_, int ignore_count_,
8442 task = task_;
8401 code_breakpoint(struct gdbarch *gdbarch_, enum bptype type_, gdb::array_view<const symtab_and_line> sals, location_spec_up &&locspec_, gdb::unique_xmalloc_ptr<char> filter_, gdb::unique_xmalloc_ptr<char> cond_string_, gdb::unique_xmalloc_ptr<char> extra_string_, enum bpdisp disposition_, int thread_, int task_, int ignore_count_, int from_tty, int enabled_, unsigned flags, int display_canonical_) argument

Completed in 374 milliseconds