Lines Matching refs:token
51 return this->object_->is_locked() ? this->object_->token() : NULL; in is_runnable()
59 Task_token* token = this->object_->token(); in locks() local
60 if (token != NULL) in locks()
61 tl->add(this, token); in locks()
122 return this->object_->token(); in is_runnable()
129 tl->add(this, this->object_->token()); in locks()
167 return this->object_->token(); in is_runnable()
177 Task_token* token = this->object_->token(); in locks() local
178 if (token != NULL) in locks()
179 tl->add(this, token); in locks()
214 return this->object_->token(); in is_runnable()
229 Task_token* token = this->object_->token(); in locks() local
230 if (token != NULL) in locks()
231 tl->add(this, token); in locks()