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

  /external/grpc-grpc/test/cpp/qps/
worker.cc 38 static bool got_sigint = false; variable
40 static void sigint_handler(int x) { got_sigint = true; }
50 while (!got_sigint && !worker.Done()) {
  /external/grpc-grpc/test/core/bad_ssl/
server_common.cc 31 static int got_sigint = 0; variable
33 static void sigint_handler(int x) { got_sigint = 1; }
70 if (got_sigint && !shutdown_started) {
  /external/grpc-grpc/test/cpp/interop/
reconnect_interop_server.cc 60 static bool got_sigint = false; variable
173 while (!got_sigint) {
179 static void sigint_handler(int x) { got_sigint = true; }
  /external/grpc-grpc/test/core/fling/
server.cc 60 static int got_sigint = 0; variable
233 if (got_sigint && !shutdown_started) {
  /external/grpc-grpc/test/core/memory_usage/
server.cc 48 static int got_sigint = 0; variable
223 if (got_sigint && !shutdown_started) {
  /external/webrtc/third_party/gtest-parallel/
gtest-parallel 59 def got_sigint(self):
402 sys.exit(-signal.SIGINT if sigint_handler.got_sigint() else exit_code)
  /external/e2fsprogs/misc/
e2image.c 553 static char got_sigint; variable
557 got_sigint = 1;
619 if (got_sigint) {
644 got_sigint = 0;
    [all...]

Completed in 633 milliseconds