Lines Matching refs:tl
57 Read_relocs::locks(Task_locker* tl) in locks() argument
61 tl->add(this, token); in locks()
127 Gc_process_relocs::locks(Task_locker* tl) in locks() argument
129 tl->add(this, this->object_->token()); in locks()
130 tl->add(this, this->next_blocker_); in locks()
175 Scan_relocs::locks(Task_locker* tl) in locks() argument
179 tl->add(this, token); in locks()
180 tl->add(this, this->next_blocker_); in locks()
224 Relocate_task::locks(Task_locker* tl) in locks() argument
227 tl->add(this, this->input_sections_blocker_); in locks()
228 tl->add(this, this->final_blocker_); in locks()
231 tl->add(this, token); in locks()