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

1 2 3 4 5 6 7 8 91011>>

  /external/v8/src/
v8.cc 77 i::ThreadId::Current()));
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-s390x.c 121 void transfer_register (ThreadId tid, int abs_regno, void * buf,
valgrind-low-arm.c 180 void transfer_register (ThreadId tid, int abs_regno, void * buf,
valgrind-low-mips32.c 144 void transfer_register (ThreadId tid, int abs_regno, void * buf,
valgrind-low-x86.c 119 void transfer_register (ThreadId tid, int abs_regno, void * buf,
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-x86-linux.c 351 void synth_ucontext(ThreadId tid, const vki_siginfo_t *si,
402 ThreadId tid = tst->tid;
582 void VG_(sigframe_create)( ThreadId tid,
697 void VG_(sigframe_destroy)( ThreadId tid, Bool isRT )
sigframe-ppc64-linux.c 141 ThreadId tid = tst->tid;
180 void VG_(sigframe_create)( ThreadId tid,
326 void VG_(sigframe_destroy)( ThreadId tid, Bool isRT )
sigframe-s390x-linux.c 267 ThreadId tid = tst->tid;
448 void VG_(sigframe_create)( ThreadId tid,
535 void VG_(sigframe_destroy)( ThreadId tid, Bool isRT )
  /external/valgrind/main/coregrind/
pub_core_mallocfree.h 119 extern void VG_(mallinfo) ( ThreadId tid, struct vg_mallinfo* mi );
m_errormgr.c 98 static ThreadId last_tid_printed = 1;
138 ThreadId tid; // Initialised by core
620 void construct_error ( Error* err, ThreadId tid, ErrorKind ekind, Addr a,
654 void VG_(maybe_record_error) ( ThreadId tid,
827 Bool VG_(unique_error) ( ThreadId tid, ErrorKind ekind, Addr a, Char* s,
971 VG_(translate) ( 0 /* dummy ThreadId; irrelevant due to debugging*/,
    [all...]
m_libcproc.c 693 void VG_(do_atfork_pre)(ThreadId tid)
702 void VG_(do_atfork_parent)(ThreadId tid)
711 void VG_(do_atfork_child)(ThreadId tid)
  /external/valgrind/main/docs/internals/
xml-output-protocol4.txt 366 <threadid>17</threadid>
369 And presumably the <threadid>17</threadid> refers to some previously
  /external/valgrind/main/helgrind/
hg_basics.h 46 static inline Bool HG_(is_sane_ThreadId) ( ThreadId coretid ) {
  /external/valgrind/unittest/
deadlock_unittest.cc 134 int ThreadId() {
  /packages/apps/Mms/src/com/android/mms/data/
RecipientIdCache.java 138 public static void updateNumbers(long threadId, ContactList contacts) {
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-arm-linux.c 154 static void assign_guest_tls(ThreadId ctid, Addr tlsptr);
155 static SysRes sys_set_tls ( ThreadId tid, Addr tlsptr );
159 1. allocate a ThreadId+ThreadState+stack for the the thread
167 static SysRes do_clone ( ThreadId ptid,
175 ThreadId ctid = VG_(alloc_ThreadState)();
285 static void assign_guest_tls(ThreadId tid, Addr tlsptr)
294 static SysRes sys_set_tls ( ThreadId tid, Addr tlsptr )
    [all...]
syswrap-mips32-linux.c 226 static SysRes sys_set_tls (ThreadId tid, Addr tlsptr);
229 1. allocate a ThreadId+ThreadState+stack for the the thread
236 static SysRes do_clone (ThreadId ptid,
243 ThreadId ctid = VG_ (alloc_ThreadState) ();
358 SysRes sys_set_tls ( ThreadId tid, Addr tlsptr )
    [all...]
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java 332 * @param threadId the thread_id of the message
338 Long date, boolean read, boolean deliveryReport, long threadId) {
351 if (threadId != -1L) {
352 values.put(THREAD_ID, threadId);
557 boolean deliveryReport, long threadId) {
559 subject, date, true, deliveryReport, threadId);
    [all...]
  /dalvik/vm/
Profile.cpp 434 fprintf(fp, "%d\t%s\n", thread->threadId, threadName.c_str());
963 *ptr++ = (u1) self->threadId;
964 *ptr++ = (u1) (self->threadId >> 8);
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java 360 Long threadId = values.getAsLong(Mms.THREAD_ID);
363 if (((threadId == null) || (threadId == 0)) && (!TextUtils.isEmpty(address))) {
    [all...]
  /dalvik/docs/
heap-profiling.html 120 I/dalvikvm( 289): threadid=7: reacting to signal 10
  /dalvik/vm/alloc/
CardTable.cpp 284 static void dumpReferencesRootVisitor(void *ptr, u4 threadId,
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogRecordTest.java 296 assertEquals("ThreadID", init.getThreadID(), dser.getThreadID());
  /external/chromium_org/tools/cygprofile/
symbolize.py 29 secs msecs pid:threadid func
  /external/chromium_org/v8/src/
v8.cc 79 i::ThreadId::Current()));

Completed in 1741 milliseconds

1 2 3 4 5 6 7 8 91011>>