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

/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-amd64-linux.c201 static SysRes do_clone ( ThreadId ptid, argument
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 );
H A Dsyswrap-arm-linux.c167 static SysRes do_clone ( ThreadId ptid, argument
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 );
H A Dsyswrap-arm64-linux.c216 static SysRes do_clone ( ThreadId ptid, argument
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 );
H A Dsyswrap-mips64-linux.c196 static SysRes do_clone ( ThreadId ptid, argument
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);
H A Dsyswrap-ppc32-linux.c234 static SysRes do_clone ( ThreadId ptid, argument
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 );
H A Dsyswrap-ppc64-linux.c261 static SysRes do_clone ( ThreadId ptid, argument
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 );
H A Dsyswrap-mips32-linux.c239 static SysRes do_clone (ThreadId ptid, argument
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);
H A Dsyswrap-s390x-linux.c207 static SysRes do_clone ( ThreadId ptid, argument
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 );
H A Dsyswrap-x86-linux.c208 static SysRes do_clone ( ThreadId ptid, argument
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 );
/external/valgrind/main/drd/
H A Ddrd_error.h172 ULong ptid; member in struct:__anon32773
H A Ddrd_thread.c580 void DRD_(thread_set_pthreadid)(const DrdThreadId tid, const PThreadId ptid) argument
585 || DRD_(g_threadinfo)[tid].pt_threadid == ptid);
586 tl_assert(ptid != INVALID_POSIX_THREADID);
588 DRD_(g_threadinfo)[tid].pt_threadid = ptid;
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Devent.h42 u32 tid, ptid; member in struct:fork_event
/external/valgrind/main/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 2268 milliseconds