OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threads_for_task
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/client/mac/handler/
exception_handler.cc
820
thread_act_port_array_t
threads_for_task
;
local
823
if (task_threads(mach_task_self(), &
threads_for_task
, &thread_count))
828
if (
threads_for_task
[i] != mach_thread_self()) {
829
if (thread_suspend(
threads_for_task
[i]))
838
thread_act_port_array_t
threads_for_task
;
local
841
if (task_threads(mach_task_self(), &
threads_for_task
, &thread_count))
846
if (
threads_for_task
[i] != mach_thread_self()) {
847
if (thread_resume(
threads_for_task
[i]))
minidump_generator.cc
971
thread_act_port_array_t
threads_for_task
;
local
975
if (task_threads(crashing_task_, &
threads_for_task
, &thread_count))
998
if (
threads_for_task
[i] != handler_thread_) {
999
if (!WriteThreadStream(
threads_for_task
[i], &thread))
[
all
...]
Completed in 126 milliseconds