Lines Matching refs:g_message
55 static MachException::Data *g_message = NULL; variable
106 g_message->exc_type = 0; in catch_mach_exception_raise()
107 g_message->exc_data.clear(); in catch_mach_exception_raise()
109 if (task_port == g_message->task_port) { in catch_mach_exception_raise()
110 g_message->task_port = task_port; in catch_mach_exception_raise()
111 g_message->thread_port = thread_port; in catch_mach_exception_raise()
112 g_message->exc_type = exc_type; in catch_mach_exception_raise()
113 g_message->AppendExceptionData(exc_data, exc_data_count); in catch_mach_exception_raise()
115 } else if (!MachTask::IsValid(g_message->task_port)) { in catch_mach_exception_raise()
122 g_message->task_port = task_port; in catch_mach_exception_raise()
123 g_message->thread_port = thread_port; in catch_mach_exception_raise()
124 g_message->exc_type = exc_type; in catch_mach_exception_raise()
125 g_message->AppendExceptionData(exc_data, exc_data_count); in catch_mach_exception_raise()
271 g_message = &state; in CatchExceptionRaise()
291 g_message = NULL; in CatchExceptionRaise()