HomeSort by relevance Sort by last modified time
    Searched refs:ptid (Results 1 - 22 of 22) sorted by null

  /external/valgrind/main/coregrind/m_gdbserver/
target.c 44 char *image_ptid(unsigned long ptid)
47 VG_(sprintf) (result, "id %ld", ptid);
56 dlog(1, "removing gdb ptid %s\n",
68 unsigned long ptid; local
77 #define LOCAL_THREAD_TRACE " ti* %p vgtid %d status %s as gdb ptid %s lwpid %d\n", \
79 image_ptid (ptid), ts->os_state.lwpid
83 ptid = ts->os_state.lwpid;
84 ti = gdb_id_to_thread (ptid);
92 add_thread (ptid, ts, ptid);
    [all...]
  /external/valgrind/main/drd/
drd_error.h 172 ULong ptid; member in struct:__anon36490
drd_thread.h 156 void DRD_(thread_set_pthreadid)(const DrdThreadId tid, const PThreadId ptid);
drd_thread.c 580 void DRD_(thread_set_pthreadid)(const DrdThreadId tid, const PThreadId ptid)
585 || DRD_(g_threadinfo)[tid].pt_threadid == ptid);
586 tl_assert(ptid != INVALID_POSIX_THREADID);
588 DRD_(g_threadinfo)[tid].pt_threadid = ptid;
    [all...]
drd_error.c 437 iti->ptid, what_suffix);
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-arm64-linux.c 216 static SysRes do_clone ( ThreadId ptid,
226 ThreadState* ptst = VG_(get_ThreadState)(ptid);
236 vg_assert(VG_(is_running_thread)(ptid));
266 ctst->os_state.parent = ptid;
310 vg_assert(VG_(owns_BigLock_LL)(ptid));
311 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
    [all...]
syswrap-ppc64-linux.c 261 static SysRes do_clone ( ThreadId ptid,
270 ThreadState* ptst = VG_(get_ThreadState)(ptid);
280 vg_assert(VG_(is_running_thread)(ptid));
323 ctst->os_state.parent = ptid;
366 vg_assert(VG_(owns_BigLock_LL)(ptid));
367 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
    [all...]
syswrap-amd64-linux.c 201 static SysRes do_clone ( ThreadId ptid,
210 ThreadState* ptst = VG_(get_ThreadState)(ptid);
220 vg_assert(VG_(is_running_thread)(ptid));
250 ctst->os_state.parent = ptid;
293 vg_assert(VG_(owns_BigLock_LL)(ptid));
294 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
    [all...]
syswrap-arm-linux.c 167 static SysRes do_clone ( ThreadId ptid,
176 ThreadState* ptst = VG_(get_ThreadState)(ptid);
186 vg_assert(VG_(is_running_thread)(ptid));
202 ctst->os_state.parent = ptid;
233 vg_assert(VG_(owns_BigLock_LL)(ptid));
234 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
    [all...]
syswrap-ppc32-linux.c 234 static SysRes do_clone ( ThreadId ptid,
243 ThreadState* ptst = VG_(get_ThreadState)(ptid);
253 vg_assert(VG_(is_running_thread)(ptid));
296 ctst->os_state.parent = ptid;
339 vg_assert(VG_(owns_BigLock_LL)(ptid));
340 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
    [all...]
syswrap-s390x-linux.c 207 static SysRes do_clone ( ThreadId ptid,
216 ThreadState* ptst = VG_(get_ThreadState)(ptid);
226 vg_assert(VG_(is_running_thread)(ptid));
256 ctst->os_state.parent = ptid;
291 vg_assert(VG_(owns_BigLock_LL)(ptid));
292 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
    [all...]
syswrap-mips32-linux.c 239 static SysRes do_clone (ThreadId ptid,
247 ThreadState * ptst = VG_ (get_ThreadState) (ptid);
256 vg_assert (VG_ (is_running_thread) (ptid));
271 ctst->os_state.parent = ptid;
303 VG_TRACK (pre_thread_ll_create, ptid, ctid);
    [all...]
syswrap-mips64-linux.c 196 static SysRes do_clone ( ThreadId ptid,
204 ThreadState * ptst = VG_ (get_ThreadState) (ptid);
213 vg_assert(VG_(is_running_thread)(ptid));
228 ctst->os_state.parent = ptid;
249 VG_TRACK(pre_thread_ll_create, ptid, ctid);
    [all...]
syswrap-x86-linux.c 208 static SysRes do_clone ( ThreadId ptid,
217 ThreadState* ptst = VG_(get_ThreadState)(ptid);
227 vg_assert(VG_(is_running_thread)(ptid));
261 ctst->os_state.parent = ptid;
307 vg_assert(VG_(owns_BigLock_LL)(ptid));
308 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
build-id.c 56 event->fork.ppid, event->fork.ptid);
event.h 42 u32 tid, ptid; member in struct:fork_event
python.c 123 member_def(fork_event, ptid, T_UINT, "event ptid"),
131 "ptid: %u, time: %" PRIu64 "}",
136 pevent->event.fork.ptid,
session.c 380 event->fork.ptid = bswap_32(event->fork.ptid);
    [all...]
event.c 567 event->fork.ppid, event->fork.ptid);
machine.c 1110 event->fork.ptid);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msctf.h 432 TfClientId *ptid) = 0;
490 TfClientId *ptid);
547 #define ITfThreadMgr_Activate(This,ptid) (This)->lpVtbl->Activate(This,ptid)
570 static FORCEINLINE HRESULT ITfThreadMgr_Activate(ITfThreadMgr* This,TfClientId *ptid) {
571 return This->lpVtbl->Activate(This,ptid);
610 TfClientId *ptid);
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-sched.c 740 event->fork.ptid);
    [all...]

Completed in 535 milliseconds