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

<<11121314151617181920>>

  /external/linux-tools-perf/util/
build-id.c 49 struct thread *thread = perf_session__findnew(session, event->fork.tid);
51 dump_printf("(%d:%d):(%d:%d)\n", event->fork.pid, event->fork.tid,
  /external/openssh/regress/
agent-getpeereid.sh 4 tid="disallow agent attach from other uid"
cert-hostkey.sh 4 tid="certified host keys"
28 verbose "$tid: sign host ${ktype} cert"
50 verbose "$tid: host ${ktype} cert connect privsep $privsep"
92 verbose "$tid: host ${ktype} revoked cert privsep $privsep"
119 verbose "$tid: host ${ktype} revoked cert"
151 verbose "$tid: host cert connect $ident $kt expect $result"
193 verbose "$tid: host ${ktype} ${v} cert downgrade to raw key"
240 verbose "$tid: host ${kt} connect wrong cert"
rekey.sh 4 tid="rekey during transfer data"
  /external/valgrind/main/coregrind/
m_execontext.c 297 static ExeContext* record_ExeContext_wrk ( ThreadId tid, Word first_ip_delta,
308 vg_assert(VG_(is_valid_tid)(tid));
312 ips[0] = VG_(get_IP)(tid) + first_ip_delta;
314 n_ips = VG_(get_StackTrace)( tid, ips, VG_(clo_backtrace_size),
426 ExeContext* VG_(record_ExeContext)( ThreadId tid, Word first_ip_delta ) {
427 return record_ExeContext_wrk( tid, first_ip_delta,
431 ExeContext* VG_(record_depth_1_ExeContext)( ThreadId tid, Word first_ip_delta )
433 return record_ExeContext_wrk( tid, first_ip_delta,
m_errormgr.c 138 ThreadId tid; // Initialised by core member in struct:_Error
513 VG_(gdbserver)( err->tid );
524 VG_(start_debugger)( err->tid );
546 * prints the opening tag, and the <unique> and <tid> fields
588 VG_(printf_xml)(" <tid>%d</tid>\n", err->tid);
605 && err->tid > 0 && err->tid != last_tid_printed) {
606 VG_(umsg)("Thread %d:\n", err->tid );
    [all...]
  /frameworks/base/tools/preload/
Record.java 86 final int tid; field in class:Record
130 tid = Integer.parseInt(parts[2]);
Root.java 84 o = process.endOperation(record.tid, record.className,
93 process.startOperation(record.tid, loadedClass, record.time,
98 process.startOperation(record.tid, loadedClass, record.time,
  /external/nist-sip/java/gov/nist/javax/sip/stack/
ServerLog.java 323 String callId, String firstLine, String status, String tid, long time,
327 sender, firstLine, tid, callId, timestampVal);
351 String tid = message.getTransactionId(); local
354 logMessage(inputText, from, to, sender, callId, firstLine, null, tid, time, tsval);
376 String tid = message.getTransactionId(); local
379 logMessage(encoded, from, to, sender, callId, firstLine, status, tid, time, tsval);
  /external/valgrind/main/memcheck/
mc_errors.c 95 ThreadId tid; // Which thread's stack? member in struct:_AddrInfo::__anon17199::__anon17201
318 xpre, (ULong)a, ai->Addr.Stack.tid, xpost );
841 void MC_(record_address_error) ( ThreadId tid, Addr a, Int szB,
853 just_below_esp = is_just_below_ESP( VG_(get_SP)(tid), a );
864 VG_(maybe_record_error)( tid, Err_Addr, a, /*s*/NULL, &extra );
867 void MC_(record_value_error) ( ThreadId tid, Int szB, UInt otag )
876 VG_(maybe_record_error)( tid, Err_Value, /*addr*/0, /*s*/NULL, &extra );
879 void MC_(record_cond_error) ( ThreadId tid, UInt otag )
887 VG_(maybe_record_error)( tid, Err_Cond, /*addr*/0, /*s*/NULL, &extra );
893 void MC_(record_core_mem_error) ( ThreadId tid, Char* msg
1104 ThreadId tid; local
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 52 static ThreadContextBase *CreateThreadContext(u32 tid) {
54 MapThreadTrace(GetThreadTrace(tid), TraceSize() * sizeof(Event));
56 return new(mem) ThreadContext(tid);
78 ThreadState::ThreadState(Context *ctx, int tid, int unique_id, u64 epoch,
81 : fast_state(tid, epoch)
88 , tid(tid)
214 int tid = ThreadCreate(thr, 0, 0, true); local
215 CHECK_EQ(tid, 0);
216 ThreadStart(thr, tid, GetPid())
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c 73 ThreadId tid = (ThreadId)tidW; local
74 ThreadState* tst = VG_(get_ThreadState)(tid);
77 "thread_wrapper(tid=%lld): entry\n",
83 VG_(acquire_BigLock)(tid, "thread_wrapper(starting new thread)");
86 VG_(printf)("thread tid %d started: stack = %p\n",
87 tid, &tid);
92 VG_TRACK(pre_thread_first_insn, tid);
103 ret = VG_(scheduler)(tid);
105 vg_assert(VG_(is_exiting)(tid));
127 ThreadId tid = (ThreadId)tidW; local
302 ThreadId tid = tst->tid; local
    [all...]
priv_syswrap-generic.h 40 Bool ML_(valid_client_addr)(Addr start, SizeT size, ThreadId tid,
53 Bool ML_(fd_allowed)(Int fd, const Char *syscallname, ThreadId tid, Bool isNewFD);
55 extern void ML_(record_fd_open_named) (ThreadId tid, Int fd);
56 extern void ML_(record_fd_open_nameless) (ThreadId tid, Int fd);
57 extern void ML_(record_fd_open_with_given_name)(ThreadId tid, Int fd,
76 ML_(buf_and_len_pre_check) ( ThreadId tid, Addr buf_p, Addr buflen_p,
79 ML_(buf_and_len_post_check) ( ThreadId tid, SysRes res,
84 void ML_(PRE_unknown_ioctl)(ThreadId tid, UWord request, UWord arg);
86 void ML_(POST_unknown_ioctl)(ThreadId tid, UInt res, UWord request, UWord arg);
216 #define TId ThreadI
    [all...]
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/linux-tools-perf/
builtin-lock.c 117 u32 tid; member in struct:thread_stat
123 static struct thread_stat *thread_stat_find(u32 tid)
131 if (st->tid == tid)
133 else if (tid < st->tid)
152 if (new->tid < p->tid)
154 else if (new->tid > p->tid)
    [all...]
  /external/qemu/memcheck/
memcheck_proc_management.c 64 * tid - Thread ID of the thread that's being created.
69 create_new_thread(ProcDesc* proc, uint32_t tid)
76 new_thread->tid = tid;
170 * tid - Thread ID to look up thread descriptor for.
175 get_thread_from_tid(uint32_t tid)
182 if (tid == current_tid && current_thread != NULL) {
187 if (tid == thread->tid) {
188 if (tid == current_tid)
    [all...]
  /external/valgrind/main/drd/
drd_main.c 264 const ThreadId tid,
276 const ThreadId tid,
304 const ThreadId tid,
364 ThreadId tid)
479 void drd_start_using_mem_stack2(const DrdThreadId tid, const Addr a,
482 DRD_(thread_set_stack_min)(tid, a - VG_STACK_REDZONE_SZB);
499 void drd_stop_using_mem_stack2(const DrdThreadId tid, const Addr a,
502 DRD_(thread_set_stack_min)(tid, a + len - VG_STACK_REDZONE_SZB);
587 * @param[in] tid Valgrind thread ID for whom the signal frame is being
591 ThreadId tid)
    [all...]
  /system/core/toolbox/
top.c 56 pid_t tid; member in struct:proc_info
101 static struct proc_info *find_old_proc(pid_t pid, pid_t tid);
230 pid_t pid, tid; local
258 proc->pid = proc->tid = pid;
291 tid = atoi(tid_dir->d_name);
295 proc->pid = pid; proc->tid = tid;
297 sprintf(filename, "/proc/%d/task/%d/stat", pid, tid);
300 read_policy(tid, proc);
419 old_proc = find_old_proc(new_procs[i]->pid, new_procs[i]->tid);
    [all...]
  /external/valgrind/main/massif/
ms_main.c 1837 ThreadId tid = VG_(get_running_tid)(); local
    [all...]
  /external/libxml2/
threads.c 111 thread_id tid;
125 pthread_t tid; member in struct:_xmlRMutex
132 thread_id tid;
204 tok->tid = -1;
257 tok->tid = find_thread(NULL);
279 if (tok->tid == find_thread(NULL)) {
280 tok->tid = -1;
365 if (pthread_equal(tok->tid, pthread_self())) {
376 tok->tid = pthread_self();
383 if (tok->lock->tid == find_thread(NULL))
    [all...]
  /external/libusb_aah/libusb/os/
threads_windows.c 136 DWORD r2,tid = GetCurrentThreadId(); local
139 if(tid == pos->tid) {
147 pos->tid = tid;
  /external/oprofile/libpp/
parse_filename.cpp 26 // PP:3.19 event_name.count.unitmask.tgid.tid.cpu
53 result.tid = parts[i++];
239 tid == parsed.tid &&
240 cpu == parsed.tid;
249 << data.tid << " " << data.cpu << endl;
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-s390x-linux.c 66 VG_TRACK( post_reg_write, Vg_CoreSignal, zztst->tid, \
267 ThreadId tid = tst->tid; local
281 addr, tid);
289 VG_(synth_fault_mapping)(tid, addr);
299 size + VG_STACK_REDZONE_SZB, tid );
347 VG_TRACK( pre_mem_write, Vg_CoreSignal, tst->tid, "signal handler frame",
376 VG_TRACK( post_mem_write, Vg_CoreSignal, tst->tid,
407 VG_TRACK( pre_mem_write, Vg_CoreSignal, tst->tid, "signal handler frame",
440 VG_TRACK( post_mem_write, Vg_CoreSignal, tst->tid,
    [all...]
  /system/core/libcorkscrew/arch-mips/
backtrace-mips.c 176 ssize_t unwind_backtrace_ptrace_arch(pid_t tid, const ptrace_context_t* context,
180 if (ptrace(PTRACE_GETREGS, tid, 0, &regs)) {
194 init_memory_ptrace(&memory, tid);
  /frameworks/base/core/java/android/os/
Process.java 729 * @param tid the thread id
731 * This is same as what getpid(2) would return if called by tid.
734 public static final int getThreadGroupLeader(int tid) {
738 Process.readProcLines("/proc/" + tid + "/status", procStatusLabels, procStatusValues);
745 * @param tid The identifier of the thread/process to change.
750 * <var>tid</var> does not exist.
755 public static final native void setThreadPriority(int tid, int priority)
770 * @param tid The identifier of the thread to change.
774 * <var>tid</var> does not exist.
781 public static final native void setThreadGroup(int tid, int group
    [all...]

Completed in 836 milliseconds

<<11121314151617181920>>