/external/valgrind/main/coregrind/ |
pub_core_translate.h | 40 Bool VG_(translate) ( ThreadId tid,
|
/external/webkit/Source/WebCore/workers/ |
WorkerThread.h | 54 ThreadIdentifier threadID() const { return m_threadID; }
|
WorkerThread.cpp | 143 ThreadIdentifier threadID = m_threadID; 155 detachThread(threadID);
|
/frameworks/base/include/android_runtime/ |
AndroidRuntime.h | 136 android_thread_id_t* threadId);
|
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
AsciiHprofWriter.java | 64 stackTrace.threadId);
|
/packages/apps/Mms/src/com/android/mms/ui/ |
SearchActivity.java | 250 long threadId = getThreadId(sourceId, whichTable); 255 onClickIntent.putExtra("thread_id", threadId); 330 final long threadId = cursor.getLong(threadIdPos); 336 onClickIntent.putExtra("thread_id", threadId);
|
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_thread.h | 74 unsigned, unsigned *threadID);
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_thread.h | 74 unsigned, unsigned *threadID);
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_thread.h | 74 unsigned, unsigned *threadID);
|
/external/valgrind/main/drd/ |
drd_cond.c | 249 const ThreadId vg_tid = VG_(get_running_tid)(); 304 const ThreadId vg_tid = VG_(get_running_tid)();
|
/external/valgrind/main/include/ |
pub_tool_errormgr.h | 75 extern void VG_(maybe_record_error) ( ThreadId tid, ErrorKind ekind, 85 extern Bool VG_(unique_error) ( ThreadId tid, ErrorKind ekind,
|
/frameworks/native/libs/utils/ |
Threads.cpp | 145 android_thread_id_t *threadId) 186 // Note that *threadID is directly available to the parent only, as it is 189 if (threadId != NULL) { 190 *threadId = (android_thread_id_t)thread; // XXX: this is not portable 277 android_thread_id_t *threadId) 279 return doCreateThread( fn, userData, threadId); 312 android_thread_id_t *threadId) 315 threadPriority, threadStackSize, threadId);
|
/dalvik/vm/ |
AllocTracker.cpp | 55 u2 threadId; /* simple thread ID; could be recycled */ 209 pRec->threadId = self->threadId; 239 (2b) threadId 405 set2BE(&ptr[4], pRec->threadId); 621 pRec->threadId, pRec->size, pRec->clazz->descriptor);
|
Native.cpp | 267 if (pEntry->onLoadThreadId == self->threadId) { 272 ALOGI("threadid=%d: recursive native library load attempt (%s)", 273 self->threadId, pEntry->pathName); 282 ALOGD("threadid=%d: waiting for %s OnLoad status", 283 self->threadId, pEntry->pathName); 400 pNewEntry->onLoadThreadId = self->threadId;
|
/external/valgrind/main/coregrind/m_syswrap/ |
priv_types_n_macros.h | 148 void (*before) ( ThreadId, 155 void (*after) ( ThreadId, 227 ( ThreadId tid, \ 236 ( ThreadId tid, \ 249 ( ThreadId tid, \ 257 ( ThreadId tid, \
|
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityInteractionClient.java | 117 final long threadId = Thread.currentThread().getId(); 118 return getInstanceForThread(threadId); 127 * @return The client for a given <code>threadId</code>. 129 public static AccessibilityInteractionClient getInstanceForThread(long threadId) { 131 AccessibilityInteractionClient client = sClients.get(threadId); 134 sClients.put(threadId, client);
|
/external/v8/src/ |
isolate.cc | 59 Atomic32 ThreadId::highest_thread_id_ = 0; 61 int ThreadId::AllocateThreadId() { 67 int ThreadId::GetCurrentThreadId() { 97 thread_id_ = ThreadId::Invalid(); 123 thread_id_ = ThreadId::Current(); 324 ThreadId thread_id) { 325 ASSERT(!thread_id.Equals(ThreadId::Invalid())); 339 ThreadId thread_id = ThreadId::Current(); 353 ThreadId thread_id = ThreadId::Current() [all...] |
/external/valgrind/main/memcheck/ |
mc_errors.c | 95 ThreadId tid; // Which thread's stack? 841 void MC_(record_address_error) ( ThreadId tid, Addr a, Int szB, 867 void MC_(record_value_error) ( ThreadId tid, Int szB, UInt otag ) 879 void MC_(record_cond_error) ( ThreadId tid, UInt otag ) 893 void MC_(record_core_mem_error) ( ThreadId tid, Char* msg ) 898 void MC_(record_regparam_error) ( ThreadId tid, Char* msg, UInt otag ) 909 void MC_(record_memparam_error) ( ThreadId tid, Addr a, [all...] |
/dalvik/vm/interp/ |
Stack.cpp | 362 ALOGW("threadid=%d: status=%d on call to %s.%s -", 363 self->threadId, self->status, 378 LOGVV("thread=%d native code calling %s.%s %s", self->threadId, 1010 ALOGE("DalvikVM: double-overflow of stack in threadid=%d; aborting", 1011 self->threadId); 1017 ALOGI("threadid=%d: stack overflow on call to %s.%s:%s", 1018 self->threadId, [all...] |
/external/valgrind/main/coregrind/m_gdbserver/ |
m_gdbserver.c | 61 static void invalidate_current_ip (ThreadId tid, char *who); 132 static void call_gdbserver ( ThreadId tid , CallReason reason); 399 const ThreadId tid = VG_(running_tid); 569 static void invalidate_current_ip (ThreadId tid, char *who) 574 void VG_(gdbserver_prerun_action) (ThreadId tid) 595 static void gdbserver_cleanup_in_child_after_fork(ThreadId me) 631 static void call_gdbserver ( ThreadId tid , CallReason reason) 744 void VG_(gdbserver) ( ThreadId tid ) 881 Bool VG_(gdbserver_activity) (ThreadId tid) 897 Bool VG_(gdbserver_report_signal) (Int vki_sigNo, ThreadId tid [all...] |
/external/valgrind/main/exp-dhat/ |
dh_main.c | 451 void* new_block ( ThreadId tid, void* p, SizeT req_szB, SizeT req_alignB, 538 void* renew_block ( ThreadId tid, void* p_old, SizeT new_req_szB ) 620 static void* dh_malloc ( ThreadId tid, SizeT szB ) 625 static void* dh___builtin_new ( ThreadId tid, SizeT szB ) 630 static void* dh___builtin_vec_new ( ThreadId tid, SizeT szB ) 635 static void* dh_calloc ( ThreadId tid, SizeT m, SizeT szB ) 640 static void *dh_memalign ( ThreadId tid, SizeT alignB, SizeT szB ) 645 static void dh_free ( ThreadId tid __attribute__((unused)), void* p ) 650 static void dh___builtin_delete ( ThreadId tid, void* p ) 655 static void dh___builtin_vec_delete ( ThreadId tid, void* p [all...] |
/external/valgrind/main/massif/ |
ms_main.c | [all...] |
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
MmsSmsProvider.java | 241 URI_MATCHER.addURI(AUTHORITY, "threadID", URI_THREAD_ID); 456 long threadId; 458 threadId = Long.parseLong(uri.getLastPathSegment()); 463 cursor = getFirstLockedMessage(projection, "thread_id=" + Long.toString(threadId), [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/ |
SDL_audio.c | 138 audio->threadid = SDL_ThreadID(); 241 if ( audio->thread && (SDL_ThreadID() == audio->threadid) ) { 249 if ( audio->thread && (SDL_ThreadID() == audio->threadid) ) {
|
/external/stressapptest/src/ |
sat.cc | 473 (*it)->ThreadID(), (*it)->GetStatus(), [all...] |