OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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/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/webkit/Source/JavaScriptCore/runtime/
TimeoutChecker.cpp
66
mach_port_t threadPort =
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/v8/src/
platform-macos.cc
731
PlatformData() : profiled_thread_(
mach_thread_self
()) {}
Completed in 4083 milliseconds