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

  /external/valgrind/coregrind/m_sigframe/
sigframe-solaris.c 148 tst->os_state.oldcontext = &frame->ucontext;
205 if (on_altstack && tst->os_state.ustack
206 && VG_(am_is_valid_for_client)((Addr)tst->os_state.ustack,
207 sizeof(*tst->os_state.ustack),
217 *tst->os_state.ustack = altstack;
218 VG_TRACK(post_mem_write, Vg_CoreSignal, tid, (Addr)tst->os_state.ustack,
219 sizeof(*tst->os_state.ustack));
  /external/valgrind/coregrind/m_syswrap/
syswrap-x86-darwin.c 189 // GrP fixme signals, sig_mask, tmp_sig_mask, os_state.parent
287 semaphore_wait(tst->os_state.child_go);
303 vex->guest_EDX = tst->os_state.func_arg;
309 tst->os_state.pthread = self;
310 tst->os_state.lwpid = kport;
343 semaphore_signal(tst->os_state.child_done);
347 call_on_new_stack_0_1(tst->os_state.valgrind_stack_init_SP, 0,
423 /* For whatever reason, tst->os_state.pthread appear to have a
437 // magic_delta = tst->os_state.pthread - self
451 "tst->os_state.pthread %#lx, self %#lx\n"
    [all...]
syswrap-amd64-darwin.c 252 // GrP fixme signals, sig_mask, tmp_sig_mask, os_state.parent
347 semaphore_wait(tst->os_state.child_go);
362 vex->guest_RCX = tst->os_state.func_arg;
368 tst->os_state.pthread = self;
369 tst->os_state.lwpid = kport;
402 semaphore_signal(tst->os_state.child_done);
406 call_on_new_stack_0_1(tst->os_state.valgrind_stack_init_SP, 0,
475 /* For whatever reason, tst->os_state.pthread appear to have a
489 // magic_delta = tst->os_state.pthread - self
503 "tst->os_state.pthread %#lx, self %#lx\n"
    [all...]
syswrap-solaris.c 86 VG_(threads)[tid].os_state.daemon_thread == count_daemon)
129 tst->os_state.lwpid = VG_(gettid)();
130 tst->os_state.threadgroup = VG_(getpid)();
179 = VALGRIND_STACK_REGISTER(tst->os_state.valgrind_stack_base,
180 tst->os_state.valgrind_stack_init_SP));
193 Addr a = tst->os_state.schedctl_data;
198 if (tst->os_state.stk_id != NULL_STK_ID)
199 VG_(deregister_stack)(tst->os_state.stk_id);
320 if (tst->os_state.valgrind_stack_base == 0)
321 vg_assert(tst->os_state.valgrind_stack_init_SP == 0)
    [all...]
syswrap-darwin.c 112 tst->os_state.lwpid = VG_(gettid)();
113 tst->os_state.threadgroup = VG_(getpid)();
149 if (tst->os_state.valgrind_stack_base == 0)
150 vg_assert(tst->os_state.valgrind_stack_init_SP == 0);
152 if (tst->os_state.valgrind_stack_base != 0)
153 vg_assert(tst->os_state.valgrind_stack_init_SP != 0);
157 if (tst->os_state.valgrind_stack_base == 0) {
160 tst->os_state.valgrind_stack_base = (Addr)stack;
161 tst->os_state.valgrind_stack_init_SP = initial_SP;
167 (void*)tst->os_state.valgrind_stack_base,
    [all...]
syswrap-linux.c 95 tst->os_state.lwpid = VG_(gettid)();
98 tst->os_state.threadgroup = VG_(getpid)();
152 = VALGRIND_STACK_REGISTER (tst->os_state.valgrind_stack_base,
153 tst->os_state.valgrind_stack_init_SP));
166 if (tst->os_state.stk_id != NULL_STK_ID)
167 VG_(deregister_stack)(tst->os_state.stk_id);
217 vg_assert(sizeof(tst->os_state.exitcode) == sizeof(Word));
234 "movl %3, %%ebx\n" /* set %ebx = tst->os_state.exitcode */
235 "int $0x80\n" /* exit(tst->os_state.exitcode) */
238 : "n" (VgTs_Empty), "n" (__NR_exit), "m" (tst->os_state.exitcode
    [all...]
syswrap-x86-solaris.c 95 UWord *stack = (UWord*)tst->os_state.valgrind_stack_init_SP;
389 tst->os_state.thrptr = uc->uc_mcontext.gregs[VKI_ESP];
588 Addr base = tst->os_state.thrptr;
    [all...]
syswrap-main.c 377 if (tst->os_state.in_door_return)
    [all...]
syswrap-generic.c 87 tst->os_state.stk_id
94 tst->os_state.stk_id);
    [all...]
syswrap-amd64-solaris.c 89 UWord *stack = (UWord*)tst->os_state.valgrind_stack_init_SP;
  /external/valgrind/coregrind/
m_threadstate.c 69 ANNOTATE_BENIGN_RACE_SIZED(&VG_(threads)[tid].os_state.exitcode,
70 sizeof(VG_(threads)[tid].os_state.exitcode),
127 // tst->os_state.lwpid == VG_(gettid)() && // check we're this tid
174 && VG_(threads)[tid].os_state.lwpid == lwp)
m_libcassert.c 302 = (VgStack*)VG_(threads)[i].os_state.valgrind_stack_base;
306 VG_(threads)[i].os_state.lwpid);
360 stacktop = tst->os_state.valgrind_stack_init_SP;
383 = (VgStack*)VG_(threads)[i].os_state.valgrind_stack_base;
396 if (VG_(threads)[i].os_state.lwpid
397 == VG_(inner_threads)[inner_tid].os_state.lwpid) {
pub_core_threadstate.h 394 ThreadOSstate os_state; member in struct:__anon37552
m_execontext.c 368 if (VG_(threads)[tid].os_state.lwpid
369 == VG_(inner_threads)[inner_tid].os_state.lwpid) {
m_main.c     [all...]
m_signals.c     [all...]
  /external/valgrind/coregrind/m_scheduler/
scheduler.c 368 == VG_(threads)[tid].os_state.lwpid);
405 tid, VG_(threads)[tid].os_state.lwpid);
413 thread_abort(VG_(threads)[tid].os_state.lwpid);
418 Int r = VG_(tkill)(VG_(threads)[tid].os_state.lwpid, VG_SIGVGKILL);
446 vg_assert(VG_(threads)[tid].os_state.lwpid == VG_(gettid)());
489 tst->os_state.lwpid = 0;
490 tst->os_state.threadgroup = 0;
491 tst->os_state.stk_id = NULL_STK_ID;
495 tst->os_state.post_mach_trap_fn = NULL;
496 tst->os_state.pthread = 0
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
target.c 79 image_ptid (ptid), ts->os_state.lwpid
83 ptid = ts->os_state.lwpid;
340 wptid = tst->os_state.lwpid;
344 if (tst->os_state.lwpid)
835 use_general, found, tid, tst->os_state.lwpid);
m_gdbserver.c     [all...]
remote-utils.c 324 offsetof(ThreadState, os_state) + offsetof(ThreadOSstate, lwpid),
    [all...]
  /external/valgrind/coregrind/m_coredump/
coredump-solaris.c 493 prs->pr_who = tst->os_state.lwpid;
524 psinfo->pr_lwp.pr_lwpid = tst->os_state.lwpid;
551 pstatus->pr_lwp.pr_lwpid = tst->os_state.lwpid;
720 lwp->pr_lwpid = tst->os_state.lwpid;
732 lwp->pr_lwpid = tst->os_state.lwpid;
    [all...]
coredump-elf.c 246 prs->pr_pid = tst->os_state.lwpid;
  /external/valgrind/coregrind/m_initimg/
initimg-solaris.c     [all...]

Completed in 443 milliseconds