/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 );
|
m_signals.c | 653 static Bool is_sig_ign(Int sigNo, ThreadId tid) [all...] |
/dalvik/vm/hprof/ |
Hprof.cpp | 177 static void hprofRootVisitor(void *addr, u4 threadId, RootType type, void *arg) 208 ctx->gcThreadSerialNumber = threadId;
|
/external/chromium_org/third_party/WebKit/Source/core/workers/ |
WorkerThread.cpp | 132 ThreadIdentifier threadID = m_threadID; 144 detachThread(threadID);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
dbghelp.h | [all...] |
/external/chromium_org/tools/cygprofile/ |
mergetraces.py | 29 secs msecs pid:threadid func 180 print "secs\tmsecs\tpid:threadid\tfunc"
|
/external/chromium_org/v8/src/ |
optimizing-compiler-thread.cc | 43 thread_id_ = ThreadId::Current().ToInteger(); 217 return ThreadId::Current().ToInteger() == thread_id_;
|
/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/llvm/lib/Target/XCore/ |
XCoreLowerThreadLocal.cpp | 117 Value *ThreadID = Builder.CreateCall(GetID); 120 Indices.push_back(ThreadID);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
dbghelp.h | [all...] |
/external/valgrind/main/drd/ |
pub_drd_bitmap.h | 145 void DRD_(bm_report_races)(ThreadId const tid1, ThreadId const tid2,
|
drd_thread.c | 67 static ThreadId s_vg_running_tid = VG_INVALID_THREADID; 148 * Convert Valgrind's ThreadId into a DrdThreadId. 151 * Valgrind ThreadId does not yet exist. 153 DrdThreadId DRD_(VgThreadIdToDrdThreadId)(const ThreadId tid) 173 static DrdThreadId DRD_(VgThreadIdToNewDrdThreadId)(const ThreadId tid) 238 ThreadId DRD_(DrdThreadIdToVgThreadId)(const DrdThreadId tid) 288 const ThreadId vg_created) 315 DrdThreadId DRD_(thread_post_create)(const ThreadId vg_created) 378 const ThreadId joiner = DRD_(DrdThreadIdToVgThreadId)(drd_joiner); 670 void DRD_(thread_set_vg_running_tid)(const ThreadId vg_tid [all...] |
/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 );
|
/frameworks/volley/src/com/android/volley/ |
VolleyLog.java | 125 public synchronized void add(String name, long threadId) { 130 mMarkers.add(new Marker(name, threadId, SystemClock.elapsedRealtime()));
|
/packages/apps/Mms/src/com/android/mms/ui/ |
RecipientListActivity.java | 47 * threadId in the intent's extras. 72 Log.w(TAG, "No conversation found for threadId: " + mThreadId + ". Finishing...");
|
/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);
|
/system/core/libutils/ |
Threads.cpp | 125 android_thread_id_t *threadId) 166 // Note that *threadID is directly available to the parent only, as it is 169 if (threadId != NULL) { 170 *threadId = (android_thread_id_t)thread; // XXX: this is not portable 257 android_thread_id_t *threadId) 259 return doCreateThread( fn, userData, threadId); 292 android_thread_id_t *threadId) 295 threadPriority, threadStackSize, threadId);
|
/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) 196 void CLG_(pre_signal)(ThreadId tid, Int sigNum, Bool alt_stack) 236 void CLG_(post_signal)(ThreadId tid, Int sigNum)
|
/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...] |
/art/runtime/ |
monitor.cc | 603 uint32_t threadId = self->GetThinLockId(); 611 if (LW_LOCK_OWNER(thin) == threadId) { 629 newThin = thin | (threadId << LW_LOCK_OWNER_SHIFT); 636 threadId, thinp, PrettyTypeOf(obj).c_str(), LW_LOCK_OWNER(thin)); 650 newThin = thin | (threadId << LW_LOCK_OWNER_SHIFT); 673 VLOG(monitor) << StringPrintf("monitor: thread %d found lock %p surprise-fattened by another thread", threadId, thinp); 679 VLOG(monitor) << StringPrintf("monitor: thread %d spin on lock %p done", threadId, thinp); 685 VLOG(monitor) << StringPrintf("monitor: thread %d fattened lock %p", threadId, thinp); 690 threadId, thinp, LW_MONITOR(*thinp), [all...] |
/external/valgrind/main/coregrind/m_sigframe/ |
sigframe-amd64-darwin.c | 91 ThreadId tid = tst->tid; 109 void VG_(sigframe_create) ( ThreadId tid, 195 void VG_(sigframe_destroy)( ThreadId tid, Bool isRT )
|
sigframe-x86-darwin.c | 94 ThreadId tid = tst->tid; 112 void VG_(sigframe_create) ( ThreadId tid, 195 void VG_(sigframe_destroy)( ThreadId tid, Bool isRT )
|
/external/valgrind/main/coregrind/m_syswrap/ |
priv_syswrap-linux.h | 38 extern Addr ML_(allocstack) ( ThreadId tid ); 41 extern SysRes ML_(do_fork_clone) ( ThreadId tid, UInt flags, 281 #define TId ThreadId
|