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 - 10
of
10
) sorted by null
/external/valgrind/main/coregrind/m_mach/
mach_basics.c
49
mach_port_name_t
mach_thread_self
(void)
function
/external/webkit/Source/JavaScriptCore/runtime/
TimeoutChecker.cpp
66
mach_port_t threadPort =
mach_thread_self
();
/external/chromium/base/threading/
platform_thread_posix.cc
124
return
mach_thread_self
();
/external/valgrind/main/coregrind/m_syswrap/
syswrap-amd64-darwin.c
431
vg_assert(
mach_thread_self
() == kport);
syswrap-x86-darwin.c
421
vg_assert(
mach_thread_self
() == kport);
priv_syswrap-darwin.h
565
DECL_TEMPLATE(darwin,
mach_thread_self
);
syswrap-darwin.c
437
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
50
#include <mach/mach.h> /*
mach_thread_self
*/
475
return
mach_thread_self
();
Completed in 923 milliseconds