Home
last modified time | relevance | path

Searched refs:stopped (Results 1 – 25 of 210) sorted by relevance

123456789

/external/u-boot/cmd/
Dbedbug.c205 bug_ctx.stopped = 1; in bedbug_main_loop()
211 while (bug_ctx.stopped) { in bedbug_main_loop()
249 if (!bug_ctx.stopped) { in do_bedbug_continue()
254 bug_ctx.stopped = 0; in do_bedbug_continue()
274 if (!bug_ctx.stopped) { in do_bedbug_step()
285 bug_ctx.stopped = 0; in do_bedbug_step()
305 if (!bug_ctx.stopped) { in do_bedbug_next()
316 bug_ctx.stopped = 0; in do_bedbug_next()
338 if (!bug_ctx.stopped) { in do_bedbug_stack()
377 if (!bug_ctx.stopped) { in do_bedbug_rdump()
/external/autotest/server/cros/res_resource_monitor/
Dtop_test_data.txt2 Tasks: 368 total, 1 running, 367 sleeping, 0 stopped, 0 zombie
19 Tasks: 369 total, 1 running, 368 sleeping, 0 stopped, 0 zombie
32 Tasks: 369 total, 1 running, 368 sleeping, 0 stopped, 0 zombie
38 Tasks: 363 total, 1 running, 362 sleeping, 0 stopped, 0 zombie
44 Tasks: 363 total, 1 running, 362 sleeping, 0 stopped, 0 zombie
Dtop_field_order_changed.txt2 Tasks: 368 total, 1 running, 367 sleeping, 0 stopped, 0 zombie
12 Tasks: 369 total, 1 running, 368 sleeping, 0 stopped, 0 zombie
23 Tasks: 369 total, 1 running, 368 sleeping, 0 stopped, 0 zombie
Dtop_whitespace_ridden.txt2 Tasks: 368 total, 1 running, 367 sleeping, 0 stopped, 0 zombie
19 Tasks: 369 total, 1 running, 368 sleeping, 0 stopped, 0 zombie
65 Tasks: 369 total, 1 running, 368 sleeping, 0 stopped, 0 zombie
/external/autotest/client/profilers/cros_perf/
Dcros_perf.py68 self.stopped = threading.Event()
92 while not self.stopped.wait(sleep_time):
101 self.stopped.wait(self.duration)
125 self.stopped.set()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTextToSpeech.java30 private boolean stopped = true; field in ShadowTextToSpeech
58 stopped = false; in speak()
98 stopped = true; in stop()
128 return stopped; in isStopped()
/external/u-boot/drivers/usb/gadget/
Ddwc2_udc_otg.c197 ep->stopped = 0; in udc_reinit()
307 unsigned int stopped = ep->stopped; in done() local
310 __func__, ep->ep.name, ep, &req->req, stopped); in done()
326 ep->stopped = 1; in done()
350 ep->stopped = stopped; in done()
382 ep->stopped = 1; in stop_activity()
586 ep->stopped = 0; in dwc2_ep_enable()
600 __func__, _ep->name, ep->stopped, ep->ep.maxpacket); in dwc2_ep_enable()
627 ep->stopped = 1; in dwc2_ep_disable()
Dat91_udc.c73 unsigned stopped = ep->stopped; in done() local
84 ep->stopped = 1; in done()
88 ep->stopped = stopped; in done()
270 ep->stopped = 1; in nuke()
341 ep->stopped = 0; in at91_ep_enable()
452 if (list_empty(&ep->queue) && !ep->stopped) { in at91_ep_queue()
647 ep->stopped = 0; in udc_reinit()
669 ep->stopped = 1; in reset_gadget()
693 ep->stopped = 1; in stop_activity()
880 ep->stopped = 0; in handle_setup()
Dfotg210.c35 uint stopped; member
473 if (ep->stopped || (ep->desc->bEndpointAddress & USB_DIR_IN)) { in fotg210_recv()
517 ep->stopped = 0; in fotg210_ep_enable()
553 ep->stopped = 1; in fotg210_ep_disable()
929 ep->stopped = 0; in usb_gadget_register_driver()
931 ep->stopped = 1; in usb_gadget_register_driver()
/external/autotest/client/profilers/screenshot/
Dscreenshot.py41 self.stopped = threading.Event()
50 while not self.stopped.wait(sleep_time):
82 self.stopped.set()
/external/syzkaller/syz-ci/
Dmanagercmd.go62 stopped = make(chan error, 1)
93 stopped <- cmd.Wait()
115 case err := <-stopped:
/external/testng/src/main/java/org/testng/internal/
DDefaultMethodSelectorContext.java29 public void setStopped(boolean stopped) { in setStopped() argument
30 m_isStopped = stopped; in setStopped()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
D2-5.c72 int stopped; /* # of threads which are terminated */ member
142 data.stopped++; in threaded()
296 data.stopped = 0; in main()
332 loc_stopped = data.stopped; in main()
/external/chromium-trace/catapult/systrace/profile_chrome/
Dfake_agent_2.py15 self.stopped = False
26 self.stopped = True
Dfake_agent_1.py15 self.stopped = False
27 self.stopped = True
/external/libxcam/xcore/
Dxcam_thread.cpp70 thread->stopped (); in thread_func()
87 Thread::stopped () in stopped() function in XCam::Thread
/external/grpc-grpc-java/cronet/src/main/java/io/grpc/cronet/
DCronetClientTransport.java74 private boolean stopped; field in CronetClientTransport
243 if (goAway && !stopped && streams.size() == 0) {
244 stopped = true;
/external/strace/
DREADME-linux-ptrace21 After attachment, each tracee can be in two states: running or stopped.
23 There are many kinds of states when tracee is stopped, and in ptrace
27 In this document, any stopped state in which tracee is ready to accept
72 Tracer cannot assume that ptrace-stopped tracee exists. There are many
73 scenarios when tracee may die while stopped (such as SIGKILL).
76 exists but is not ptrace-stopped (for commands which require stopped
78 Tracer needs to keep track of stopped/running state, and interpret
99 Ptrace-stopped tracees are reported as returns with pid > 0 and
183 group-stopped process. This side effect happens before
234 effectively ignored: tracee doesn't remain stopped, it runs. If tracer
[all …]
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-take.hpp69 stopped // observable completed enumerator
121 state->mode_value = mode::stopped; in on_subscribe()
Drx-skip.hpp70 stopped // observable completed enumerator
118 state->mode_value = mode::stopped; in on_subscribe()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dsyscall_bsd.go89 stopped = 0x7F const
101 func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&mask != 0 }
105 if sig == stopped || sig == 0 {
113 func (w WaitStatus) Stopped() bool { return w&mask == stopped && syscall.Signal(w>>shift) != SIGSTO…
115 func (w WaitStatus) Continued() bool { return w&mask == stopped && syscall.Signal(w>>shift) == SIGS…
Dsyscall_solaris.go212 stopped = 0x7F const
224 func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&mask != 0 }
228 if sig == stopped || sig == 0 {
236 func (w WaitStatus) Stopped() bool { return w&mask == stopped && syscall.Signal(w>>shift) != SIGSTO…
238 func (w WaitStatus) Continued() bool { return w&mask == stopped && syscall.Signal(w>>shift) == SIGS…
/external/autotest/client/tests/signaltest/src/
Dsignaltest.c100 int stopped = 0; in signalthread() local
176 if (!stopped && tracelimit && (diff > tracelimit)) { in signalthread()
177 stopped++; in signalthread()
/external/webrtc/webrtc/base/
Dsignalthread_unittest.cc152 #define EXPECT_STATE(started, done, completed, stopped, deleted) \ argument
156 EXPECT_EQ(stopped, thread_stopped_); \
/external/parameter-framework/asio-1.10.6/include/asio/impl/
Dio_service.ipp105 bool io_service::stopped() const
107 return impl_.stopped();

123456789