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

<<11121314151617181920>>

  /external/valgrind/tsan/
thread_sanitizer.cc 215 class TID: public ID {
219 explicit TID(T id) : ID(id) {}
220 TID() : ID(kInvalidTID) {}
224 const int32_t TID::kInvalidTID = -1;
695 void WrLock(TID tid, StackTrace *lock_site) {
698 thread_holding_me_in_write_mode_ = tid;
700 CHECK(thread_holding_me_in_write_mode_ == tid);
800 TID thread_holding_me_in_write_mode_;
1431 int32_t tid; member in struct:VTS::TS
1499 int32_t tid; member in struct:VectorClock::TS
    [all...]
thread_sanitizer.h 212 TSanThread *ThreadSanitizerGetThreadByTid(int32_t tid);
213 void ThreadSanitizerHandleTrace(int32_t tid, TraceInfo *trace_info,
228 * @param tid ID of a thread that issues the operation.
244 uint64_t ThreadSanitizerHandleAtomicOp(int32_t tid,
260 void ThreadSanitizerHandleRtnCall(int32_t tid, uintptr_t call_pc,
264 void ThreadSanitizerHandleRtnExit(int32_t tid);
ts_trace_info.h 87 // the array (tid % 8).
175 INLINE bool LiteRaceSkipTraceRealTid(uint32_t tid, uint32_t sampling_rate) {
176 return LiteRaceSkipTrace(tid % kLiteRaceNumTids, sampling_rate);
  /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/coregrind/m_syswrap/
syswrap-linux.c 68 ThreadId tid = (ThreadId)tidW; local
69 ThreadState* tst = VG_(get_ThreadState)(tid);
72 "thread_wrapper(tid=%lld): entry\n",
78 VG_(acquire_BigLock)(tid, "thread_wrapper(starting new thread)");
81 VG_(printf)("thread tid %d started: stack = %p\n",
82 tid, &tid);
87 VG_TRACK(pre_thread_first_insn, tid);
98 ret = VG_(scheduler)(tid);
100 vg_assert(VG_(is_exiting)(tid));
122 ThreadId tid = (ThreadId)tidW; local
266 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 91 ThreadId tid = (ThreadId)tidW; local
92 ThreadState* tst = VG_(get_ThreadState)(tid);
95 "thread_wrapper(tid=%lld): entry\n",
101 VG_(acquire_BigLock)(tid, "thread_wrapper");
104 VG_(printf)("thread tid %d started: stack = %p\n",
105 tid, &tid);
110 VG_TRACK(pre_thread_first_insn, tid);
118 ret = VG_(scheduler)(tid);
120 vg_assert(VG_(is_exiting)(tid));
208 ThreadId tid = (ThreadId)tidW; local
339 ThreadId tid = tst->tid; local
    [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/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;
arrange_profiles.h 29 bool tid; member in struct:merge_option
44 std::string tid; member in struct:profile_template
  /external/valgrind/main/coregrind/
m_errormgr.c 135 ThreadId tid; // Initialised by core member in struct:_Error
503 VG_(gdbserver)( err->tid );
514 VG_(start_debugger)( err->tid );
564 * prints the opening tag, and the <unique> and <tid> fields
606 VG_(printf_xml)(" <tid>%d</tid>\n", err->tid);
623 && err->tid > 0 && err->tid != last_tid_printed) {
624 VG_(umsg)("Thread %d:\n", err->tid );
    [all...]
  /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...]
  /frameworks/base/tools/preload/
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,
  /system/core/libcorkscrew/arch-x86/
backtrace-x86.c 127 ssize_t unwind_backtrace_ptrace_arch(pid_t tid, const ptrace_context_t* context,
130 if (ptrace(PTRACE_GETREGS, tid, 0, &regs)) {
140 init_memory_ptrace(&memory, tid);
  /frameworks/base/core/java/android/os/
Process.java 686 * @param tid the thread id
688 * This is same as what getpid(2) would return if called by tid.
691 public static final int getThreadGroupLeader(int tid) {
695 Process.readProcLines("/proc/" + tid + "/status", procStatusLabels, procStatusValues);
702 * @param tid The identifier of the thread/process to change.
707 * <var>tid</var> does not exist.
712 public static final native void setThreadPriority(int tid, int priority)
727 * @param tid The identifier of the thread to change.
731 * <var>tid</var> does not exist.
738 public static final native void setThreadGroup(int tid, int group
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
EventContainer.java 172 public int tid; /* generating process's tid */ field in class:EventContainer
180 * @param entry the LogEntry from which pid, tid, and time info is copied.
190 tid = entry.tid;
198 EventContainer(int tag, int pid, int tid, int sec, int nsec, Object data) {
204 this.tid = tid;
LogReceiver.java 42 /** tid of the process that generated this {@link LogEntry} */
43 public int tid; field in class:LogReceiver.LogEntry
234 entry.tid = ArrayHelper.swap32bitFromArray(data, offset);
  /bootable/recovery/minadbd/
usb_linux_client.c 115 adb_thread_t tid; local
136 if(adb_thread_create(&tid, usb_open_thread, h)){
  /external/iproute2/tc/
f_rsvp.c 238 unsigned tid; local
240 if (get_unsigned(&tid, *argv, 0)) {
244 pinfo.tunnelid = tid;
247 unsigned tid; local
249 if (get_unsigned(&tid, *argv, 0)) {
253 addattr_l(n, 4096, TCA_RSVP_CLASSID, &tid, 4);
258 if (get_unsigned(&tid, *argv, 0)) {
262 pinfo.tunnelhdr = tid;
  /external/openssh/regress/
forcecommand.sh 4 tid="forced command"
ssh-com-keygen.sh 4 tid="ssh.com key import"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
timer.h 127 int snd_timer_new(struct snd_card *card, char *id, struct snd_timer_id *tid, struct snd_timer **rtimer);
133 int snd_timer_open(struct snd_timer_instance **ti, char *owner, struct snd_timer_id *tid, unsigned int slave_id);
  /system/core/adb/
usb_linux_client.c 115 adb_thread_t tid; local
136 if(adb_thread_create(&tid, usb_open_thread, h)){
  /external/valgrind/main/exp-dhat/
dh_main.c 451 void* new_block ( ThreadId tid, void* p, SizeT req_szB, SizeT req_alignB,
480 bk->ap = VG_(record_ExeContext)(tid, 0/*first word delta*/);
538 void* renew_block ( ThreadId tid, void* p_old, SizeT new_req_szB )
620 static void* dh_malloc ( ThreadId tid, SizeT szB )
622 return new_block( tid, NULL, szB, VG_(clo_alignment), /*is_zeroed*/False );
625 static void* dh___builtin_new ( ThreadId tid, SizeT szB )
627 return new_block( tid, NULL, szB, VG_(clo_alignment), /*is_zeroed*/False );
630 static void* dh___builtin_vec_new ( ThreadId tid, SizeT szB )
632 return new_block( tid, NULL, szB, VG_(clo_alignment), /*is_zeroed*/False );
635 static void* dh_calloc ( ThreadId tid, SizeT m, SizeT szB
    [all...]

Completed in 752 milliseconds

<<11121314151617181920>>