HomeSort by relevance Sort by last modified time
    Searched full:threadid (Results 276 - 300 of 353) sorted by null

<<1112131415

  /external/llvm/docs/
NVPTXUsage.rst 207 ``threadId`` ``@llvm.nvvm.read.ptx.sreg.tid.*``
  /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/coregrind/m_gdbserver/
server.h 114 extern ThreadId vgdb_interrupted_tid;
valgrind-low-amd64.c 152 void transfer_register (ThreadId tid, int abs_regno, void * buf,
valgrind-low-ppc32.c 179 void transfer_register (ThreadId tid, int abs_regno, void * buf,
valgrind-low-ppc64.c 176 void transfer_register (ThreadId tid, int abs_regno, void * buf,
  /external/valgrind/main/include/
pub_tool_basics.h 139 typedef UInt ThreadId;
  /external/valgrind/main/memcheck/
mc_leakcheck.c 607 lc_push_if_a_chunk_ptr_register(ThreadId tid, HChar* regname, Addr ptr)
    [all...]
mc_main.c     [all...]
  /art/runtime/hprof/
hprof.cc 1042 uint32_t threadId = 0; // TODO
1068 gc_thread_serial_number_ = threadId;
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionService.java 471 long threadId = MessagingNotification.getThreadId(
474 threadId,
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageUtils.java 732 for (long threadId : threadIds) {
737 selectionArgs[i++] = Long.toString(threadId);
    [all...]
  /dalvik/vm/
CheckJni.cpp     [all...]
  /dalvik/vm/mterp/out/
InterpC-armv5te-vfp.cpp 140 self->threadId, (int)(pc - curMethod->insns), debugStrBuf); \
143 self->threadId, debugStrBuf); \
    [all...]
InterpC-armv5te.cpp 140 self->threadId, (int)(pc - curMethod->insns), debugStrBuf); \
143 self->threadId, debugStrBuf); \
    [all...]
InterpC-armv7-a-neon.cpp 140 self->threadId, (int)(pc - curMethod->insns), debugStrBuf); \
143 self->threadId, debugStrBuf); \
    [all...]
InterpC-armv7-a.cpp 140 self->threadId, (int)(pc - curMethod->insns), debugStrBuf); \
143 self->threadId, debugStrBuf); \
    [all...]
  /dalvik/vm/oo/
Class.cpp     [all...]
Object.h 374 /* threadId, used to check for recursive <clinit> invocation */
  /external/chromium_org/third_party/sqlite/
system-sqlite.patch 33 #define threadid 0
429 #define threadid 0
  /external/valgrind/main/coregrind/m_debuginfo/
UNUSED_STABS.txt 796 Char *VG_(describe_addr)(ThreadId tid, Addr addr)
    [all...]
  /build/tools/signapk/
SignApk.java 170 * http://forums.sun.com/thread.jspa?threadID=758133&messageID=4330949
  /external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/
final-url-en 197 http://aaotracker.4players.de/thread.php?threadid=92828
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_solaris.h 389 uint_t threadID; /* ptr to solaris-internal thread id structures */
  /external/chromium_org/third_party/openssl/openssl/crypto/
cryptlib.c 427 * "equal" THREADID structs to not be memcmp()-identical. */

Completed in 3232 milliseconds

<<1112131415