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

  /external/tensorflow/tensorflow/python/keras/_impl/keras/utils/
data_utils.py 521 self.stop_signal = None
524 return self.stop_signal is not None and not self.stop_signal.is_set()
540 self.stop_signal = threading.Event()
549 if self.queue.unfinished_tasks == 0 or self.stop_signal.is_set():
562 if self.stop_signal.is_set():
570 if self.stop_signal.is_set():
611 self.stop_signal.set()
  /external/devlib/devlib/utils/
rendering.py 30 self.stop_signal = threading.Event()
44 self.stop_signal.clear()
49 while not self.stop_signal.is_set():
62 self.stop_signal.set()
  /tools/test/connectivity/acts/framework/acts/controllers/
packet_sender.py 97 stop_signal: signal to stop the thread execution
106 self.stop_signal = signal
115 if self.stop_signal.is_set():
141 stop_signal: event to stop the thread
155 self.stop_signal = multiprocessing.Event()
219 self.thread_send = ThreadSendPacket(self.stop_signal, packet, interval,
236 self.stop_signal.set()
244 self.stop_signal.clear()
  /system/core/debuggerd/
crash_dump.cpp 298 int stop_signal; local
299 if (!wait_for_stop(child, &stop_signal)) {
303 CHECK_EQ(0, stop_signal);

Completed in 268 milliseconds