HomeSort by: relevance | last modified time | path
    Searched defs:quit_flag (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
extension.c 657 This lock is held for accesses to quit_flag, active_ext_lang, and
666 static bool quit_flag;
724 to the quit_flag global, as well as ensures that future SIGINTs
795 /* Ensure set_quit_flag saves SIGINT in the quit_flag
880 quit_flag = true;
885 main code could be woken up and find quit_flag still
911 if (quit_flag)
917 quit_flag = false;
659 static bool quit_flag; variable
  /src/external/gpl3/gdb.old/dist/gdb/
extension.c 664 This lock is held for accesses to quit_flag, active_ext_lang, and
673 static bool quit_flag;
731 to the quit_flag global, as well as ensures that future SIGINTs
802 /* Ensure set_quit_flag saves SIGINT in the quit_flag
887 quit_flag = true;
892 main code could be woken up and find quit_flag still
918 if (quit_flag)
924 quit_flag = false;
666 static bool quit_flag; variable

Completed in 79 milliseconds