OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedTaskSuspend
(Results
1 - 3
of
3
) sorted by null
/external/google-breakpad/src/common/mac/
scoped_task_suspend-inl.h
30
// Inline implementation of
ScopedTaskSuspend
, which suspends a Mach
40
class
ScopedTaskSuspend
{
42
explicit
ScopedTaskSuspend
(mach_port_t target) : target_(target) {
46
~
ScopedTaskSuspend
() {
/external/google-breakpad/src/client/mac/crash_generation/
crash_generation_server.cc
120
ScopedTaskSuspend
suspend(remote_task);
/external/google-breakpad/src/client/mac/handler/
exception_handler.cc
322
ScopedTaskSuspend
suspend(child);
Completed in 294 milliseconds