HomeSort by relevance Sort by last modified time
    Searched full:threadid (Results 101 - 125 of 354) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/native/opengl/tests/testPauseResume/
README 23 W/dalvikvm( 1466): threadid=8: thread exiting with uncaught exception (group=0x4001d7f0)
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java 444 int threadId = c.getInt(c.getColumnIndex(Mms.THREAD_ID));
445 if (threadId != DELETED_THREAD_ID) {
464 private void updateThreadIdMms(Uri uri, long threadId) {
466 contentValues.put(Mms.THREAD_ID, threadId);
476 int threadId = c.getInt(c.getColumnIndex(Mms.THREAD_ID));
477 if (threadId == DELETED_THREAD_ID) {
495 + " threadId " + threadId);
512 int threadId = c.getInt(c.getColumnIndex(Sms.THREAD_ID));
513 if (threadId != DELETED_THREAD_ID)
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
PushReceiver.java 83 long threadId = -1;
89 threadId = findThreadId(mContext, pdu, type);
90 if (threadId == -1) {
100 values.put(Mms.THREAD_ID, threadId);
RetryScheduler.java 192 long threadId = -1;
196 threadId = c.getLong(0);
203 if (threadId != -1) {
205 MessagingNotification.notifyDownloadFailed(mContext, threadId);
  /external/qemu/distrib/sdl-1.2.15/src/thread/
SDL_thread.c 160 if ( this_thread == SDL_Threads[i]->threadid ) {
193 args->info->threadid = SDL_ThreadID();
286 id = thread->threadid;
  /external/valgrind/main/coregrind/
pub_core_libcproc.h 83 extern void VG_(do_atfork_pre) ( ThreadId tid );
84 extern void VG_(do_atfork_parent) ( ThreadId tid );
85 extern void VG_(do_atfork_child) ( ThreadId tid );
  /packages/apps/Mms/tests/src/com/android/mms/
RecyclerTest.java 161 Long threadId = 0L;
167 if (((threadId == null) || (threadId == 0)) && (address != null)) {
177 threadId = values.getAsLong(Sms.THREAD_ID);
178 Recycler.getSmsRecycler().deleteOldMessagesByThreadId(context, threadId);
  /dalvik/vm/
Debugger.cpp 75 ThreadId we pass to the debugger is the ObjectId for the java/lang/Thread
227 dvmThreadSelf()->threadId);
    [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Gen.cpp 219 * r3 -> self->threadId
250 loadWordDisp(cUnit, r6SELF, offsetof(Thread, threadId), r3); // Get threadId
254 // Is lock unheld on lock or held by us (==threadId) on unlock?
306 loadWordDisp(cUnit, r6SELF, offsetof(Thread, threadId), r3); // Get threadId
307 // Is lock unheld on lock or held by us (==threadId) on unlock?
  /external/valgrind/main/helgrind/
hg_main.c 87 // FIXME put referencing ThreadId into Thread and get
160 ThreadId map_threads_maybe_reverse_lookup_SLOW ( Thread* thr ); /*fwds*/
246 ThreadId tid;
302 ThreadId tid;
588 // FIXME: this assumes that the first real ThreadId is 1
610 /*--- map_threads :: array[core-ThreadId] of Thread* ---*/
614 static Thread* map_threads_maybe_lookup ( ThreadId coretid )
623 static inline Thread* map_threads_lookup ( ThreadId coretid )
634 static ThreadId map_threads_maybe_reverse_lookup_SLOW ( Thread* thr )
636 ThreadId tid
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 74 Bool ML_(valid_client_addr)(Addr start, SizeT size, ThreadId tid,
246 UWord flags, ThreadId tid )
558 void ML_(record_fd_open_with_given_name)(ThreadId tid, Int fd, char *pathname)
592 void ML_(record_fd_open_named)(ThreadId tid, Int fd)
605 void ML_(record_fd_open_nameless)(ThreadId tid, Int fd)
815 void pre_mem_read_sendmsg ( ThreadId tid, Bool read,
825 void pre_mem_write_recvmsg ( ThreadId tid, Bool read,
838 void post_mem_write_recvmsg ( ThreadId tid, Bool read,
847 ThreadId tid,
851 void (*foreach_func)( ThreadId, Bool, Char *, Addr, SizeT )
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
target.c 66 ThreadId tid;
176 ThreadId vgdb_interrupted_tid = 0;
293 ThreadId tid = tst->tid;
339 ThreadId tid = tst->tid;
452 ThreadId tid = tst->tid;
574 ThreadId tid = tst->tid;
valgrind_low.h 46 void (*transfer_register) (ThreadId tid, int regno, void * buf,
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 102 /* ThreadId and ThreadState are defined elsewhere*/
123 static void do_client_request ( ThreadId tid );
124 static void scheduler_sanity ( ThreadId tid );
125 static void mostly_clear_thread_record ( ThreadId tid );
174 void print_sched_event ( ThreadId tid, Char* what )
229 ThreadId VG_(alloc_ThreadState) ( void )
253 void VG_(acquire_BigLock)(ThreadId tid, HChar* who)
301 void VG_(release_BigLock)(ThreadId tid, ThreadStatus sleepstate, HChar* who)
352 Bool VG_(owns_BigLock_LL) ( ThreadId tid )
362 void VG_(exit_thread)(ThreadId tid
    [all...]
  /dalvik/vm/jdwp/
Jdwp.h 42 typedef u8 ObjectId; /* any object (threadID, stringID, arrayID, etc) */
159 void dvmJdwpSetWaitForEventThread(JdwpState* state, ObjectId threadId);
217 bool dvmJdwpPostThreadChange(JdwpState* state, ObjectId threadId, bool start);
  /external/webrtc/src/system_wrappers/source/
thread_posix.cc 164 bool ThreadPosix::Start(unsigned int& threadID)
166 bool ThreadPosix::Start(unsigned int& /*threadID*/)
198 threadID = static_cast<unsigned int>(_thread);
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofWriter.java 117 out.writeInt(e.threadId);
129 out.writeInt(e.threadId);
202 out.writeInt(stackTrace.threadId);
  /art/runtime/jdwp/
jdwp.h 48 typedef uint64_t ObjectId; /* any object (threadID, stringID, arrayID, etc) */
156 void SetWaitForEventThread(ObjectId threadId);
204 bool PostThreadChange(ObjectId threadId, bool start)
276 ObjectId threadId)
  /external/chromium/sdch/open-vcdiff/src/solaris/
libstdc++.la 12 # http://forum.java.sun.com/thread.jspa?threadID=5073150
  /external/chromium_org/sdch/open-vcdiff/src/solaris/
libstdc++.la 12 # http://forum.java.sun.com/thread.jspa?threadID=5073150
  /external/chromium_org/third_party/tcmalloc/chromium/src/solaris/
libstdc++.la 12 # http://forum.java.sun.com/thread.jspa?threadID=5073150
  /external/chromium_org/third_party/tcmalloc/vendor/src/solaris/
libstdc++.la 12 # http://forum.java.sun.com/thread.jspa?threadID=5073150
  /external/chromium_org/tools/memory_watcher/
memory_watcher.h 75 // Either 0, or else the threadID for a thread that is actively working on
  /external/open-vcdiff/src/solaris/
libstdc++.la 12 # http://forum.java.sun.com/thread.jspa?threadID=5073150
  /external/protobuf/src/solaris/
libstdc++.la 12 # http://forum.java.sun.com/thread.jspa?threadID=5073150

Completed in 1668 milliseconds

1 2 3 45 6 7 8 91011>>