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

1 2 34 5 6 7 8 91011>>

  /dalvik/vm/jdwp/
JdwpEvent.h 40 ObjectId threadId;
71 ObjectId threadId;
  /dalvik/vm/mterp/
Mterp.cpp 86 LOGVV("mterp threadid=%d : %s.%s %s",
87 dvmThreadSelf()->threadId,
  /external/qemu/distrib/sdl-1.2.15/src/thread/os2/
SDL_systhread.c 74 thread->threadid = thread->handle = (*pfnBeginThread)(threadfunc, NULL, 512*1024, pThreadParms);
75 if ((int)thread->threadid <= 0)
  /external/valgrind/main/drd/
drd_thread.h 71 ThreadId vg_threadid; /**< Valgrind thread ID. */
134 DrdThreadId DRD_(VgThreadIdToDrdThreadId)(const ThreadId tid);
135 DrdThreadId DRD_(NewVgThreadIdToDrdThreadId)(const ThreadId tid);
137 ThreadId DRD_(DrdThreadIdToVgThreadId)(const DrdThreadId tid);
139 const ThreadId vg_created);
140 DrdThreadId DRD_(thread_post_create)(const ThreadId vg_created);
163 void DRD_(thread_set_vg_running_tid)(const ThreadId vg_tid);
164 void DRD_(thread_set_running_tid)(const ThreadId vg_tid,
drd_main.c 264 const ThreadId tid,
276 const ThreadId tid,
304 const ThreadId tid,
364 ThreadId tid)
516 ThreadId vg_tid;
544 void drd_pre_deliver_signal(const ThreadId vg_tid, const Int sigNo,
568 void drd_post_deliver_signal(const ThreadId vg_tid, const Int sigNo)
591 ThreadId tid)
603 void drd_pre_thread_create(const ThreadId creator, const ThreadId created
    [all...]
  /libcore/luni/src/test/java/tests/support/
ThreadPool.java 28 private int threadID;
93 super(ThreadPool.this, "PooledThread-" + (threadID++));
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
SamplingProfiler.java 395 Integer threadId = threadIds.get(thread);
396 if (threadId == null) {
399 mutableStackTrace.threadId = threadId;
408 = new HprofData.StackTrace(nextStackTraceId++, threadId, stackFramesCopy);
456 int threadId = nextThreadId++;
457 Integer old = threadIds.put(thread, threadId);
470 = HprofData.ThreadEvent.start(nextObjectId++, threadId,
482 Integer threadId = threadIds.remove(thread);
483 if (threadId == null)
    [all...]
BinaryHprofReader.java 320 int threadId = in.readInt();
330 System.out.println("\tthreadId=" + threadId);
338 = HprofData.ThreadEvent.start(objectId, threadId,
344 int threadId = in.readInt();
346 System.out.println("\tthreadId=" + threadId);
348 HprofData.ThreadEvent event = HprofData.ThreadEvent.end(threadId);
376 int threadId = in.readInt();
380 System.out.println("\tthreadId=" + threadId);
405 = new HprofData.StackTrace(stackTraceId, threadId, stackFrames);
  /dalvik/vm/alloc/
Visit.h 49 typedef void RootVisitor(void *addr, u4 threadId, RootType type, void *arg);
Verify.cpp 57 static void dumpReferencesRootVisitor(void *ptr, u4 threadId,
138 static void verifyRootReference(void *addr, u4 threadId,
Alloc.cpp 265 ALOGE("threadid=%d: unable to add %p to internal ref table",
266 self->threadId, obj);
290 ALOGE("threadid=%d: failed to remove %p from internal ref table",
291 self->threadId, obj);
  /external/valgrind/main/include/
pub_tool_execontext.h 53 // current ThreadId. If called from non-generated code, the current
54 // ThreadId should be passed in by the core. The initial IP value to
61 ExeContext* VG_(record_ExeContext) ( ThreadId tid, Word first_ip_delta );
70 ExeContext* VG_(record_depth_1_ExeContext)(ThreadId tid, Word first_ip_delta);
  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_Thread_priv.h 35 pthread_t threadID; /* thread identifier. */
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsMessageSender.java 57 public SmsMessageSender(Context context, String[] dests, String msgText, long threadId) {
69 mThreadId = threadId;
129 private String getOutgoingServiceCenter(long threadId) {
135 "thread_id = " + threadId, null, "date DESC");
SmsReceiverService.java 259 int threadId = c.getInt(SEND_COLUMN_THREAD_ID);
266 address, msgText, threadId, status == Sms.STATUS_PENDING,
274 ", threadId: " + threadId);
384 long threadId = MessagingNotification.getSmsThreadId(this, messageUri);
386 Log.d(TAG, "handleSmsReceived messageUri: " + messageUri + " threadId: " + threadId);
387 MessagingNotification.blockingUpdateNewMessageIndicator(this, threadId, false);
572 Long threadId = values.getAsLong(Sms.THREAD_ID);
598 if (((threadId == null) || (threadId == 0)) && (address != null))
    [all...]
  /external/valgrind/main/memcheck/
mc_malloc_wrappers.c 252 void* MC_(new_block) ( ThreadId tid,
296 void* MC_(malloc) ( ThreadId tid, SizeT n )
306 void* MC_(__builtin_new) ( ThreadId tid, SizeT n )
316 void* MC_(__builtin_vec_new) ( ThreadId tid, SizeT n )
326 void* MC_(memalign) ( ThreadId tid, SizeT alignB, SizeT n )
336 void* MC_(calloc) ( ThreadId tid, SizeT nmemb, SizeT size1 )
347 void die_and_free_mem ( ThreadId tid, MC_Chunk* mc, SizeT rzB )
370 void MC_(handle_free) ( ThreadId tid, Addr p, UInt rzB, MC_AllocKind kind )
389 void MC_(free) ( ThreadId tid, void* p )
395 void MC_(__builtin_delete) ( ThreadId tid, void* p
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 782 mConversation.setRecipients(recipients); // resets the threadId to zero
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationList.java 428 public void onDraftChanged(final long threadId, final boolean hasDraft) {
434 log("onDraftChanged: threadId=" + threadId + ", hasDraft=" + hasDraft);
554 // The invalid threadId of -1 means all threads here.
606 private void openThread(long threadId) {
607 startActivity(ComposeMessageActivity.createIntent(this, threadId));
663 long threadId = conv.getThreadId();
666 confirmDeleteThread(threadId, mQueryHandler);
670 openThread(threadId);
710 * @param threadId id of the thread to delete or -1 for all thread
    [all...]
  /external/valgrind/main/exp-sgcheck/
h_main.c 286 static Seg* add_new_segment ( ThreadId tid, Addr p, SizeT size )
303 void* alloc_and_new_mem_heap ( ThreadId tid,
319 static void die_and_free_mem_heap ( ThreadId tid, Seg* seg )
335 static void handle_free_heap( ThreadId tid, void* p )
350 void* h_replace_malloc ( ThreadId tid, SizeT n )
356 void* h_replace___builtin_new ( ThreadId tid, SizeT n )
362 void* h_replace___builtin_vec_new ( ThreadId tid, SizeT n )
368 void* h_replace_memalign ( ThreadId tid, SizeT align, SizeT n )
374 void* h_replace_calloc ( ThreadId tid, SizeT nmemb, SizeT size1 )
380 void h_replace_free ( ThreadId tid, void* p
    [all...]
pc_common.h 39 void sg_record_error_SorG ( ThreadId tid,
47 void h_record_sysparam_error( ThreadId tid, CorePart part, Char* s,
  /dalvik/vm/
Sync.cpp 161 return owner ? owner->threadId : 0;
173 u4 threadId = lockOwner(obj);
175 if (threadId == 0)
177 return dvmGetThreadByThreadId(threadId);
189 return thread->threadId == lockOwner(obj);
837 assert(LW_LOCK_OWNER(obj->lock) == self->threadId);
864 u4 thin, newThin, threadId;
868 threadId = self->threadId;
877 if (LW_LOCK_OWNER(thin) == threadId) {
    [all...]
SignalCatcher.cpp 262 ALOGV("Signal catcher thread started (threadid=%d)", self->threadId);
297 ALOGI("threadid=%d: reacting to signal %d",
298 dvmThreadSelf()->threadId, rcvd);
  /external/valgrind/main/coregrind/
pub_core_machine.h 137 //Addr VG_(get_IP) ( ThreadId tid ); // in pub_tool_machine.h
138 //Addr VG_(get_SP) ( ThreadId tid ); // in pub_tool_machine.h
139 Addr VG_(get_FP) ( ThreadId tid );
141 void VG_(set_IP) ( ThreadId tid, Addr encip );
142 void VG_(set_SP) ( ThreadId tid, Addr sp );
149 ThreadId tid );
  /libcore/luni/src/main/java/java/util/logging/
LogRecord.java 101 private int threadID;
166 this.threadID = initThreadId;
169 this.threadID = id.intValue();
426 return threadID;
432 * @param threadID
435 public void setThreadID(int threadID) {
436 this.threadID = threadID;
  /external/qemu/distrib/sdl-1.2.15/src/thread/
SDL_thread_c.h 54 Uint32 threadid; member in struct:SDL_Thread

Completed in 311 milliseconds

1 2 34 5 6 7 8 91011>>