HomeSort by relevance Sort by last modified time
    Searched refs:tid (Results 201 - 225 of 764) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/valgrind/main/callgrind/
threads.c 127 void CLG_(switch_thread)(ThreadId tid)
129 if (tid == CLG_(current_tid)) return;
131 CLG_DEBUG(0, ">> thread %d (was %d)\n", tid, CLG_(current_tid));
146 /* If we cumulate costs of threads, use TID 1 for all jccs/bccs */
152 CLG_(current_tid) = tid;
153 CLG_ASSERT(tid < VG_N_THREADS);
155 if (tid != VG_INVALID_THREADID) {
160 if (thread[tid] == 0) thread[tid] = new_thread();
161 t = thread[tid];
    [all...]
  /bionic/linker/
debugger.cpp 41 extern "C" int tgkill(int tgid, int tid, int sig);
58 pid_t tid; member in struct:debugger_msg_t
190 pid_t tid = gettid(); local
195 // local socket but we need to tell it the tid of the crashing thread.
196 // debuggerd will be paranoid and verify that we sent a tid
200 msg.tid = tid;
205 ret = TEMP_FAILURE_RETRY(read(s, &tid, 1));
  /external/libselinux/src/
procattr.c 25 pid_t tid; local
31 tid = gettid();
32 rc = asprintf(&path, "/proc/self/task/%d/attr/%s", tid, attr);
81 pid_t tid; local
88 tid = gettid();
89 rc = asprintf(&path, "/proc/self/task/%d/attr/%s", tid, attr);
  /external/linux-tools-perf/util/
event.h 15 u32 pid, tid; member in struct:ip_event
21 u32 pid, tid; member in struct:mmap_event
30 u32 pid, tid; member in struct:comm_event
37 u32 tid, ptid; member in struct:fork_event
52 u32 pid, tid; member in struct:read_event
73 u32 pid, tid; member in struct:perf_sample
  /external/oprofile/daemon/liblegacy/
opd_parse_proc.c 75 image = opd_get_image(cp, image_name, 0, proc->tid, proc->tgid);
101 snprintf(mapsfile + 6, 6, "%hu", proc->tid);
117 verbprintf(vmisc, "image name %s for pid %u %u\n", image_name, proc->tid, proc->tgid);
153 image_name, 0, proc->tid, proc->tgid);
165 static u32 read_tgid(u32 tid)
172 snprintf(status_file + 6, 6, "%hu", tid);
  /external/valgrind/main/coregrind/
pub_core_threadstate.h 135 ThreadId parent; // parent tid (if any)
147 void (*post_mach_trap_fn)(ThreadId tid,
284 ThreadId in this tid field, but be aware that it should
286 ThreadId tid; member in struct:__anon29835
385 extern ThreadState *VG_(get_ThreadState) ( ThreadId tid );
387 /* Check that tid is in range and denotes a non-Empty thread. */
388 extern Bool VG_(is_valid_tid) ( ThreadId tid );
391 extern Bool VG_(is_running_thread)(ThreadId tid);
394 extern Bool VG_(is_exiting)(ThreadId tid);
pub_core_machine.h 137 //Addr VG_(get_IP) ( ThreadId tid ); // in pub_tool_machine.h
138 //Addr VG_(get_SP) ( ThreadId tid ); // in pub_tool_machine.h
139 Addr VG_(get_FP) ( ThreadId tid );
141 void VG_(set_IP) ( ThreadId tid, Addr encip );
142 void VG_(set_SP) ( ThreadId tid, Addr sp );
149 ThreadId tid );
  /external/valgrind/main/drd/tests/
bar_bad_xml.stderr.exp 35 <tid>...</tid>
62 <tid>...</tid>
111 <tid>...</tid>
160 <tid>...</tid>
209 <tid>...</tid>
    [all...]
pth_barrier.c 28 pthread_t tid; member in struct:threadinfo
92 res = pthread_create(&t[i].tid, &attr, (void*(*)(void*))threadfunc, &t[i]);
104 pthread_join(t[i].tid, 0);
  /external/openssh/regress/
sftp-glob.sh 4 tid="sftp glob"
15 verbose "$tid: $errtag (skipped: $skip)"
18 verbose "$tid: $errtag"
putty-transfer.sh 4 tid="putty transfer data"
17 verbose "$tid: proto $p compression $c"
ssh-com-sftp.sh 4 tid="basic sftp put/get with ssh.com server"
52 verbose "test $tid: buffer_size $B num_requests $R"
  /bionic/libc/kernel/common/linux/
smb.h 54 __u16 tid; member in struct:smb_conn_opt
  /development/ndk/platforms/android-3/include/linux/
smb.h 48 __u16 tid; member in struct:smb_conn_opt
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
create.c 45 pthread_create (pthread_t * tid,
55 * via 'tid', which should not be NULL.
58 * tid
76 * via 'tid', which should not be the NULL pointer.
98 * Before doing anything, check that tid can be stored through
101 * This is assured by conditionally assigning *tid again at the end.
103 tid->x = 0;
128 parms->tid = thread;
299 *tid = thread;
  /external/chromium_org/tools/telemetry/telemetry/core/timeline/
process.py 41 def GetOrCreateThread(self, tid):
42 thread = self.threads.get(tid, None)
45 thread = tracing_thread.Thread(self, tid)
46 self._threads[tid] = thread
  /external/oprofile/libpp/
filename_spec.h 79 generic_spec<pid_t> tid; member in class:filename_spec
parse_filename.h 32 std::string tid; member in struct:parsed_filename
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind_low.h 46 void (*transfer_register) (ThreadId tid, int regno, void * buf,
  /frameworks/native/cmds/dumpstate/
dumpstate.h 55 void show_wchan(int pid, int tid, const char *name);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
smb.h 49 __u16 tid; member in struct:smb_conn_opt
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
smb.h 49 __u16 tid; member in struct:smb_conn_opt
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
smb.h 49 __u16 tid; member in struct:smb_conn_opt
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
smb.h 48 __u16 tid; member in struct:smb_conn_opt
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
smb.h 48 __u16 tid; member in struct:smb_conn_opt

Completed in 488 milliseconds

1 2 3 4 5 6 7 891011>>