/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-amd64-darwin.c | 193 ThreadId tid = VG_(alloc_ThreadState)(); 413 ThreadId tid = VG_(lwpid_to_vgtid)(kport);
|
syswrap-arm-linux.c | 152 static SysRes sys_set_tls ( ThreadId tid, Addr tlsptr ); 156 1. allocate a ThreadId+ThreadState+stack for the the thread 164 static SysRes do_clone ( ThreadId ptid, 172 ThreadId ctid = VG_(alloc_ThreadState)(); 282 static SysRes sys_set_tls ( ThreadId tid, Addr tlsptr ) [all...] |
syswrap-linux.c | 64 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) 67 ThreadId tid = (ThreadId)tidW; 118 ThreadId tid = (ThreadId)tidW; 223 ThreadId tid = tst->tid; 233 Addr ML_(allocstack)(ThreadId tid) 273 void VG_(main_thread_wrapper_NORETURN)(ThreadId tid) 313 SysRes ML_(do_fork_clone) ( ThreadId tid, UInt flags, 584 ThreadId t [all...] |
/external/valgrind/main/drd/ |
drd_mutex.c | 204 const ThreadId vg_tid = VG_(get_running_tid)(); 365 const ThreadId vg_tid = VG_(get_running_tid)();
|
drd_rwlock.c | 341 const ThreadId vg_tid = VG_(get_running_tid)(); 536 const ThreadId vg_tid = VG_(get_running_tid)();
|
/external/webkit/Source/WebCore/workers/ |
WorkerContext.cpp | 120 ASSERT(currentThread() == thread()->threadID()); 325 return currentThread() == thread()->threadID();
|
/frameworks/media/libvideoeditor/osal/src/ |
M4OSA_Thread.c | 152 threadContext->threadID = 0; 287 if ( 0 == pthread_create( &threadContext->threadID,
|
/dalvik/vm/ |
Profile.cpp | 292 fprintf(fp, "%d\t%s\n", thread->threadId, threadName.c_str()); 753 // self->threadId, self->cpuClockBase); 778 *ptr++ = (u1) self->threadId; 779 *ptr++ = (u1) (self->threadId >> 8);
|
/dalvik/vm/mterp/common/ |
asm-constants.h | 160 MTERP_OFFSET(offThread_threadId, Thread, threadId, 36)
|
/external/valgrind/main/coregrind/m_sigframe/ |
sigframe-x86-linux.c | 350 void synth_ucontext(ThreadId tid, const vki_siginfo_t *si, 401 ThreadId tid = tst->tid; 581 void VG_(sigframe_create)( ThreadId tid, 696 void VG_(sigframe_destroy)( ThreadId tid, Bool isRT )
|
sigframe-ppc64-linux.c | 140 ThreadId tid = tst->tid; 179 void VG_(sigframe_create)( ThreadId tid, 323 void VG_(sigframe_destroy)( ThreadId tid, Bool isRT )
|
sigframe-ppc32-linux.c | 456 //.. void synth_ucontext(ThreadId tid, const vki_siginfo_t *si, 510 ThreadId tid = tst->tid; 668 void VG_(sigframe_create)( ThreadId tid, 877 void VG_(sigframe_destroy)( ThreadId tid, Bool isRT ) [all...] |
/external/valgrind/main/coregrind/ |
pub_core_mallocfree.h | 117 extern void VG_(mallinfo) ( ThreadId tid, struct vg_mallinfo* mi );
|
m_errormgr.c | 93 static ThreadId last_tid_printed = 1; 133 ThreadId tid; // Initialised by core 625 void construct_error ( Error* err, ThreadId tid, ErrorKind ekind, Addr a, 661 void VG_(maybe_record_error) ( ThreadId tid, 836 Bool VG_(unique_error) ( ThreadId tid, ErrorKind ekind, Addr a, Char* s, 974 VG_(translate) ( 0 /* dummy ThreadId; irrelevant due to debugging*/, [all...] |
m_libcproc.c | 710 void VG_(do_atfork_pre)(ThreadId tid) 719 void VG_(do_atfork_parent)(ThreadId tid) 755 void VG_(do_atfork_child)(ThreadId tid)
|
/external/valgrind/main/docs/internals/ |
xml-output-protocol4.txt | 366 <threadid>17</threadid> 369 And presumably the <threadid>17</threadid> refers to some previously
|
/external/valgrind/main/helgrind/ |
hg_basics.h | 46 static inline Bool HG_(is_sane_ThreadId) ( ThreadId coretid ) {
|
/external/valgrind/unittest/ |
deadlock_unittest.cc | 134 int ThreadId() {
|
/packages/apps/Mms/src/com/android/mms/data/ |
RecipientIdCache.java | 138 public static void updateNumbers(long threadId, ContactList contacts) {
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
MmsProvider.java | 349 Long threadId = values.getAsLong(Mms.THREAD_ID); 352 if (((threadId == null) || (threadId == 0)) && (address != null)) { [all...] |
/frameworks/base/core/java/android/provider/ |
Telephony.java | 237 * @param threadId the thread_id of the message 242 Long date, boolean read, boolean deliveryReport, long threadId) { 255 if (threadId != -1L) { 256 values.put(THREAD_ID, threadId); 460 boolean deliveryReport, long threadId) { 462 subject, date, true, deliveryReport, threadId); [all...] |
/external/valgrind/main/exp-ptrcheck/ |
h_main.c | 468 static Seg* add_new_segment ( ThreadId tid, Addr p, SizeT size ) 491 void* alloc_and_new_mem_heap ( ThreadId tid, 508 static void die_and_free_mem_heap ( ThreadId tid, Seg* seg ) 525 static void handle_free_heap( ThreadId tid, void* p ) 893 void* h_replace_malloc ( ThreadId tid, SizeT n ) 899 void* h_replace___builtin_new ( ThreadId tid, SizeT n ) 905 void* h_replace___builtin_vec_new ( ThreadId tid, SizeT n ) 911 void* h_replace_memalign ( ThreadId tid, SizeT align, SizeT n ) 917 void* h_replace_calloc ( ThreadId tid, SizeT nmemb, SizeT size1 ) 923 void h_replace_free ( ThreadId tid, void* p [all...] |
/dalvik/docs/ |
heap-profiling.html | 120 I/dalvikvm( 289): threadid=7: reacting to signal 10
|
/dalvik/vm/alloc/ |
CardTable.cpp | 235 static void dumpReferencesRootVisitor(void *ptr, u4 threadId,
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
LogRecordTest.java | 296 assertEquals("ThreadID", init.getThreadID(), dser.getThreadID());
|