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

<<11121314151617181920>>

  /external/valgrind/main/exp-sgcheck/tests/
hsg.stderr.exp 34 <tid>...</tid>
62 <tid>...</tid>
  /external/valgrind/main/include/
pub_tool_errormgr.h 69 'tid' can be found as for VG_(record_ExeContext)(). The `extra' field can
75 extern void VG_(maybe_record_error) ( ThreadId tid, ErrorKind ekind,
85 extern Bool VG_(unique_error) ( ThreadId tid, ErrorKind ekind,
pub_tool_gdbserver.h 51 // Calling VG_(gdbserver) with tid > 0 means to let a debugger attach
53 // process stopped in thread tid.
54 // tid == 0 indicates to stop gdbserver and report to gdb
57 extern void VG_(gdbserver) ( ThreadId tid );
  /frameworks/av/services/audioflinger/
ISchedulingPolicyService.cpp 40 virtual int requestPriority(int32_t pid, int32_t tid, int32_t prio, bool asynchronous)
45 data.writeInt32(tid);
  /frameworks/native/include/utils/
AndroidThreads.h 84 extern int androidSetThreadPriority(pid_t tid, int prio);
88 extern int androidGetThreadPriority(pid_t tid);
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
PriorityThreadFactoryTest.java 60 int tid = android.os.Process.myTid(); local
61 mPriority = new Integer(android.os.Process.getThreadPriority(tid));
  /system/core/include/corkscrew/
backtrace.h 67 ssize_t unwind_backtrace_thread(pid_t tid, backtrace_frame_t* backtrace,
75 ssize_t unwind_backtrace_ptrace(pid_t tid, const ptrace_context_t* context,
map_info.h 41 /* Loads memory map from /proc/<tid>/maps. */
42 map_info_t* load_map_info_list(pid_t tid);
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-mips32-linux.c 83 ThreadId tid = tst->tid; local
95 addr, tid );
103 VG_(synth_fault_mapping)( tid, addr );
113 size + VG_STACK_REDZONE_SZB, tid );
124 VG_TRACK( pre_mem_write, Vg_CoreSignal, tst->tid, "signal frame mcontext",
163 void VG_(sigframe_create)( ThreadId tid,
173 ThreadState* tst = VG_(get_ThreadState)(tid);
190 tst = VG_(get_ThreadState)(tid);
209 VG_TRACK( pre_mem_write, Vg_CoreSignal, tid, "signal frame siginfo"
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-amd64-darwin.c 225 ThreadId tid = VG_(alloc_ThreadState)(); local
226 ThreadState *tst = VG_(get_ThreadState)(tid);
238 find_stack_segment(tid, tst->arch.vex.guest_RSP);
258 stack = (char *)allocstack(tst->tid);
354 record_named_port(tst->tid, kport, MACH_PORT_RIGHT_SEND, "thread-%p");
376 find_stack_segment(tst->tid, sp);
382 //VG_TRACK ( pre_thread_ll_create, ptid, tst->tid );
459 ThreadId tid = VG_(lwpid_to_vgtid)(kport); local
460 vg_assert(VG_(is_valid_tid)(tid));
463 tst = VG_(get_ThreadState)(tid);
    [all...]
priv_types_n_macros.h 227 ( ThreadId tid, \
236 ( ThreadId tid, \
249 ( ThreadId tid, \
257 ( ThreadId tid, \
428 VG_(tdict).track_pre_reg_read(Vg_CoreSysCall, tid, "(syscallno)", \
450 Vg_CoreSysCall, tid, s"("#a")", \
468 Vg_CoreSysCall, tid, s"("#a")", \
497 Addr here = layout->s_arg##n + VG_(get_SP)(tid); \
500 Vg_CoreSysCallArgInMem, tid, s"("#a")", \
515 VG_(get_SP)(tid); \
    [all...]
  /external/valgrind/main/callgrind/
callgrind_control.in 431 foreach $tid (@tids) {
432 print " Th".substr(" ".$tid,-2)." ";
433 print_CC($totals{$tid}, $totals_width);
444 foreach $tid (@tids) {
449 print "Backtrace for Thread $tid\n";
451 $i = $fcount{$tid};
457 print_CC($events{$tid,$i-1}, $totals_width);
459 print $func{$tid,$i};
461 print " (".$calls{$tid,$i-1}." x)";
  /external/valgrind/main/memcheck/tests/
xml1.stderr.exp 33 <tid>...</tid>
117 <tid>...</tid>
158 <tid>...</tid>
199 <tid>...</tid>
291 <tid>...</tid>
    [all...]
long_namespace_xml.stderr.exp 33 <tid>...</tid>
  /external/valgrind/main/drd/
drd_cond.c 108 .tid = DRD_(thread_get_running_tid)(),
157 CondErrInfo cei = { .tid = DRD_(thread_get_running_tid)(), .cond = cond };
180 CondErrInfo cei = { .tid = DRD_(thread_get_running_tid)(), .cond = cond };
191 CondErrInfo cei = { .tid = DRD_(thread_get_running_tid)(), .cond = cond };
219 CondErrInfo cei = { .tid = DRD_(thread_get_running_tid)(), .cond = cond };
235 = { .tid = DRD_(thread_get_running_tid)(),
302 static void cond_signal(const DrdThreadId tid, struct cond_info* const cond_p)
318 CondRaceErrInfo cei = { .tid = DRD_(thread_get_running_tid)(),
340 CondErrInfo cei = { .tid = DRD_(thread_get_running_tid)(), .cond = cond };
  /external/valgrind/main/drd/tests/
annotate_barrier.c 44 pthread_t tid; member in struct:threadinfo
147 pthread_create(&t[i].tid, 0, (void*(*)(void*))threadfunc, &t[i]);
152 pthread_join(t[i].tid, 0);
annotate_rwlock.c 144 pthread_t tid[thread_count]; local
150 pthread_create(&tid[i], 0, thread_func, 0);
155 pthread_join(tid[i], 0);
monitor_example.cpp 222 pthread_t tid; local
223 pthread_create(&tid, 0, thread_func, 0);
228 pthread_join(tid, 0);
  /external/valgrind/main/helgrind/tests/
annotate_rwlock.c 158 pthread_t tid[thread_count]; local
164 pthread_create(&tid[i], 0, thread_func, 0);
169 pthread_join(tid[i], 0);
tc06_two_races_xml.stderr.exp 78 <tid>...</tid>
123 <tid>...</tid>
168 <tid>...</tid>
213 <tid>...</tid>
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 54 u64 tid : kTidBits;
59 void Init(uptr siz, u32 tid, u32 stk) {
62 raw[1] |= (u64)tid << ((1 + 44 + 31) % 64);
66 DCHECK_EQ(Tid(), tid); local
70 u32 Tid() const {
142 // tid : kTidBits
148 FastState(u64 tid, u64 epoch) {
149 x_ = tid << kTidShift;
151 DCHECK_EQ(tid, this->tid())
164 u64 tid() const { function in class:__tsan::FastState
422 const int tid; member in struct:__tsan::ThreadState
    [all...]
tsan_platform.h 140 uptr ALWAYS_INLINE INLINE GetThreadTrace(int tid) {
141 uptr p = kTraceMemBegin + (uptr)tid * kTraceSize * sizeof(Event);
  /external/openssh/regress/
cipher-speed.sh 4 tid="cipher speed"
  /external/oprofile/daemon/
opd_sfile.h 45 pid_t tid; member in struct:sfile
  /external/qemu/memcheck/
memcheck.h 109 * tid - ID of the thread that becomes active.
111 void memcheck_switch(uint32_t tid);

Completed in 566 milliseconds

<<11121314151617181920>>