Searched defs:task_context (Results 1 - 3 of 3) sorted by relevance

/external/libchrome/base/trace_event/
H A Dheap_profiler.h42 const char* task_context)
43 : context_(task_context) {
41 HeapProfilerScopedTaskExecutionTracker( const char* task_context) argument
/external/google-breakpad/src/client/mac/handler/
H A Dexception_handler.cc353 breakpad_ucontext_t* task_context,
394 md.SetTaskContext(task_context);
349 WriteMinidumpWithException( int exception_type, int exception_code, int exception_subcode, breakpad_ucontext_t* task_context, mach_port_t thread_name, bool exit_after_write, bool report_current_thread) argument
H A Dminidump_generator.cc174 void MinidumpGenerator::SetTaskContext(breakpad_ucontext_t *task_context) { argument
175 task_context_ = task_context;

Completed in 228 milliseconds