Searched refs:mach_thread_self (Results 1 – 12 of 12) sorted by relevance
49 mach_port_name_t mach_thread_self(void) in mach_thread_self() function
70 ret = mach_thread_self(); in usbi_get_tid()
124 return mach_thread_self(); in CurrentId()
74 base::mac::ScopedMachPort thread(mach_thread_self()); in ComputeThreadTicks()
123 return static_cast<uint32_t>(mach_thread_self()); in GetThreadId()
422 vg_assert(mach_thread_self() == kport); in wqthread_hijack()
575 DECL_TEMPLATE(darwin, mach_thread_self);
461 vg_assert(mach_thread_self() == kport); in wqthread_hijack()
7241 PRE(mach_thread_self) in PRE() argument7246 POST(mach_thread_self) in POST() argument8457 MACXY(__NR_thread_self_trap, mach_thread_self),
479 return mach_thread_self(); in VG_()
132 return mach_thread_self(); in CurrentThreadId()
731 PlatformData() : profiled_thread_(mach_thread_self()) {} in PlatformData()