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

  /external/chromium_org/third_party/libusb/src/libusb/os/
threads_posix.c 68 ret = mach_thread_self();
  /external/valgrind/main/coregrind/m_mach/
mach_basics.c 49 mach_port_name_t mach_thread_self(void) function
  /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/chromium/base/threading/
platform_thread_posix.cc 124 return mach_thread_self();
  /external/chromium/base/
mach_ipc_mac.h 63 // message.AddDescriptor(mach_thread_self()); // this thread
logging.cc 132 return mach_thread_self();
  /external/valgrind/main/coregrind/m_syswrap/
priv_syswrap-darwin.h 575 DECL_TEMPLATE(darwin, mach_thread_self);
syswrap-amd64-darwin.c 461 vg_assert(mach_thread_self() == kport);
syswrap-x86-darwin.c 422 vg_assert(mach_thread_self() == kport);
syswrap-darwin.c 436 if (port == VG_(gettid)()) return "mach_thread_self()";
    [all...]
  /external/valgrind/main/coregrind/
m_libcproc.c 48 #include <mach/mach.h> /* mach_thread_self */
479 return mach_thread_self();
  /external/chromium_org/v8/src/
sampler.cc 187 PlatformData() : profiled_thread_(mach_thread_self()) {}
  /external/v8/src/
platform-macos.cc 731 PlatformData() : profiled_thread_(mach_thread_self()) {}

Completed in 182 milliseconds