Searched refs:tid (Results 176 - 200 of 535) sorted by relevance

1234567891011>>

/external/valgrind/main/drd/tests/
H A Dbar_bad_xml.stderr.exp35 <tid>...</tid>
62 <tid>...</tid>
111 <tid>...</tid>
160 <tid>...</tid>
209 <tid>...</tid>
[all...]
H A Dpth_barrier.c28 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/chromium_org/tools/grit/grit/format/
H A Dresource_map.py117 tid = item.attrs['name']
118 if tid not in tids or key in seen:
123 yield ' {"%s", %s},\n' % (key, tid)
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dcreate.c45 pthread_create (pthread_t * tid, argument
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/timeline/
H A Dprocess.py51 def GetOrCreateThread(self, tid):
52 thread = self.threads.get(tid, None)
55 thread = tracing_thread.Thread(self, tid)
56 self._threads[tid] = thread
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dtarget.c21 target->tid = target->pid;
24 if (target->tid && target->cpu_list) {
31 if (target->tid && target->uid_str) {
45 if (target->tid && target->system_wide) {
H A Dthread.h16 pid_t tid; member in struct:thread
29 struct thread *thread__new(pid_t pid, pid_t tid);
/external/lldb/source/Plugins/Process/Linux/
H A DProcessLinux.cpp164 lldb::tid_t tid = thread->GetID(); local
166 m_monitor->StopThread(tid);
177 ProcessLinux::CreateNewPOSIXThread(lldb_private::Process &process, lldb::tid_t tid) argument
179 return new LinuxThread(process, tid);
/external/oprofile/libpp/
H A Dparse_filename.h32 std::string tid; member in struct:parsed_filename
/external/valgrind/main/coregrind/m_gdbserver/
H A Dvalgrind_low.h49 void (*transfer_register) (ThreadId tid, int regno, void * buf,
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c74 Bool ML_(valid_client_addr)(Addr start, SizeT size, ThreadId tid, argument
94 VG_(get_and_pp_StackTrace)(tid, VG_(clo_backtrace_size));
246 UWord flags, ThreadId tid )
292 if (!ML_(valid_client_addr)(old_addr, old_len, tid, "mremap(old_addr)"))
553 tid is -1, this indicates an inherited fd. If the pathname is NULL,
558 void ML_(record_fd_open_with_given_name)(ThreadId tid, Int fd, char *pathname) argument
588 i->where = (tid == -1) ? NULL : VG_(record_ExeContext)(tid, 0/*first_ip_delta*/);
592 void ML_(record_fd_open_named)(ThreadId tid, Int fd) argument
601 ML_(record_fd_open_with_given_name)(tid, f
605 record_fd_open_nameless(ThreadId tid, Int fd) argument
893 pre_mem_read_sendmsg( ThreadId tid, Bool read, const HChar *msg, Addr base, SizeT size ) argument
903 pre_mem_write_recvmsg( ThreadId tid, Bool read, const HChar *msg, Addr base, SizeT size ) argument
916 post_mem_write_recvmsg( ThreadId tid, Bool read, const HChar *fieldName, Addr base, SizeT size ) argument
924 msghdr_foreachfield( ThreadId tid, const HChar *name, struct vki_msghdr *msg, UInt length, void (*foreach_func)( ThreadId, Bool, const HChar *, Addr, SizeT ), Bool recv ) argument
991 check_cmsg_for_fds(ThreadId tid, struct vki_msghdr *msg) argument
1016 pre_mem_read_sockaddr( ThreadId tid, const HChar *description, struct vki_sockaddr *sa, UInt salen ) argument
1086 deref_UInt( ThreadId tid, Addr a, const HChar* s ) argument
1096 buf_and_len_pre_check( ThreadId tid, Addr buf_p, Addr buflen_p, const HChar* buf_s, const HChar* buflen_s ) argument
1108 buf_and_len_post_check( ThreadId tid, SysRes res, Addr buf_p, Addr buflen_p, const HChar* s ) argument
1257 fd_allowed(Int fd, const HChar *syscallname, ThreadId tid, Bool isNewFd) argument
1324 generic_PRE_sys_socketpair( ThreadId tid, UWord arg0, UWord arg1, UWord arg2, UWord arg3 ) argument
1334 generic_POST_sys_socketpair( ThreadId tid, SysRes res, UWord arg0, UWord arg1, UWord arg2, UWord arg3 ) argument
1362 generic_POST_sys_socket( ThreadId tid, SysRes res ) argument
1379 generic_PRE_sys_bind( ThreadId tid, UWord arg0, UWord arg1, UWord arg2 ) argument
1393 generic_PRE_sys_accept( ThreadId tid, UWord arg0, UWord arg1, UWord arg2 ) argument
1406 generic_POST_sys_accept( ThreadId tid, SysRes res, UWord arg0, UWord arg1, UWord arg2 ) argument
1430 generic_PRE_sys_sendto( ThreadId tid, UWord arg0, UWord arg1, UWord arg2, UWord arg3, UWord arg4, UWord arg5 ) argument
1449 generic_PRE_sys_send( ThreadId tid, UWord arg0, UWord arg1, UWord arg2 ) argument
1462 generic_PRE_sys_recvfrom( ThreadId tid, UWord arg0, UWord arg1, UWord arg2, UWord arg3, UWord arg4, UWord arg5 ) argument
1480 generic_POST_sys_recvfrom( ThreadId tid, SysRes res, UWord arg0, UWord arg1, UWord arg2, UWord arg3, UWord arg4, UWord arg5 ) argument
1500 generic_PRE_sys_recv( ThreadId tid, UWord arg0, UWord arg1, UWord arg2 ) argument
1515 generic_POST_sys_recv( ThreadId tid, UWord res, UWord arg0, UWord arg1, UWord arg2 ) argument
1528 generic_PRE_sys_connect( ThreadId tid, UWord arg0, UWord arg1, UWord arg2 ) argument
1541 generic_PRE_sys_setsockopt( ThreadId tid, UWord arg0, UWord arg1, UWord arg2, UWord arg3, UWord arg4 ) argument
1555 generic_PRE_sys_getsockname( ThreadId tid, UWord arg0, UWord arg1, UWord arg2 ) argument
1568 generic_POST_sys_getsockname( ThreadId tid, SysRes res, UWord arg0, UWord arg1, UWord arg2 ) argument
1582 generic_PRE_sys_getpeername( ThreadId tid, UWord arg0, UWord arg1, UWord arg2 ) argument
1595 generic_POST_sys_getpeername( ThreadId tid, SysRes res, UWord arg0, UWord arg1, UWord arg2 ) argument
1609 generic_PRE_sys_sendmsg( ThreadId tid, const HChar *name, struct vki_msghdr *msg ) argument
1618 generic_PRE_sys_recvmsg( ThreadId tid, const HChar *name, struct vki_msghdr *msg ) argument
1625 generic_POST_sys_recvmsg( ThreadId tid, const HChar *name, struct vki_msghdr *msg, UInt length ) argument
1640 generic_PRE_sys_semop( ThreadId tid, UWord arg0, UWord arg1, UWord arg2 ) argument
1650 generic_PRE_sys_semtimedop( ThreadId tid, UWord arg0, UWord arg1, UWord arg2, UWord arg3 ) argument
1690 generic_PRE_sys_semctl( ThreadId tid, UWord arg0, UWord arg1, UWord arg2, UWord arg3 ) argument
1759 generic_POST_sys_semctl( ThreadId tid, UWord res, UWord arg0, UWord arg1, UWord arg2, UWord arg3 ) argument
1834 generic_PRE_sys_shmat( ThreadId tid, UWord arg0, UWord arg1, UWord arg2 ) argument
1869 generic_POST_sys_shmat( ThreadId tid, UWord res, UWord arg0, UWord arg1, UWord arg2 ) argument
1906 generic_PRE_sys_shmdt( ThreadId tid, UWord arg0 ) argument
1913 generic_POST_sys_shmdt( ThreadId tid, UWord res, UWord arg0 ) argument
1937 generic_PRE_sys_shmctl( ThreadId tid, UWord arg0, UWord arg1, UWord arg2 ) argument
1996 generic_POST_sys_shmctl( ThreadId tid, UWord res, UWord arg0, UWord arg1, UWord arg2 ) argument
2070 generic_PRE_sys_mmap( ThreadId tid, UWord arg1, UWord arg2, UWord arg3, UWord arg4, UWord arg5, Off64T arg6 ) argument
2595 pre_argv_envp(Addr a, ThreadId tid, const HChar* s1, const HChar* s2) argument
3299 common_post_getrlimit(ThreadId tid, UWord a1, UWord a2) argument
3407 PRE_unknown_ioctl(ThreadId tid, UWord request, UWord arg) argument
3451 POST_unknown_ioctl(ThreadId tid, UInt res, UWord request, UWord arg) argument
3491 ThreadId tid; local
[all...]
H A Dsyswrap-main.c555 VG_(getpid)(), /*tid,*/
634 VG_(getpid)(), /*tid,*/
929 void putSyscallStatusIntoGuestState ( /*IN*/ ThreadId tid, argument
944 VG_TRACK( post_reg_write, Vg_CoreSysCall, tid,
958 VG_TRACK( post_reg_write, Vg_CoreSysCall, tid,
974 VG_TRACK( post_reg_write, Vg_CoreSysCall, tid,
976 VG_TRACK( post_reg_write, Vg_CoreSysCall, tid,
992 VG_TRACK( post_reg_write, Vg_CoreSysCall, tid,
994 VG_TRACK( post_reg_write, Vg_CoreSysCall, tid,
1008 VG_TRACK( post_reg_write, Vg_CoreSysCall, tid,
1286 bad_before( ThreadId tid, SyscallArgLayout* layout, SyscallArgs* args, SyscallStatus* status, UWord* flags ) argument
1392 client_syscall( ThreadId tid, UInt trc ) argument
1787 post_syscall(ThreadId tid) argument
2184 fixup_guest_state_after_syscall_interrupted( ThreadId tid, Addr ip, SysRes sres, Bool restart) argument
2359 wqthread_continue_NORETURN(ThreadId tid) argument
[all...]
/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp280 ReadRegOperation(lldb::tid_t tid, unsigned offset, unsigned size, argument
282 : m_tid(tid), m_offset(offset), m_size(size),
319 WriteRegOperation(lldb::tid_t tid, unsigned offset, argument
321 : m_tid(tid), m_offset(offset),
356 ReadGPROperation(lldb::tid_t tid, void *buf, bool &result) argument
357 : m_tid(tid), m_buf(buf), m_result(result)
387 ReadFPROperation(lldb::tid_t tid, void *buf, bool &result) argument
388 : m_tid(tid), m_buf(buf), m_result(result)
414 WriteGPROperation(lldb::tid_t tid, void *buf, bool &result) argument
415 : m_tid(tid), m_bu
441 WriteFPROperation(lldb::tid_t tid, void *buf, bool &result) argument
468 ResumeOperation(lldb::tid_t tid, uint32_t signo, bool &result) argument
505 SingleStepOperation(lldb::tid_t tid, uint32_t signo, bool &result) argument
536 LwpInfoOperation(lldb::tid_t tid, void *info, bool &result, int &ptrace_err) argument
568 EventMessageOperation(lldb::tid_t tid, unsigned long *message, bool &result) argument
1491 ReadRegisterValue(lldb::tid_t tid, unsigned offset, const char* reg_name, unsigned size, RegisterValue &value) argument
1501 WriteRegisterValue(lldb::tid_t tid, unsigned offset, const char* reg_name, const RegisterValue &value) argument
1511 ReadGPR(lldb::tid_t tid, void *buf, size_t buf_size) argument
1520 ReadFPR(lldb::tid_t tid, void *buf, size_t buf_size) argument
1529 ReadRegisterSet(lldb::tid_t tid, void *buf, size_t buf_size, unsigned int regset) argument
1535 WriteGPR(lldb::tid_t tid, void *buf, size_t buf_size) argument
1544 WriteFPR(lldb::tid_t tid, void *buf, size_t buf_size) argument
1553 WriteRegisterSet(lldb::tid_t tid, void *buf, size_t buf_size, unsigned int regset) argument
1559 Resume(lldb::tid_t tid, uint32_t signo) argument
1575 SingleStep(lldb::tid_t tid, uint32_t signo) argument
1593 GetLwpInfo(lldb::tid_t tid, void *lwpinfo, int &ptrace_err) argument
1602 GetEventMessage(lldb::tid_t tid, unsigned long *message) argument
1611 Detach(lldb::tid_t tid) argument
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cc128 pid_t tid = suspended_threads_list_.GetThreadID(i); local
130 if (!internal_iserror(internal_ptrace(PTRACE_DETACH, tid, NULL, NULL),
132 VReport(1, "Detached from thread %d.\n", tid);
137 VReport(1, "Could not detach from thread %d (errno %d).\n", tid, pterrno);
154 pid_t tid = thread_lister.GetNextTID(); local
155 while (tid >= 0) {
156 if (SuspendThread(tid))
158 tid = thread_lister.GetNextTID();
442 pid_t tid = GetThreadID(index); local
445 if (internal_iserror(internal_ptrace(PTRACE_GETREGS, tid, NUL
[all...]
/external/valgrind/main/drd/
H A Ddrd_semaphore.c232 .tid = DRD_(thread_get_running_tid)(),
305 .tid = DRD_(thread_get_running_tid)(),
344 void DRD_(semaphore_post_wait)(const DrdThreadId tid, const Addr semaphore, argument
390 if (p->last_sem_post_tid != tid
393 DRD_(thread_new_segment_and_combine_vc)(tid, sg);
396 DRD_(thread_new_segment)(tid);
403 void DRD_(semaphore_pre_post)(const DrdThreadId tid, const Addr semaphore) argument
416 p->last_sem_post_tid = tid;
418 DRD_(thread_get_latest_segment)(&sg, tid);
421 DRD_(thread_new_segment)(tid);
426 semaphore_post_post(const DrdThreadId tid, const Addr semaphore, const Bool succeeded) argument
[all...]
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dirt_thread.cc76 pthread_t tid; local
77 error = pthread_create(&tid, &attr, ThreadMain, context.get());
/external/chromium_org/v8/src/third_party/kernel/tools/perf/util/
H A Djitdump.h45 uint32_t tid; member in struct:jr_code_load
60 uint32_t tid; member in struct:jr_code_move
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h54 int tid; member in struct:__tsan::ReportMop
79 int tid; member in struct:__tsan::ReportLocation
/external/lldb/include/lldb/Target/
H A DThreadSpec.h49 SetTID (lldb::tid_t tid) argument
51 m_tid = tid;
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm.h288 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr) argument
294 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) = 0;
297 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) = 0;
300 DoReadDBG (lldb::tid_t tid, int flavor, DBG &dbg) = 0;
303 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr) = 0;
306 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) = 0;
309 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) = 0;
312 DoWriteDBG (lldb::tid_t tid, int flavor, const DBG &dbg) = 0;
/external/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.cpp39 ThreadMachCore::ThreadMachCore (Process &process, lldb::tid_t tid) : argument
40 Thread(process, tid),
/external/qemu/distrib/sdl-1.2.15/src/thread/os2/
H A DSDL_systhread.c97 TID tid = thread->handle; local
98 DosWaitThread(&tid, DCWW_WAIT);
/external/valgrind/main/exp-sgcheck/
H A Dpc_common.h39 void sg_record_error_SorG ( ThreadId tid,
47 void h_record_sysparam_error( ThreadId tid, CorePart part, const HChar* s,
/external/valgrind/main/exp-sgcheck/tests/
H A Dhsg.stderr.exp34 <tid>...</tid>
62 <tid>...</tid>
/external/valgrind/main/include/
H A Dpub_tool_errormgr.h69 '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,

Completed in 3438 milliseconds

1234567891011>>