/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
|
/dalvik/vm/hprof/ |
Hprof.cpp | 177 static void hprofRootVisitor(void *addr, u4 threadId, RootType type, void *arg) 208 ctx->gcThreadSerialNumber = threadId;
|
/external/valgrind/main/coregrind/ |
pub_core_sigframe.h | 47 void VG_(sigframe_create) ( ThreadId tid, 59 void VG_(sigframe_destroy)( ThreadId tid, Bool isRT );
|
m_signals.c | [all...] |
/external/valgrind/main/drd/ |
pub_drd_bitmap.h | 143 void DRD_(bm_report_races)(ThreadId const tid1, ThreadId const tid2,
|
drd_thread.c | 68 static ThreadId s_vg_running_tid = VG_INVALID_THREADID; 137 * Convert Valgrind's ThreadId into a DrdThreadId. 140 * Valgrind ThreadId does not yet exist. 142 DrdThreadId DRD_(VgThreadIdToDrdThreadId)(const ThreadId tid) 162 static DrdThreadId DRD_(VgThreadIdToNewDrdThreadId)(const ThreadId tid) 227 ThreadId DRD_(DrdThreadIdToVgThreadId)(const DrdThreadId tid) 277 const ThreadId vg_created) 304 DrdThreadId DRD_(thread_post_create)(const ThreadId vg_created) 341 const ThreadId joiner = DRD_(DrdThreadIdToVgThreadId)(drd_joiner); 626 void DRD_(thread_set_vg_running_tid)(const ThreadId vg_tid [all...] |
drd_semaphore.c | 188 const ThreadId vg_tid = VG_(get_running_tid)(); 204 const ThreadId vg_tid = VG_(get_running_tid)(); 279 const ThreadId vg_tid = VG_(get_running_tid)();
|
/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
|
/packages/apps/Mms/tests/src/com/android/mms/ |
InterceptSendSms.java | 136 final long threadId = intent.getLongExtra(WorkingMessage.EXTRA_SMS_THREAD_ID, 0); 140 assertTrue(threadId > 0);
|
/external/valgrind/main/callgrind/ |
threads.c | 62 ThreadId CLG_(current_tid); 127 void CLG_(switch_thread)(ThreadId tid) 178 void CLG_(run_thread)(ThreadId tid) 198 void CLG_(pre_signal)(ThreadId tid, Int sigNum, Bool alt_stack) 238 void CLG_(post_signal)(ThreadId tid, Int sigNum)
|
/frameworks/base/include/utils/ |
threads.h | 103 android_thread_id_t *threadId); 115 android_thread_id_t *threadId); 124 android_thread_id_t *threadId); 202 thread_id_t *threadId = 0) 205 threadPriority, threadStackSize, threadId) ? true : false;
|
/packages/apps/Mms/src/com/android/mms/ui/ |
ComposeMessageActivity.java | [all...] |
/dalvik/tools/dmtracedump/ |
TraceDump.c | 131 int threadId; 750 pKeys->threads[i].threadId = atoi(data); 900 return ((const ThreadEntry*) thread1)->threadId - 901 ((const ThreadEntry*) thread2)->threadId; 998 pKeys->threads[i].threadId, pKeys->threads[i].threadName); 1126 * Reads the next data record, and assigns the data values to threadId, 1127 * methodVal and elapsedTime. On end-of-file, the threadId, methodVal, 1132 int *threadId, unsigned int *methodVal, uint64_t *elapsedTime) 1147 *threadId = id; 1199 printf("Trace (threadID action usecs class.method signature):\n") [all...] |
/sdk/traceview/src/com/android/traceview/ |
DmTraceReader.java | 175 int threadId; 182 threadId = buffer.get(); 185 threadId = buffer.getShort(); 227 ThreadData threadData = mThreadMap.get(threadId); 229 String name = String.format("[%1$d]", threadId); //$NON-NLS-1$ 230 threadData = new ThreadData(threadId, name, mTopLevel); 231 mThreadMap.put(threadId, threadData);
|
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-ppc32-aix5.c | 74 void VG_(reap_threads)(ThreadId self) 91 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) 94 ThreadId tid = (ThreadId)tidW; 137 ThreadId tid = (ThreadId)tidW; 238 ThreadId tid = tst->tid; 283 void VG_(main_thread_wrapper_NORETURN)(ThreadId tid) 493 ThreadId dst_tid = VG_INVALID_THREADID; [all...] |
syswrap-ppc64-aix5.c | 74 void VG_(reap_threads)(ThreadId self) 91 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) 94 ThreadId tid = (ThreadId)tidW; 137 ThreadId tid = (ThreadId)tidW; 238 ThreadId tid = tst->tid; 283 void VG_(main_thread_wrapper_NORETURN)(ThreadId tid) 403 ThreadId dst_tid = VG_INVALID_THREADID;
|
priv_syswrap-linux.h | 38 extern Addr ML_(allocstack) ( ThreadId tid ); 41 extern SysRes ML_(do_fork_clone) ( ThreadId tid, UInt flags, 271 #define TId ThreadId
|
/external/valgrind/main/coregrind/m_sigframe/ |
sigframe-amd64-darwin.c | 90 ThreadId tid = tst->tid; 108 void VG_(sigframe_create) ( ThreadId tid, 191 void VG_(sigframe_destroy)( ThreadId tid, Bool isRT )
|
sigframe-ppc32-aix5.c | 83 ThreadId tid = tst->tid; 111 void VG_(sigframe_create) ( ThreadId tid, 197 void VG_(sigframe_destroy)( ThreadId tid, Bool isRT )
|
sigframe-ppc64-aix5.c | 83 ThreadId tid = tst->tid; 111 void VG_(sigframe_create) ( ThreadId tid, 197 void VG_(sigframe_destroy)( ThreadId tid, Bool isRT )
|
sigframe-x86-darwin.c | 93 ThreadId tid = tst->tid; 111 void VG_(sigframe_create) ( ThreadId tid, 191 void VG_(sigframe_destroy)( ThreadId tid, Bool isRT )
|
/hardware/ti/omap4xxx/domx/mm_osal/src/ |
timm_osal_task.c | 75 pthread_t threadID; /*SHM check */ 185 if (SUCCESS != pthread_create(&pHandle->threadID, 236 if (pthread_join(pHandle->threadID, &retVal))
|
/dalvik/vm/ |
JniInternal.h | 102 ((JNIEnvExt*)pEnv)->envThreadId = self->threadId;
|