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

  /external/valgrind/main/coregrind/m_syswrap/
syswrap-ppc64-aix5.c 403 ThreadId dst_tid = VG_INVALID_THREADID; local
455 dst_tid = VG_INVALID_THREADID;
462 dst_tid = i;
467 if (dst_tid == VG_INVALID_THREADID)
470 VG_(printf)("(== tid %d)", (Int)dst_tid);
472 if (dst_tid != VG_INVALID_THREADID) {
489 Bool ok = ML_(aix5_force_thread_into_pthread_exit)(dst_tid);
510 dst_tid = VG_INVALID_THREADID;
515 dst_tid = i;
519 if (dst_tid != VG_INVALID_THREADID)
    [all...]
syswrap-ppc32-aix5.c 493 ThreadId dst_tid = VG_INVALID_THREADID; local
545 dst_tid = VG_INVALID_THREADID;
552 dst_tid = i;
557 if (dst_tid == VG_INVALID_THREADID)
560 VG_(printf)("(== tid %d)", (Int)dst_tid);
562 if (dst_tid != VG_INVALID_THREADID) {
579 Bool ok = ML_(aix5_force_thread_into_pthread_exit)(dst_tid);
600 dst_tid = VG_INVALID_THREADID;
605 dst_tid = i;
609 if (dst_tid != VG_INVALID_THREADID)
    [all...]

Completed in 270 milliseconds