HomeSort by relevance Sort by last modified time
    Searched defs:tid (Results 251 - 275 of 281) sorted by null

<<1112

  /frameworks/base/tools/aapt/
ResourceTable.cpp 3816 int tid = Res_GETTYPE(resID); local
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationList.java 496 long tid = conv.getThreadId(); local
499 Log.d(TAG, "onListItemClick: pos=" + position + ", view=" + v + ", tid=" + tid);
502 openThread(tid);
    [all...]
ComposeMessageActivity.java 350 long tid = current.getId(); local
354 logMsg = "[" + tid + "] [" + methodName + "] " + logMsg;
4059 long tid = (Long) cookie; local
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 1541 pthread_t tid; local
    [all...]
  /external/valgrind/main/callgrind/
global.h 398 ThreadId tid; /* only for assertion check purpose */ member in struct:_BBCC
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);
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 3178 ThreadId tid; local
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 90 ThreadId tid = (ThreadId)tidW; local
91 ThreadState* tst = VG_(get_ThreadState)(tid);
94 "thread_wrapper(tid=%lld): entry\n",
100 VG_(acquire_BigLock)(tid, "thread_wrapper");
103 VG_(printf)("thread tid %d started: stack = %p\n",
104 tid, &tid);
109 VG_TRACK(pre_thread_first_insn, tid);
117 ret = VG_(scheduler)(tid);
119 vg_assert(VG_(is_exiting)(tid));
207 ThreadId tid = (ThreadId)tidW; local
338 ThreadId tid = tst->tid; local
    [all...]
  /external/valgrind/main/exp-sgcheck/
sg_main.c 66 static inline Bool is_sane_TId ( ThreadId tid )
68 return tid >= 0 && tid < VG_N_THREADS
69 && tid != VG_INVALID_THREADID;
1772 ThreadId tid = VG_(get_running_tid)(); local
1949 ThreadId tid = VG_(get_running_tid)(); local
2490 ThreadId tid = VG_(get_running_tid)(); local
    [all...]
  /external/valgrind/main/massif/
ms_main.c 1837 ThreadId tid = VG_(get_running_tid)(); local
    [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp 354 void AudioFlinger::ThreadBase::sendPrioConfigEvent_l(pid_t pid, pid_t tid, int32_t prio)
356 PrioConfigEvent *prioEvent = new PrioConfigEvent(pid, tid, prio);
358 ALOGV("sendPrioConfigEvent_l() num events %d pid %d, tid %d prio %d",
359 mConfigEvents.size(), pid, tid, prio);
377 int err = requestPriority(prioEvent->pid(), prioEvent->tid(), prioEvent->prio(),
380 ALOGW("Policy SCHED_FIFO priority %d is unavailable for pid %d tid %d; "
382 prioEvent->prio(), prioEvent->pid(), prioEvent->tid(), err);
415 snprintf(buffer, SIZE, "TID: %d\n", getTid());
2170 pid_t tid = mFastMixer->getTid(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
i2o-dev.h 66 unsigned int tid; /* Target device TID */ member in struct:i2o_cmd_psetget
86 unsigned int tid; /* Target device ID */ member in struct:i2o_html
98 unsigned int tid; member in struct:i2o_evt_id
202 __u32 tid:12; member in struct:_i2o_lct_entry
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
i2o-dev.h 66 unsigned int tid; /* Target device TID */ member in struct:i2o_cmd_psetget
86 unsigned int tid; /* Target device ID */ member in struct:i2o_html
98 unsigned int tid; member in struct:i2o_evt_id
202 __u32 tid:12; member in struct:_i2o_lct_entry
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
i2o-dev.h 66 unsigned int tid; /* Target device TID */ member in struct:i2o_cmd_psetget
86 unsigned int tid; /* Target device ID */ member in struct:i2o_html
98 unsigned int tid; member in struct:i2o_evt_id
202 __u32 tid:12; member in struct:_i2o_lct_entry
  /external/kernel-headers/original/linux/
perf_event.h 335 * u32 pid, tid;
357 * u32 pid, tid;
367 * u32 tid, ptid;
388 * u32 tid, ptid;
397 * u32 pid, tid;
409 * { u32 pid, tid; } && PERF_SAMPLE_TID
859 u32 tid; member in struct:perf_sample_data::__anon9870
  /external/linux-tools-perf/util/include/linux/added/
perf_event.h 349 * (identity) an event took place (TID, TIME, ID, CPU, STREAM_ID)
362 * u32 pid, tid;
384 * u32 pid, tid;
394 * u32 tid, ptid;
415 * u32 tid, ptid;
424 * u32 pid, tid;
436 * { u32 pid, tid; } && PERF_SAMPLE_TID
999 u32 tid; member in struct:perf_sample_data::__anon11140
  /external/valgrind/main/helgrind/
hg_main.c 68 // FIXME: new_mem_w_tid ignores the supplied tid. (wtf?!)
246 ThreadId tid; local
248 tid = map_threads_maybe_reverse_lookup_SLOW(thr);
250 = VG_(record_ExeContext)(tid, 0/*first_ip_delta*/);
302 ThreadId tid; local
304 tid = map_threads_maybe_reverse_lookup_SLOW(thr);
306 = VG_(record_ExeContext)(tid, 0/*first_ip_delta*/);
636 ThreadId tid; local
641 tid = thr->coretid;
642 tl_assert(HG_(is_sane_ThreadId)(tid));
650 ThreadId tid = map_threads_maybe_reverse_lookup_SLOW( thr ); local
5070 ThreadId tid; local
5087 ThreadId tid; local
    [all...]
  /bionic/libc/kernel/common/sound/
asound.h 559 struct snd_timer_id tid; member in struct:snd_timer_ginfo
575 struct snd_timer_id tid; member in struct:snd_timer_gparams
582 struct snd_timer_id tid; member in struct:snd_timer_gstatus
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 6483 mach_port_t tid = pthread_mach_thread_np(pthread_self()); local
6484 OS << tid << ':'; local
    [all...]
  /external/kernel-headers/original/sound/
asound.h 585 struct snd_timer_id tid; /* requested timer ID */ member in struct:snd_timer_ginfo
599 struct snd_timer_id tid; /* requested timer ID */ member in struct:snd_timer_gparams
606 struct snd_timer_id tid; /* requested timer ID */ member in struct:snd_timer_gstatus
    [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 5500 int tid = 0; member in namespace:test115
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asound.h 574 struct snd_timer_id tid; /* requested timer ID */ member in struct:snd_timer_ginfo
588 struct snd_timer_id tid; /* requested timer ID */ member in struct:snd_timer_gparams
595 struct snd_timer_id tid; /* requested timer ID */ member in struct:snd_timer_gstatus
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asound.h 574 struct snd_timer_id tid; /* requested timer ID */ member in struct:snd_timer_ginfo
588 struct snd_timer_id tid; /* requested timer ID */ member in struct:snd_timer_gparams
595 struct snd_timer_id tid; /* requested timer ID */ member in struct:snd_timer_gstatus
    [all...]
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 192 #define DOT11_BA_CTL_MTID 0x0002 /* multi tid BA */
198 #define DOT11_BA_CTL_TID_MASK 0xF000 /* tid mask */
199 #define DOT11_BA_CTL_TID_SHIFT 12 /* tid shift */
3407 uint8 tid; member in struct:pti_control_ie
    [all...]

Completed in 2472 milliseconds

<<1112