/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-ppc64-linux.c | 252 1. allocate a ThreadId+ThreadState+stack for the the thread 260 static SysRes do_clone ( ThreadId ptid, 268 ThreadId ctid = VG_(alloc_ThreadState)(); 799 static Addr deref_Addr ( ThreadId tid, Addr a, Char* s ) [all...] |
syswrap-darwin.c | 86 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) 89 ThreadId tid = (ThreadId)tidW; 134 Addr allocstack ( ThreadId tid ) 171 void find_stack_segment(ThreadId tid, Addr sp) 203 ThreadId tid = (ThreadId)tidW; 281 void VG_(main_thread_wrapper_NORETURN)(ThreadId tid) 311 ThreadId tid = tst->tid; 516 void record_named_port(ThreadId tid, mach_port_t port, [all...] |
syswrap-x86-darwin.c | 178 ThreadId tid = VG_(alloc_ThreadState)(); 408 ThreadId tid = VG_(lwpid_to_vgtid)(kport);
|
syswrap-ppc32-linux.c | 224 1. allocate a ThreadId+ThreadState+stack for the the thread 232 static SysRes do_clone ( ThreadId ptid, 240 ThreadId ctid = VG_(alloc_ThreadState)(); 783 static Addr deref_Addr ( ThreadId tid, Addr a, Char* s ) [all...] |
syswrap-main.c | 851 void putSyscallStatusIntoGuestState ( /*IN*/ ThreadId tid, [all...] |
syswrap-amd64-linux.c | 191 1. allocate a ThreadId+ThreadState+stack for the the thread 199 static SysRes do_clone ( ThreadId ptid, 207 ThreadId ctid = VG_(alloc_ThreadState)(); [all...] |
syswrap-aix5.c | 76 Addr ML_(allocstack)(ThreadId tid) 180 Bool ML_(aix5_force_thread_into_pthread_exit)( ThreadId tid ) 213 void ML_(aix5_set_threadstate_for_emergency_exit)(ThreadId tid, HChar* why) 788 static void pre_argv_envp(Addr a, ThreadId tid, Char* s1, Char* s2) [all...] |
/external/valgrind/main/include/ |
pub_tool_libcproc.h | 91 typedef void (*vg_atfork_t)(ThreadId);
|
/dalvik/vm/ |
Jni.cpp | [all...] |
CheckJni.cpp | 834 if (dvmThreadSelf()->threadId != threadEnv->envThreadId) { 839 LOGW("JNI WARNING: threadid=%d using env from threadid=%d", [all...] |
/development/pdk/docs/porting/ |
instrumentation_testing.jd | 488 I/dalvikvm( 688): threadid=11: attached from native, name=Binder Thread #1 489 I/dalvikvm( 688): threadid=13: attached from native, name=Binder Thread #2
|
/external/valgrind/main/coregrind/m_coredump/ |
coredump-elf.c | 454 void make_elf_coredump(ThreadId tid, const vki_siginfo_t *si, UInt max_size) 615 void VG_(make_coredump)(ThreadId tid, const vki_siginfo_t *si, UInt max_size)
|
/external/valgrind/main/docs/internals/ |
threads-syscalls-signals.txt | 7 extern void VG_(set_running) ( ThreadId tid ); 17 extern void VG_(set_sleeping) ( ThreadId tid, ThreadStatus state );
|
/external/valgrind/main/exp-ptrcheck/ |
pc_common.c | 156 void sg_record_error_SorG ( ThreadId tid, 199 void h_record_sysparam_error( ThreadId tid, CorePart part, Char* s,
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
Client.java | 339 public void requestThreadStackTrace(int threadId) { 340 HandleThread.requestThreadStackCallRefresh(this, threadId);
|
/build/tools/signapk/ |
SignApk.java | 115 * http://forums.sun.com/thread.jspa?threadID=758133&messageID=4330949
|
/external/libvpx/examples/includes/geshi/geshi/ |
visualfoxpro.php | 372 'ThreadID','TitleBar','ToolTipText','Top','TopIndex','TopItemId',
|
/external/valgrind/main/callgrind/docs/ |
cl-manual.xml | 223 callgrind.out.<emphasis>pid</emphasis>.<emphasis>part</emphasis>-<emphasis>threadID</emphasis> 229 <emphasis>threadID</emphasis> is a thread identification 230 ("-threadID" is only used if you request dumps of individual [all...] |
/external/valgrind/main/callgrind/ |
main.c | [all...] |
/frameworks/base/media/libmedia/ |
mediaplayer.cpp | 620 // The threadId hack below works around this for the care of prepare
|
/external/v8/src/ |
top.cc | 72 thread_id_ = ThreadId::Invalid(); 89 thread_id_ = ThreadId::Current(); [all...] |
/frameworks/base/services/java/com/android/server/accessibility/ |
AccessibilityManagerService.java | [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
MessageUtils.java | 667 for (long threadId : threadIds) { 672 selectionArgs[i++] = Long.toString(threadId); [all...] |
/external/valgrind/main/memcheck/ |
mc_main.c | [all...] |
/dalvik/vm/mterp/out/ |
InterpC-armv5te-vfp.cpp | 132 self->threadId, (int)(pc - curMethod->insns), debugStrBuf); \ 135 self->threadId, debugStrBuf); \ [all...] |