HomeSort by relevance Sort by last modified time
    Searched full:threadid (Results 176 - 200 of 353) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/tools/windows/sdl/include/SDL/
SDL_thread.h 74 unsigned, unsigned *threadID);
  /external/chromium_org/third_party/angle_dx11/src/libEGL/
Surface.cpp 253 DWORD threadId = GetWindowThreadProcessId(mWindow, &processId);
254 if (processId != GetCurrentProcessId() || threadId != GetCurrentThreadId())
  /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)();
drd_mutex.c 196 const ThreadId vg_tid = VG_(get_running_tid)();
322 const ThreadId vg_tid = VG_(get_running_tid)();
350 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,
  /dalvik/vm/
AllocTracker.cpp 61 u2 threadId; /* simple thread ID; could be recycled */
230 pRec->threadId = self->threadId;
260 (2b) threadId
426 set2BE(&ptr[4], pRec->threadId);
642 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, \
priv_syswrap-darwin.h 37 Addr allocstack ( ThreadId tid );
38 void find_stack_segment ( ThreadId tid, Addr sp );
41 void record_named_port(ThreadId tid, mach_port_t port, mach_port_right_t right, const char *name);
  /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/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
JavaBridgeBasicsTest.java 417 final long threadId = mTestController.waitForLongValue();
418 assertFalse(threadId == Thread.currentThread().getId());
422 assertFalse(threadId == Thread.currentThread().getId());
  /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...]
  /external/valgrind/main/coregrind/
m_execontext.c 297 static ExeContext* record_ExeContext_wrk ( ThreadId tid, Word first_ip_delta,
426 ExeContext* VG_(record_ExeContext)( ThreadId tid, Word first_ip_delta ) {
431 ExeContext* VG_(record_depth_1_ExeContext)( ThreadId tid, Word first_ip_delta )
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-mips32-linux.c 83 ThreadId tid = tst->tid;
163 void VG_(sigframe_create)( ThreadId tid,
312 void VG_(sigframe_destroy)( ThreadId tid, Bool isRT )
  /frameworks/volley/src/com/android/volley/
Request.java 190 final long threadId = Thread.currentThread().getId();
198 mEventLog.add(tag, threadId);
205 mEventLog.add(tag, threadId);
  /external/valgrind/main/callgrind/
global.h 398 ThreadId tid; /* only for assertion check purpose */
801 void CLG_(switch_thread)(ThreadId tid);
803 void CLG_(run_thread)(ThreadId tid);
809 void CLG_(pre_signal)(ThreadId tid, Int sigNum, Bool alt_stack);
810 void CLG_(post_signal)(ThreadId tid, Int sigNum);
836 extern ThreadId CLG_(current_tid);
  /dalvik/vm/mterp/c/
header.cpp 133 self->threadId, (int)(pc - curMethod->insns), debugStrBuf); \
136 self->threadId, debugStrBuf); \

Completed in 575 milliseconds

1 2 3 4 5 6 78 91011>>