HomeSort by relevance Sort by last modified time
    Searched refs:mach_thread_self (Results 1 - 12 of 12) sorted by null

  /external/valgrind/main/coregrind/m_mach/
mach_basics.c 49 mach_port_name_t mach_thread_self(void) function
  /external/chromium_org/third_party/libusb/src/libusb/os/
threads_posix.c 70 ret = mach_thread_self();
  /external/lldb/tools/debugserver/source/
DNBLog.cpp 198 thread_port_t thread_self = mach_thread_self();
251 thread_port_t thread_self = mach_thread_self();
  /external/fio/os/
os-mac.h 162 return mach_thread_self();
  /external/chromium_org/base/time/
time_mac.cc 75 base::mac::ScopedMachSendRight thread(mach_thread_self());
80 DLOG(ERROR) << "Failed to get mach_thread_self()";
  /external/webrtc/src/system_wrappers/source/
thread_posix.cc 123 return static_cast<uint32_t>(mach_thread_self());
271 // /usr/include/mach/thread_policy.h: thread_policy_set and mach_thread_self()
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-x86-darwin.c 422 vg_assert(mach_thread_self() == kport);
priv_syswrap-darwin.h 576 DECL_TEMPLATE(darwin, mach_thread_self);
syswrap-amd64-darwin.c 472 vg_assert(mach_thread_self() == kport);
syswrap-darwin.c 450 if (port == VG_(gettid)()) return "mach_thread_self()";
    [all...]
  /external/valgrind/main/coregrind/
m_libcproc.c 48 #include <mach/mach.h> /* mach_thread_self */
486 return mach_thread_self();
  /external/lldb/source/Host/common/
Host.cpp 455 thread_port_t thread_self = mach_thread_self();
    [all...]

Completed in 395 milliseconds