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

1 2 3 45 6 7 8 91011>>

  /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...]
hg_lock_n_thread.h 74 core's ThreadId associated with this Thread whilst it is alive.
75 Once the thread finishes, the ThreadId is set to
78 The core may later re-use the same ThreadId for what is a logically
87 ThreadId coretid; /* .. via its hgthread field */
  /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);
  /external/chromium/sdch/open-vcdiff/src/solaris/
libstdc++.la 12 # http://forum.java.sun.com/thread.jspa?threadID=5073150
  /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
  /external/webkit/Source/WebKit/chromium/tests/
CCThreadTest.cpp 59 EXPECT_EQ(thread->threadID(), target.hitThreadID);
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
DdmVmInternal.java 66 native public static StackTraceElement[] getStackTraceById(int threadId);
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldLogRecordTest.java 69 //All threadID must be different, based on the ThreadLocal.java ID
  /external/valgrind/main/coregrind/
m_machine.c 48 Addr VG_(get_IP) ( ThreadId tid ) {
51 Addr VG_(get_SP) ( ThreadId tid ) {
54 Addr VG_(get_FP) ( ThreadId tid ) {
58 void VG_(set_IP) ( ThreadId tid, Addr ip ) {
61 void VG_(set_SP) ( ThreadId tid, Addr sp ) {
66 ThreadId tid )
121 void VG_(set_syscall_return_shadows) ( ThreadId tid,
153 VG_(get_shadow_regs_area) ( ThreadId tid,
177 VG_(set_shadow_regs_area) ( ThreadId tid,
201 static void apply_to_GPs_of_tid(ThreadId tid, void (*f)(ThreadId, HChar*, Addr)
    [all...]
pub_core_sigframe.h 47 void VG_(sigframe_create) ( ThreadId tid,
59 void VG_(sigframe_destroy)( ThreadId tid, Bool isRT );
  /dalvik/vm/hprof/
Hprof.cpp 177 static void hprofRootVisitor(void *addr, u4 threadId, RootType type, void *arg)
208 ctx->gcThreadSerialNumber = threadId;
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
ThreadFactoryBuilderTest.java 92 private static void checkThreadPoolName(Thread thread, int threadId) {
93 assertTrue(thread.getName().matches("^pool-\\d+-thread-" + threadId + "$"));
  /external/valgrind/main/drd/
pub_drd_bitmap.h 145 void DRD_(bm_report_races)(ThreadId const tid1, ThreadId const tid2,
  /external/valgrind/main/include/
pub_tool_stacktrace.h 59 extern UInt VG_(get_StackTrace) ( ThreadId tid,
81 extern void VG_(get_and_pp_StackTrace) ( ThreadId tid, UInt n_ips );
  /external/webkit/Source/JavaScriptCore/wtf/
CrossThreadRefCounted.h 113 // Store the threadId as soon as the ref count gets to 2.
132 // Clear the threadId when the ref goes to 1 because it

Completed in 1000 milliseconds

1 2 3 45 6 7 8 91011>>