Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_mach/
Dmach_basics.c49 mach_port_name_t mach_thread_self(void) in mach_thread_self() function
/external/chromium_org/third_party/libusb/src/libusb/os/
Dthreads_posix.c70 ret = mach_thread_self(); in usbi_get_tid()
/external/chromium/base/threading/
Dplatform_thread_posix.cc124 return mach_thread_self(); in CurrentId()
/external/chromium_org/base/time/
Dtime_mac.cc74 base::mac::ScopedMachPort thread(mach_thread_self()); in ComputeThreadTicks()
/external/webrtc/src/system_wrappers/source/
Dthread_posix.cc123 return static_cast<uint32_t>(mach_thread_self()); in GetThreadId()
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-x86-darwin.c422 vg_assert(mach_thread_self() == kport); in wqthread_hijack()
Dpriv_syswrap-darwin.h575 DECL_TEMPLATE(darwin, mach_thread_self);
Dsyswrap-amd64-darwin.c461 vg_assert(mach_thread_self() == kport); in wqthread_hijack()
Dsyswrap-darwin.c7241 PRE(mach_thread_self) in PRE() argument
7246 POST(mach_thread_self) in POST() argument
8457 MACXY(__NR_thread_self_trap, mach_thread_self),
/external/valgrind/main/coregrind/
Dm_libcproc.c479 return mach_thread_self(); in VG_()
/external/chromium/base/
Dlogging.cc132 return mach_thread_self(); in CurrentThreadId()
/external/v8/src/
Dplatform-macos.cc731 PlatformData() : profiled_thread_(mach_thread_self()) {} in PlatformData()