Home
last modified time | relevance | path

Searched refs:mach_thread_self (Results 1 – 17 of 17) sorted by relevance

/external/google-breakpad/src/client/mac/handler/
Dexception_handler.cc393 mach_thread_self()); in WriteMinidumpWithException()
621 mach_thread_self(), in SignalHandler()
795 msg.thread.name = mach_thread_self(); in SendMessageToHandlerThread()
828 if (threads_for_task[i] != mach_thread_self()) { in SuspendThreads()
846 if (threads_for_task[i] != mach_thread_self()) { in ResumeThreads()
Dminidump_generator.cc79 handler_thread_(mach_thread_self()), in MinidumpGenerator()
876 if (task_context_ && target_thread == mach_thread_self()) { in GetThreadState()
/external/valgrind/coregrind/m_mach/
Dmach_basics.c49 mach_port_name_t mach_thread_self(void) in mach_thread_self() function
/external/google-breakpad/src/client/mac/tests/
Dminidump_generator_test_helper.cc53 child_message.AddDescriptor(mach_thread_self()); in main()
DBreakpadFramework_Test.mm212 STAssertEquals(last_exception_thread_, mach_thread_self(),
213 @"Last exception thread is not mach_thread_self() "
Dexception_handler_test.cc256 child_message.AddDescriptor(mach_thread_self()); in TEST_F()
/external/lldb/tools/debugserver/source/
DDNBLog.cpp198 thread_port_t thread_self = mach_thread_self(); in _DNBLogThreaded()
251 thread_port_t thread_self = mach_thread_self(); in _DNBLogThreadedIf()
/external/google-breakpad/src/client/mac/crash_generation/
Dcrash_generation_client.cc49 message.AddDescriptor(mach_thread_self()); // handler thread in RequestDumpForException()
/external/fio/os/
Dos-mac.h162 return mach_thread_self(); in gettid()
/external/webrtc/src/system_wrappers/source/
Dthread_posix.cc123 return static_cast<uint32_t>(mach_thread_self()); in GetThreadId()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-x86-darwin.c443 vg_assert(mach_thread_self() == kport); in wqthread_hijack()
Dsyswrap-amd64-darwin.c495 vg_assert(mach_thread_self() == kport); in wqthread_hijack()
Dpriv_syswrap-darwin.h666 DECL_TEMPLATE(darwin, mach_thread_self);
Dsyswrap-darwin.c8284 PRE(mach_thread_self) in PRE() argument
8289 POST(mach_thread_self) in POST() argument
9974 MACXY(__NR_thread_self_trap, mach_thread_self),
/external/valgrind/coregrind/
Dm_libcproc.c494 return mach_thread_self(); in VG_()
/external/google-breakpad/src/client/mac/Framework/
DBreakpad.mm674 HandleException(0, 0, 0, mach_thread_self());
709 message.AddDescriptor(mach_thread_self()); // exception-handling thread
/external/lldb/source/Host/common/
DHost.cpp455 thread_port_t thread_self = mach_thread_self(); in GetCurrentThreadID()