Home
last modified time | relevance | path

Searched refs:shutting_down (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/coregrind/
Dvgdb.c77 Bool shutting_down = False; variable
226 while (!shutting_down) { in invoke_gdbserver_in_valgrind()
442 shutting_down = True; in read_from_gdb_write_to_pid()
466 shutting_down = True; in read_from_pid_write_to_gdb()
681 shutting_down = True; in received_signal()
684 shutting_down = True; in received_signal()
866 (shutting_down ? in gdb_relay()
874 shutting_down = True; in gdb_relay()
884 shutting_down = True; in gdb_relay()
888 shutting_down = True; in gdb_relay()
[all …]
Dvgdb.h74 extern Bool shutting_down;
Dvgdb-invoker-ptrace.c273 shutting_down = True; in waitstopped()
1118 shutting_down = True; in invoker_invoke_gdbserver()
/external/webrtc/webrtc/base/
Devent_tracer.cc109 bool shutting_down = shutdown_event_.Wait(kLoggingIntervalMs); in Log() local
132 if (shutting_down) in Log()
/external/libevent/
Dlistener.c97 unsigned shutting_down : 1; member
765 if (! lev_iocp->shutting_down) { in iocp_listener_destroy()
766 lev_iocp->shutting_down = 1; in iocp_listener_destroy()