/external/valgrind/coregrind/m_mach/ |
mach_basics.c | 49 mach_port_name_t mach_thread_self(void) function
|
/external/google-breakpad/src/client/mac/tests/ |
minidump_generator_test_helper.cc | 53 child_message.AddDescriptor(mach_thread_self());
|
exception_handler_test.cc | 256 child_message.AddDescriptor(mach_thread_self());
|
/external/google-breakpad/src/client/mac/crash_generation/ |
crash_generation_client.cc | 49 message.AddDescriptor(mach_thread_self()); // handler thread
|
/prebuilts/go/darwin-x86/src/runtime/ |
os_darwin.go | 17 func mach_thread_self() uint32 func
|
sys_darwin_amd64.s | 387 TEXT runtime·mach_thread_self(SB),NOSPLIT,$0
|
sys_darwin_arm.s | 406 TEXT runtime·mach_thread_self(SB),NOSPLIT,$0
|
sys_darwin_arm64.s | 369 TEXT runtime·mach_thread_self(SB),NOSPLIT,$0
|
/prebuilts/go/linux-x86/src/runtime/ |
os_darwin.go | 17 func mach_thread_self() uint32 func
|
sys_darwin_amd64.s | 387 TEXT runtime·mach_thread_self(SB),NOSPLIT,$0
|
sys_darwin_arm.s | 406 TEXT runtime·mach_thread_self(SB),NOSPLIT,$0
|
sys_darwin_arm64.s | 369 TEXT runtime·mach_thread_self(SB),NOSPLIT,$0
|
/external/google-breakpad/src/client/mac/handler/ |
exception_handler.cc | 393 mach_thread_self()); 621 mach_thread_self(), 795 msg.thread.name = mach_thread_self(); 828 if (threads_for_task[i] != mach_thread_self()) { 846 if (threads_for_task[i] != mach_thread_self()) {
|
minidump_generator.cc | 79 handler_thread_(mach_thread_self()), 876 if (task_context_ && target_thread == mach_thread_self()) { [all...] |
/external/fio/os/ |
os-mac.h | 162 return mach_thread_self();
|
/prebuilts/go/darwin-x86/src/runtime/cgo/ |
gcc_signal_darwin_armx.c | 136 mach_thread_self(),
|
/prebuilts/go/linux-x86/src/runtime/cgo/ |
gcc_signal_darwin_armx.c | 136 mach_thread_self(),
|
/external/libchrome/base/time/ |
time_mac.cc | 78 base::mac::ScopedMachSendRight thread(mach_thread_self()); 83 DLOG(ERROR) << "Failed to get mach_thread_self()";
|
/external/valgrind/coregrind/m_syswrap/ |
syswrap-x86-darwin.c | 445 vg_assert(mach_thread_self() == kport);
|
priv_syswrap-darwin.h | 689 DECL_TEMPLATE(darwin, mach_thread_self);
|
syswrap-amd64-darwin.c | 497 vg_assert(mach_thread_self() == kport);
|
syswrap-darwin.c | 487 if (port == VG_(gettid)()) return "mach_thread_self()"; [all...] |
/external/valgrind/coregrind/ |
m_libcproc.c | 49 #include <mach/mach.h> /* mach_thread_self */ 701 return mach_thread_self(); [all...] |