Home | History | Annotate | Download | only in impl

Lines Matching defs:_task

111         protected volatile DNSTask               _task;
122 _task = null;
145 if (this._task == null && this._state == state) {
148 if (this._task == null && this._state == state) {
162 if (this._task == task) {
165 if (this._task == task) {
181 return this._task == task && this._state == state;
188 this._task = task;
218 if (this._task == task) {
221 if (this._task == task) {
224 logger.warning("Trying to advance state whhen not the owner. owner: " + this._task + " perpetrator: " + task);
412 return (_dns != null ? "DNS: " + _dns.getName() : "NO DNS") + " state: " + _state + " task: " + _task;