Searched defs:ptid (Results 1 - 14 of 14) sorted by relevance

/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-amd64-linux.c199 static SysRes do_clone ( ThreadId ptid, argument
208 ThreadState* ptst = VG_(get_ThreadState)(ptid);
217 vg_assert(VG_(is_running_thread)(ptid));
247 ctst->os_state.parent = ptid;
270 vg_assert(VG_(owns_BigLock_LL)(ptid));
271 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
H A Dsyswrap-arm-linux.c165 static SysRes do_clone ( ThreadId ptid, argument
172 ThreadState* ptst = VG_(get_ThreadState)(ptid);
181 vg_assert(VG_(is_running_thread)(ptid));
197 ctst->os_state.parent = ptid;
215 vg_assert(VG_(owns_BigLock_LL)(ptid));
216 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
H A Dsyswrap-arm64-linux.c209 static SysRes do_clone ( ThreadId ptid, argument
217 ThreadState* ptst = VG_(get_ThreadState)(ptid);
226 vg_assert(VG_(is_running_thread)(ptid));
256 ctst->os_state.parent = ptid;
279 vg_assert(VG_(owns_BigLock_LL)(ptid));
280 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
H A Dsyswrap-mips64-linux.c194 static SysRes do_clone ( ThreadId ptid, argument
202 ThreadState * ptst = VG_ (get_ThreadState) (ptid);
210 vg_assert(VG_(is_running_thread)(ptid));
225 ctst->os_state.parent = ptid;
233 VG_TRACK(pre_thread_ll_create, ptid, ctid);
H A Dsyswrap-ppc32-linux.c232 static SysRes do_clone ( ThreadId ptid, argument
241 ThreadState* ptst = VG_(get_ThreadState)(ptid);
250 vg_assert(VG_(is_running_thread)(ptid));
293 ctst->os_state.parent = ptid;
316 vg_assert(VG_(owns_BigLock_LL)(ptid));
317 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
H A Dsyswrap-ppc64-linux.c382 static SysRes do_clone ( ThreadId ptid, argument
391 ThreadState* ptst = VG_(get_ThreadState)(ptid);
400 vg_assert(VG_(is_running_thread)(ptid));
443 ctst->os_state.parent = ptid;
466 vg_assert(VG_(owns_BigLock_LL)(ptid));
467 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
H A Dsyswrap-s390x-linux.c205 static SysRes do_clone ( ThreadId ptid, argument
214 ThreadState* ptst = VG_(get_ThreadState)(ptid);
223 vg_assert(VG_(is_running_thread)(ptid));
253 ctst->os_state.parent = ptid;
268 vg_assert(VG_(owns_BigLock_LL)(ptid));
269 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
H A Dsyswrap-tilegx-linux.c328 static SysRes do_clone ( ThreadId ptid, argument
336 ThreadState * ptst = VG_ (get_ThreadState) (ptid);
344 vg_assert (VG_ (is_running_thread) (ptid));
359 ctst->os_state.parent = ptid;
376 VG_TRACK (pre_thread_ll_create, ptid, ctid);
H A Dsyswrap-mips32-linux.c237 static SysRes do_clone (ThreadId ptid, argument
245 ThreadState * ptst = VG_ (get_ThreadState) (ptid);
253 vg_assert (VG_ (is_running_thread) (ptid));
268 ctst->os_state.parent = ptid;
286 VG_TRACK (pre_thread_ll_create, ptid, ctid);
H A Dsyswrap-x86-linux.c206 static SysRes do_clone ( ThreadId ptid, argument
215 ThreadState* ptst = VG_(get_ThreadState)(ptid);
224 vg_assert(VG_(is_running_thread)(ptid));
258 ctst->os_state.parent = ptid;
284 vg_assert(VG_(owns_BigLock_LL)(ptid));
285 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
/external/valgrind/drd/
H A Ddrd_error.h172 ULong ptid; member in struct:__anon16257
H A Ddrd_thread.c589 void DRD_(thread_set_pthreadid)(const DrdThreadId tid, const PThreadId ptid) argument
594 || DRD_(g_threadinfo)[tid].pt_threadid == ptid);
595 tl_assert(ptid != INVALID_POSIX_THREADID);
597 DRD_(g_threadinfo)[tid].pt_threadid = ptid;
/external/linux-tools-perf/src/tools/perf/util/
H A Devent.h42 u32 tid, ptid; member in struct:fork_event
/external/valgrind/coregrind/m_gdbserver/
H A Dtarget.c44 char *image_ptid(unsigned long ptid) argument
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...]

Completed in 149 milliseconds