OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/chromium/base/threading/
platform_thread_posix.cc
124
return
mach_thread_self
();
/external/chromium_org/base/time/
time_mac.cc
74
base::mac::ScopedMachPort thread(
mach_thread_self
());
79
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
575
DECL_TEMPLATE(darwin,
mach_thread_self
);
syswrap-amd64-darwin.c
461
vg_assert(
mach_thread_self
() == kport);
syswrap-darwin.c
436
if (port == VG_(gettid)()) return "
mach_thread_self
()";
[
all
...]
/external/chromium/base/
logging.cc
132
return
mach_thread_self
();
/external/v8/src/
platform-macos.cc
731
PlatformData() : profiled_thread_(
mach_thread_self
()) {}
/external/valgrind/main/coregrind/
m_libcproc.c
48
#include <mach/mach.h> /*
mach_thread_self
*/
479
return
mach_thread_self
();
Completed in 1333 milliseconds