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

  /external/valgrind/main/drd/
drd_error.h 173 ULong ptid; member in struct:__anon12635
drd_thread.c 542 void DRD_(thread_set_pthreadid)(const DrdThreadId tid, const PThreadId ptid)
547 || DRD_(g_threadinfo)[tid].pt_threadid == ptid);
548 tl_assert(ptid != INVALID_POSIX_THREADID);
550 DRD_(g_threadinfo)[tid].pt_threadid = ptid;
    [all...]
drd_thread.h 151 void DRD_(thread_set_pthreadid)(const DrdThreadId tid, const PThreadId ptid);
drd_error.c 384 "%s 0x%llx\n", VG_(get_error_string)(e), iti->ptid);
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-ppc32-linux.c 232 static SysRes do_clone ( ThreadId ptid,
241 ThreadState* ptst = VG_(get_ThreadState)(ptid);
251 vg_assert(VG_(is_running_thread)(ptid));
294 ctst->os_state.parent = ptid;
337 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
    [all...]
syswrap-ppc64-linux.c 260 static SysRes do_clone ( ThreadId ptid,
269 ThreadState* ptst = VG_(get_ThreadState)(ptid);
279 vg_assert(VG_(is_running_thread)(ptid));
322 ctst->os_state.parent = ptid;
365 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
    [all...]
syswrap-amd64-linux.c 199 static SysRes do_clone ( ThreadId ptid,
208 ThreadState* ptst = VG_(get_ThreadState)(ptid);
218 vg_assert(VG_(is_running_thread)(ptid));
248 ctst->os_state.parent = ptid;
291 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
    [all...]
syswrap-arm-linux.c 164 static SysRes do_clone ( ThreadId ptid,
173 ThreadState* ptst = VG_(get_ThreadState)(ptid);
183 vg_assert(VG_(is_running_thread)(ptid));
199 ctst->os_state.parent = ptid;
230 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
    [all...]
syswrap-x86-linux.c 206 static SysRes do_clone ( ThreadId ptid,
215 ThreadState* ptst = VG_(get_ThreadState)(ptid);
225 vg_assert(VG_(is_running_thread)(ptid));
259 ctst->os_state.parent = ptid;
305 VG_TRACK ( pre_thread_ll_create, ptid, ctid );
    [all...]

Completed in 320 milliseconds