Home | History | Annotate | Download | only in m_syswrap

Lines Matching refs:os_state

112    tst->os_state.lwpid = VG_(gettid)();
113 tst->os_state.threadgroup = VG_(getpid)();
202 block[2] = (UInt) tst->os_state.exitcode;
208 "lwz 22, 8(29)\n\t" /* r22 = tst->os_state.exitcode */
213 "mr 3,22\n\t" /* set r3 = tst->os_state.exitcode */
220 "sc\n\t" /* exit(tst->os_state.exitcode) */
551 && dst_ts->os_state.lwpid == dst_lwpid) {
569 if (dst_ts->os_state.cancel_progress == Canc_NoRequest) {
570 if (dst_ts->os_state.cancel_disabled) {
574 dst_ts->os_state.cancel_progress = Canc_Requested;
578 dst_ts->os_state.cancel_progress = Canc_Actioned;
604 && dst_ts->os_state.lwpid == dst_lwpid) {
678 dst_ts->os_state.cancel_async = False;
679 dst_ts->os_state.cancel_disabled = False;
680 dst_ts->os_state.cancel_progress = Canc_NoRequest;