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

  /external/valgrind/main/coregrind/m_syswrap/
syswrap-ppc64-aix5.c 404 ThreadState* dst_ts = NULL; local
452 dst_ts = NULL;
457 dst_ts = VG_(get_ThreadState)(i);
458 if ((dst_ts->status == VgTs_Runnable
459 || dst_ts->status == VgTs_Yielding
460 || dst_ts->status == VgTs_WaitSys)
461 && dst_ts->os_state.lwpid == dst_lwpid) {
478 vg_assert(dst_ts);
479 if (dst_ts->os_state.cancel_progress == Canc_NoRequest) {
480 if (dst_ts->os_state.cancel_disabled)
    [all...]
syswrap-ppc32-aix5.c 494 ThreadState* dst_ts = NULL; local
542 dst_ts = NULL;
547 dst_ts = VG_(get_ThreadState)(i);
548 if ((dst_ts->status == VgTs_Runnable
549 || dst_ts->status == VgTs_Yielding
550 || dst_ts->status == VgTs_WaitSys)
551 && dst_ts->os_state.lwpid == dst_lwpid) {
568 vg_assert(dst_ts);
569 if (dst_ts->os_state.cancel_progress == Canc_NoRequest) {
570 if (dst_ts->os_state.cancel_disabled)
    [all...]

Completed in 24 milliseconds