Home | History | Annotate | Download | only in m_scheduler

Lines Matching refs:os_state

326 		      tid, VG_(threads)[tid].os_state.lwpid);
334 thread_abort(VG_(threads)[tid].os_state.lwpid);
339 Int r = VG_(tkill)(VG_(threads)[tid].os_state.lwpid, VG_SIGVGKILL);
367 vg_assert(VG_(threads)[tid].os_state.lwpid == VG_(gettid)());
404 tst->os_state.lwpid = 0;
405 tst->os_state.threadgroup = 0;
409 tst->os_state.cancel_async = False;
410 tst->os_state.cancel_disabled = False;
411 tst->os_state.cancel_progress = Canc_NoRequest;
413 tst->os_state.post_mach_trap_fn = NULL;
414 tst->os_state.pthread = 0;
415 tst->os_state.func_arg = 0;
416 VG_(memset)(&tst->os_state.child_go, 0, sizeof(tst->os_state.child_go));
417 VG_(memset)(&tst->os_state.child_done, 0, sizeof(tst->os_state.child_done));
418 tst->os_state.wq_jmpbuf_valid = False;
419 tst->os_state.remote_port = 0;
420 tst->os_state.msgh_id = 0;
421 VG_(memset)(&tst->os_state.mach_args, 0, sizeof(tst->os_state.mach_args));
429 tst->os_state.valgrind_stack_base = 0;
430 tst->os_state.valgrind_stack_init_SP = 0;
489 VG_(threads)[me].os_state.lwpid = VG_(gettid)();
490 VG_(threads)[me].os_state.threadgroup = VG_(getpid)();
1046 vg_assert(tst->os_state.lwpid == VG_(gettid)());
1302 VG_(threads)[tid].os_state.fatalsig = VKI_SIGKILL;
1697 if (lwpid != VG_(threads)[tid].os_state.lwpid) {
1700 tid, VG_(threads)[tid].os_state.lwpid, VG_(gettid)());
1782 VG_(get_ThreadState)(tid)->os_state.valgrind_stack_base;