HomeSort by relevance Sort by last modified time
    Searched refs:taskState (Results 1 - 3 of 3) sorted by null

  /external/jmdns/src/javax/jmdns/impl/tasks/state/
DNSStateTask.java 139 // If we have nothing to send, another timer taskState ahead of us has done the job for us. We can cancel.
174 * @return the taskState
181 * @param taskState
182 * the taskState to set
184 protected void setTaskState(DNSState taskState) {
185 this._taskState = taskState;
  /external/linux-tools-perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
Core.py 94 def taskState(state):
  /external/linux-tools-perf/scripts/python/
sched-migration.py 105 if taskState(prev_state) == "R" and next in self.tasks \
109 if taskState(prev_state) != "R":
114 if taskState(prev_state) != "R":
116 elif taskState(prev_state) == "R":

Completed in 62 milliseconds