Searched refs:mach_thread_self (Results 1 – 17 of 17) sorted by relevance
/external/google-breakpad/src/client/mac/handler/ |
D | exception_handler.cc | 393 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()
|
D | minidump_generator.cc | 79 handler_thread_(mach_thread_self()), in MinidumpGenerator() 876 if (task_context_ && target_thread == mach_thread_self()) { in GetThreadState()
|
/external/valgrind/coregrind/m_mach/ |
D | mach_basics.c | 49 mach_port_name_t mach_thread_self(void) in mach_thread_self() function
|
/external/google-breakpad/src/client/mac/tests/ |
D | minidump_generator_test_helper.cc | 53 child_message.AddDescriptor(mach_thread_self()); in main()
|
D | BreakpadFramework_Test.mm | 212 STAssertEquals(last_exception_thread_, mach_thread_self(), 213 @"Last exception thread is not mach_thread_self() "
|
D | exception_handler_test.cc | 256 child_message.AddDescriptor(mach_thread_self()); in TEST_F()
|
/external/lldb/tools/debugserver/source/ |
D | DNBLog.cpp | 198 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/ |
D | crash_generation_client.cc | 49 message.AddDescriptor(mach_thread_self()); // handler thread in RequestDumpForException()
|
/external/fio/os/ |
D | os-mac.h | 162 return mach_thread_self(); in gettid()
|
/external/webrtc/src/system_wrappers/source/ |
D | thread_posix.cc | 123 return static_cast<uint32_t>(mach_thread_self()); in GetThreadId()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-x86-darwin.c | 443 vg_assert(mach_thread_self() == kport); in wqthread_hijack()
|
D | syswrap-amd64-darwin.c | 495 vg_assert(mach_thread_self() == kport); in wqthread_hijack()
|
D | priv_syswrap-darwin.h | 666 DECL_TEMPLATE(darwin, mach_thread_self);
|
D | syswrap-darwin.c | 8284 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/ |
D | m_libcproc.c | 494 return mach_thread_self(); in VG_()
|
/external/google-breakpad/src/client/mac/Framework/ |
D | Breakpad.mm | 674 HandleException(0, 0, 0, mach_thread_self()); 709 message.AddDescriptor(mach_thread_self()); // exception-handling thread
|
/external/lldb/source/Host/common/ |
D | Host.cpp | 455 thread_port_t thread_self = mach_thread_self(); in GetCurrentThreadID()
|