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

  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-low.cc 265 STOPPING_THREADS,
272 static stopping_threads_kind stopping_threads = NOT_STOPPING_THREADS; variable
579 if (stopping_threads == STOPPING_AND_SUSPENDING_THREADS
2434 else if (stopping_threads != NOT_STOPPING_THREADS)
2537 if (stopping_threads == NOT_STOPPING_THREADS
2629 if (stopping_threads == NOT_STOPPING_THREADS)
3912 gdb_assert (stopping_threads == NOT_STOPPING_THREADS);
3922 stopping_threads = (suspend
3924 : STOPPING_THREADS);
3938 stopping_threads = NOT_STOPPING_THREADS
    [all...]
linux-low.cc 265 STOPPING_THREADS,
272 static stopping_threads_kind stopping_threads = NOT_STOPPING_THREADS; variable
579 if (stopping_threads == STOPPING_AND_SUSPENDING_THREADS
2434 else if (stopping_threads != NOT_STOPPING_THREADS)
2537 if (stopping_threads == NOT_STOPPING_THREADS
2629 if (stopping_threads == NOT_STOPPING_THREADS)
3912 gdb_assert (stopping_threads == NOT_STOPPING_THREADS);
3922 stopping_threads = (suspend
3924 : STOPPING_THREADS);
3938 stopping_threads = NOT_STOPPING_THREADS
    [all...]
  /src/external/gpl3/gdb/dist/gdbserver/
linux-low.cc 265 STOPPING_THREADS,
272 static stopping_threads_kind stopping_threads = NOT_STOPPING_THREADS; variable
579 if (stopping_threads == STOPPING_AND_SUSPENDING_THREADS
2433 else if (stopping_threads != NOT_STOPPING_THREADS)
2536 if (stopping_threads == NOT_STOPPING_THREADS
2628 if (stopping_threads == NOT_STOPPING_THREADS)
3911 gdb_assert (stopping_threads == NOT_STOPPING_THREADS);
3921 stopping_threads = (suspend
3923 : STOPPING_THREADS);
3937 stopping_threads = NOT_STOPPING_THREADS
    [all...]
linux-low.cc 265 STOPPING_THREADS,
272 static stopping_threads_kind stopping_threads = NOT_STOPPING_THREADS; variable
579 if (stopping_threads == STOPPING_AND_SUSPENDING_THREADS
2433 else if (stopping_threads != NOT_STOPPING_THREADS)
2536 if (stopping_threads == NOT_STOPPING_THREADS
2628 if (stopping_threads == NOT_STOPPING_THREADS)
3911 gdb_assert (stopping_threads == NOT_STOPPING_THREADS);
3921 stopping_threads = (suspend
3923 : STOPPING_THREADS);
3937 stopping_threads = NOT_STOPPING_THREADS
    [all...]

Completed in 35 milliseconds