Searched refs:tid (Results 226 - 250 of 535) sorted by relevance

1234567891011>>

/external/valgrind/main/include/
H A Dpub_tool_gdbserver.h52 // Calling VG_(gdbserver) with tid > 0 means to let a debugger attach
54 // process stopped in thread tid.
55 // Calling VG_(gdbserver) with tid == 0 indicates to close
58 extern void VG_(gdbserver) ( ThreadId tid );
/external/valgrind/main/memcheck/tests/
H A Dclient-msg-as-xml.stderr.exp32 <tid>...</tid>
H A Dlong_namespace_xml.stderr.exp33 <tid>...</tid>
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dmt_rx_tx_test.cc279 unsigned int tid; local
280 mainSenderThread->Start(tid);
290 unsigned int tid; local
291 intSenderThread->Start(tid);
307 unsigned int tid; local
308 processingThread->Start(tid);
318 unsigned int tid; local
319 decodeThread->Start(tid);
/external/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h21 lldb::tid_t tid,
25 lldb::tid_t tid,
/external/lldb/tools/debugserver/source/
H A DDNB.cpp733 DNBThreadGetName (nub_process_t pid, nub_thread_t tid) argument
737 return procSP->ThreadGetName(tid);
743 DNBThreadGetIdentifierInfo (nub_process_t pid, nub_thread_t tid, thread_identifier_info_data_t *ident_info) argument
747 return procSP->GetThreadList().GetIdentifierInfo(tid, ident_info);
752 DNBThreadGetState (nub_process_t pid, nub_thread_t tid) argument
757 return procSP->ThreadGetState(tid);
857 //DNBThreadResume (nub_process_t pid, nub_thread_t tid, nub_bool_t step)
859 // DNBLogThreadedIf(LOG_THREAD, "%s(pid = %4.4x, tid = %4.4x, step = %u)", __FUNCTION__, pid, tid, (uint32_t)step);
863 // return procSP->Resume(tid, ste
1058 DNBPrintf(nub_process_t pid, nub_thread_t tid, nub_addr_t base_addr, FILE *file, const char *format) argument
1599 DNBProcessSetCurrentThread(nub_process_t pid, nub_thread_t tid) argument
1613 DNBThreadGetStopReason(nub_process_t pid, nub_thread_t tid, struct DNBThreadStopInfo *stop_info) argument
1629 DNBThreadGetInfo(nub_process_t pid, nub_thread_t tid) argument
1653 DNBProcessSyncThreadState(nub_process_t pid, nub_thread_t tid) argument
1717 DNBThreadGetRegisterValueByID(nub_process_t pid, nub_thread_t tid, uint32_t set, uint32_t reg, DNBRegisterValue *value) argument
1730 DNBThreadSetRegisterValueByID(nub_process_t pid, nub_thread_t tid, uint32_t set, uint32_t reg, const DNBRegisterValue *value) argument
1742 DNBThreadGetRegisterContext(nub_process_t pid, nub_thread_t tid, void *buf, size_t buf_len) argument
1756 DNBThreadSetRegisterContext(nub_process_t pid, nub_thread_t tid, const void *buf, size_t buf_len) argument
1771 DNBThreadGetRegisterValueByName(nub_process_t pid, nub_thread_t tid, uint32_t reg_set, const char *reg_name, DNBRegisterValue *value) argument
[all...]
H A DRNBRemote.h142 void SetContinueThread (nub_thread_t tid) argument
144 m_continue_thread = tid;
154 void SetCurrentThread (nub_thread_t tid) argument
156 DNBProcessSetCurrentThread (m_ctx.ProcessID(), tid);
157 m_thread = tid;
224 rnb_err_t SendStopReplyPacketForThread (nub_thread_t tid);
/external/strace/test/
H A Dthreaded_execve.c65 #define syscall_tgkill(pid, tid, sig) syscall(__NR_tgkill, (pid), (tid), (sig))
/external/chromium_org/tools/cygprofile/
H A Dmergetraces.py101 list of calls as tuples (sec, usec, pid:tid, callee)
139 """Returns an array of traces grouped by pid and tid.
158 (pid, tid) = PidAndTidFromString(pid_and_tid)
161 if tid_to_pid_map.setdefault(tid, pid) != pid:
164 tid_to_pid_map[tid], pid, tid))
168 if not tid in tid_first_seen:
169 tid_first_seen[tid] = MakeTimestamp(sec, usec)
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Devent.h13 u32 pid, tid; member in struct:mmap_event
22 u32 pid, tid; member in struct:mmap2_event
35 u32 pid, tid; member in struct:comm_event
42 u32 tid, ptid; member in struct:fork_event
57 u32 pid, tid; member in struct:read_event
107 u32 pid, tid; member in struct:perf_sample
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DServerLog.java323 String callId, String firstLine, String status, String tid, long time,
327 sender, firstLine, tid, callId, timestampVal);
351 String tid = message.getTransactionId();
354 logMessage(inputText, from, to, sender, callId, firstLine, null, tid, time, tsval);
376 String tid = message.getTransactionId();
379 logMessage(encoded, from, to, sender, callId, firstLine, status, tid, time, tsval);
322 logMessage(String message, String from, String to, boolean sender, String callId, String firstLine, String status, String tid, long time, long timestampVal) argument
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-mips32-linux.c226 static SysRes sys_set_tls (ThreadId tid, Addr tlsptr);
227 static SysRes mips_PRE_sys_mmap (ThreadId tid,
293 VG_ (printf) ("tid %d: guessed client stack range %#lx-%#lx\n",
361 SysRes sys_set_tls ( ThreadId tid, Addr tlsptr ) argument
363 VG_(threads)[tid].arch.vex.guest_ULR = tlsptr;
408 static SysRes mips_PRE_sys_mmap(ThreadId tid, argument
558 r = mips_PRE_sys_mmap(tid, ARG1, ARG2, ARG3, ARG4, ARG5,
570 r = mips_PRE_sys_mmap(tid, ARG1, ARG2, ARG3, ARG4, ARG5, (Off64T) ARG6);
686 SET_STATUS_from_SysRes (do_clone (tid,
698 SET_STATUS_from_SysRes (ML_ (do_fork_clone) (tid,
[all...]
H A Dsyswrap-x86-linux.c161 " movl 20+"FSZ"(%esp), %edx\n" /* syscall arg3: parent tid * */
162 " movl 16+"FSZ"(%esp), %edi\n" /* syscall arg5: child tid * */
242 The parent gets the child's new tid returned from clone, but the
291 VG_(printf)("tid %d: guessed client stack range %#lx-%#lx\n",
539 SysRes read_ldt ( ThreadId tid, UChar* ptr, UInt bytecount ) argument
546 VG_(printf)("read_ldt: tid = %d, ptr = %p, bytecount = %d\n",
547 tid, ptr, bytecount );
552 ldt = (UChar*)(VG_(threads)[tid].arch.vex.guest_LDT);
572 SysRes write_ldt ( ThreadId tid, void* ptr, UInt bytecount, Int oldmode ) argument
579 VG_(printf)("write_ldt: tid
619 sys_modify_ldt( ThreadId tid, Int func, void* ptr, UInt bytecount ) argument
645 sys_set_thread_area( ThreadId tid, vki_modify_ldt_t* info ) argument
697 sys_get_thread_area( ThreadId tid, vki_modify_ldt_t* info ) argument
[all...]
H A Dsyswrap-arm-linux.c126 " ldr r2, [sp, #12]\n" // parent tid
128 " ldr r4, [sp, #8]\n" // Child tid
155 static SysRes sys_set_tls ( ThreadId tid, Addr tlsptr );
226 VG_(printf)("tid %d: guessed client stack range %#lx-%#lx\n",
285 static void assign_guest_tls(ThreadId tid, Addr tlsptr) argument
287 VG_(threads)[tid].arch.vex.guest_TPIDRURO = tlsptr;
294 static SysRes sys_set_tls ( ThreadId tid, Addr tlsptr ) argument
296 assign_guest_tls(tid, tlsptr);
378 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5,
492 do_clone(tid,
[all...]
/external/lldb/source/Target/
H A DThreadList.cpp111 ThreadList::FindThreadByID (lldb::tid_t tid, bool can_update) argument
123 if (m_threads[idx]->GetID() == tid)
133 ThreadList::FindThreadByProtocolID (lldb::tid_t tid, bool can_update) argument
145 if (m_threads[idx]->GetProtocolID() == tid)
156 ThreadList::RemoveThreadByID (lldb::tid_t tid, bool can_update) argument
168 if (m_threads[idx]->GetID() == tid)
179 ThreadList::RemoveThreadByProtocolID (lldb::tid_t tid, bool can_update) argument
191 if (m_threads[idx]->GetProtocolID() == tid)
684 ThreadList::SetSelectedThreadByID (lldb::tid_t tid, bool notify) argument
687 ThreadSP selected_thread_sp(FindThreadByID(tid));
722 NotifySelectedThreadChanged(lldb::tid_t tid) argument
754 const lldb::tid_t tid = (*rhs_pos)->GetID(); local
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cc59 const char *thread_name(char *buf, int tid) { argument
60 if (tid == 0)
62 internal_snprintf(buf, kThreadBufSize, "thread T%d", tid);
135 thread_name(thrbuf, mop->tid));
153 loc->size, loc->addr, thread_name(thrbuf, loc->tid));
156 Printf(" Location is stack of %s.\n\n", thread_name(thrbuf, loc->tid));
158 Printf(" Location is TLS of %s.\n\n", thread_name(thrbuf, loc->tid));
161 loc->fd, thread_name(thrbuf, loc->tid));
203 Printf(" (tid=%zu, %s) created by %s",
332 if (mop->tid
[all...]
H A Dtsan_rtl_mutex.cc71 DPrintf("#%d: MutexCreate %zx\n", thr->tid, addr);
89 DPrintf("#%d: MutexDestroy %zx\n", thr->tid, addr);
131 RestoreStack(last.tid(), last.epoch(), &trace, 0);
148 DPrintf("#%d: MutexLock %zx rec=%d\n", thr->tid, addr, rec);
158 s->owner_tid = thr->tid;
160 } else if (s->owner_tid == thr->tid) {
193 DPrintf("#%d: MutexUnlock %zx all=%d\n", thr->tid, addr, all);
201 if (kCppMode && (s->recursion == 0 || s->owner_tid != thr->tid)) {
235 DPrintf("#%d: MutexReadLock %zx\n", thr->tid, addr);
270 DPrintf("#%d: MutexReadUnlock %zx\n", thr->tid, add
[all...]
H A Dtsan_rtl.h80 // tid : kTidBits
86 FastState(u64 tid, u64 epoch) { argument
87 x_ = tid << kTidShift;
89 DCHECK_EQ(tid, this->tid());
102 u64 tid() const { function in class:__tsan::FastState
163 // tid : kTidBits
248 // values with tid/epoch related to the free and the freed bit set.
250 // as msb of tid. So any access races with shadow with freed bit set
254 // tid/epoc
359 const int tid; member in struct:__tsan::ThreadState
[all...]
H A Dtsan_rtl_report.cc176 mop->tid = s.tid();
198 if ((u32)rep_->threads[i]->id == tctx->tid)
204 rt->id = tctx->tid;
228 static ThreadContext *FindThreadByTidLocked(int tid) { argument
231 ctx->thread_registry->GetThreadLocked(tid));
326 loc->tid = creat_tid;
341 ThreadContext *tctx = FindThreadByTidLocked(b->tid);
348 loc->tid = tctx ? tctx->tid
390 RestoreStack(int tid, const u64 epoch, StackTrace *stk, MutexSet *mset) argument
[all...]
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dgnubby.js233 var tid = null; // timeout timer id.
248 if (tid) {
250 window.clearTimeout(tid);
251 tid = null;
262 if (!callback || !tid) return; // Already done.
271 tid = null;
277 if (!callback || !tid) return; // Already done.
328 if (!callback || !tid) return; // Already done.
384 tid = window.setTimeout(read_timeout, 1000.0 * timeout);
489 var tid variable
[all...]
/external/valgrind/main/drd/
H A Ddrd_main.c274 const ThreadId tid,
287 const ThreadId tid,
315 const ThreadId tid,
362 ThreadId tid)
502 void drd_start_using_mem_stack2(const DrdThreadId tid, const Addr a, argument
505 DRD_(thread_set_stack_min)(tid, a - VG_STACK_REDZONE_SZB);
522 void drd_stop_using_mem_stack2(const DrdThreadId tid, const Addr a, argument
525 DRD_(thread_set_stack_min)(tid, a + len - VG_STACK_REDZONE_SZB);
610 * @param[in] tid Valgrind thread ID for whom the signal frame is being
614 ThreadId tid)
273 drd_pre_mem_read(const CorePart part, const ThreadId tid, const HChar* const s, const Addr a, const SizeT size) argument
286 drd_pre_mem_read_asciiz(const CorePart part, const ThreadId tid, const HChar* const s, const Addr a) argument
314 drd_post_mem_write(const CorePart part, const ThreadId tid, const Addr a, const SizeT size) argument
360 drd_start_using_mem_w_tid(const Addr a1, const SizeT len, ThreadId tid) argument
613 drd_start_using_mem_stack_signal(const Addr a, const SizeT len, ThreadId tid) argument
724 drd__atfork_child(ThreadId tid) argument
748 drd_start_client_code(const ThreadId tid, const ULong bbs_done) argument
[all...]
/external/chromium-trace/
H A Dsystrace.py236 tid = int(cols[1])
238 threads[tid] = name
244 tid = int(m.group(2))
245 if tid > 0:
246 name = threads.get(tid)
250 name = '<' + str(tid) + '>'
251 threads[tid] = name
/external/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp235 PythonString tid_pystr("tid");
236 const tid_t tid = thread_dict.GetItemForKeyAsInteger (tid_pystr, LLDB_INVALID_THREAD_ID); local
237 if (tid != LLDB_INVALID_THREAD_ID)
253 // See if a thread already exists for "tid"
254 thread_sp = old_thread_list.FindThreadByID (tid, false);
257 // A thread already does exist for "tid", make sure it was an operating system
273 tid,
332 log->Printf ("OperatingSystemPython::CreateRegisterContextForThread (tid = 0x%" PRIx64 ", 0x%" PRIx64 ", reg_data_addr = 0x%" PRIx64 ") creating memory register context",
343 log->Printf ("OperatingSystemPython::CreateRegisterContextForThread (tid = 0x%" PRIx64 ", 0x%" PRIx64 ") fetching register data from python",
367 log->Printf ("OperatingSystemPython::CreateRegisterContextForThread (tid
384 CreateThread(lldb::tid_t tid, addr_t context) argument
[all...]
/external/valgrind/main/massif/
H A Dms_main.c833 Int get_IPs( ThreadId tid, Bool exclude_first_entry, Addr ips[]) argument
859 n_ips = VG_(get_StackTrace)( tid, ips, clo_depth + overestimate,
903 static XPt* get_XCon( ThreadId tid, Bool exclude_first_entry ) argument
910 Int n_ips = get_IPs(tid, exclude_first_entry, ips);
1511 void* record_block( ThreadId tid, void* p, SizeT req_szB, SizeT slop_szB, argument
1525 hc->where = get_XCon( tid, exclude_first_entry );
1556 void* alloc_and_record_block ( ThreadId tid, SizeT req_szB, SizeT req_alignB, argument
1575 record_block(tid, p, req_szB, slop_szB, /*exclude_first_entry*/True,
1633 void* realloc_block ( ThreadId tid, void* p_old, SizeT new_req_szB ) argument
1700 new_where = get_XCon( tid, /*exclude_first_entr
1747 ms_malloc( ThreadId tid, SizeT szB ) argument
1752 ms___builtin_new( ThreadId tid, SizeT szB ) argument
1757 ms___builtin_vec_new( ThreadId tid, SizeT szB ) argument
1762 ms_calloc( ThreadId tid, SizeT m, SizeT szB ) argument
1767 ms_memalign( ThreadId tid, SizeT alignB, SizeT szB ) argument
1778 ms___builtin_delete( ThreadId tid, void* p ) argument
1784 ms___builtin_vec_delete( ThreadId tid, void* p ) argument
1790 ms_realloc( ThreadId tid, void* p_old, SizeT new_szB ) argument
1795 ms_malloc_usable_size( ThreadId tid, void* p ) argument
1809 ThreadId tid = VG_(get_running_tid)(); local
1946 new_mem_stack_signal(Addr a, SizeT len, ThreadId tid) argument
1977 ms_handle_client_request( ThreadId tid, UWord* argv, UWord* ret ) argument
2389 handle_gdb_monitor_command(ThreadId tid, HChar *req) argument
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dthreads.c111 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
[all...]

Completed in 3285 milliseconds

1234567891011>>