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

  /external/valgrind/main/coregrind/m_syswrap/
syswrap-amd64-darwin.c 206 // GrP fixme signals, sig_mask, tmp_sig_mask, os_state.parent
301 semaphore_wait(tst->os_state.child_go);
316 vex->guest_RCX = tst->os_state.func_arg;
322 tst->os_state.pthread = self;
323 tst->os_state.lwpid = kport;
356 semaphore_signal(tst->os_state.child_done);
360 call_on_new_stack_0_1(tst->os_state.valgrind_stack_init_SP, 0,
416 /* For whatever reason, tst->os_state.pthread appear to have a
436 "tst->os_state.pthread %#lx\n",
437 tst->os_state.pthread == self ? "SAME" : "DIFF"
    [all...]
syswrap-x86-darwin.c 190 // GrP fixme signals, sig_mask, tmp_sig_mask, os_state.parent
288 semaphore_wait(tst->os_state.child_go);
304 vex->guest_EDX = tst->os_state.func_arg;
310 tst->os_state.pthread = self;
311 tst->os_state.lwpid = kport;
344 semaphore_signal(tst->os_state.child_done);
348 call_on_new_stack_0_1(tst->os_state.valgrind_stack_init_SP, 0,
406 /* For whatever reason, tst->os_state.pthread appear to have a
426 "tst->os_state.pthread %#lx, self %#lx\n",
427 tst->os_state.pthread == self ? "SAME" : "DIFF"
    [all...]
syswrap-aix5.c 86 if (tst->os_state.valgrind_stack_base == 0)
87 vg_assert(tst->os_state.valgrind_stack_init_SP == 0);
89 if (tst->os_state.valgrind_stack_base != 0)
90 vg_assert(tst->os_state.valgrind_stack_init_SP != 0);
93 if (tst->os_state.valgrind_stack_base == 0) {
100 tst->os_state.valgrind_stack_base = (Addr)stack;
101 tst->os_state.valgrind_stack_init_SP = initial_SP;
110 (void*)tst->os_state.valgrind_stack_base,
111 (void*)tst->os_state.valgrind_stack_init_SP );
113 return tst->os_state.valgrind_stack_init_SP
    [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 89 tst->os_state.lwpid = VG_(gettid)();
93 tst->os_state.threadgroup = VG_(getpid)();
205 "movl %3, %%ebx\n" /* set %ebx = tst->os_state.exitcode */
206 "int $0x80\n" /* exit(tst->os_state.exitcode) */
208 : "n" (VgTs_Empty), "n" (__NR_exit), "m" (tst->os_state.exitcode)
215 "movq %3, %%rdi\n" /* set %rdi = tst->os_state.exitcode */
216 "syscall\n" /* exit(tst->os_state.exitcode) */
218 : "n" (VgTs_Empty), "n" (__NR_exit), "m" (tst->os_state.exitcode)
226 "lwz 3,%3\n\t" /* set r3 = tst->os_state.exitcode */
227 "sc\n\t" /* exit(tst->os_state.exitcode) *
    [all...]
syswrap-ppc64-linux.c 323 ctst->os_state.parent = ptid;
332 os_state.threadgroup field for real (in thread_wrapper in
338 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
    [all...]
syswrap-amd64-linux.c 249 ctst->os_state.parent = ptid;
258 os_state.threadgroup field for real (in thread_wrapper in
264 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
    [all...]
syswrap-ppc32-linux.c 295 ctst->os_state.parent = ptid;
304 os_state.threadgroup field for real (in thread_wrapper in
310 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
    [all...]
syswrap-s390x-linux.c 255 ctst->os_state.parent = ptid;
262 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
    [all...]
syswrap-arm-linux.c 200 ctst->os_state.parent = ptid;
208 os_state.threadgroup field for real (in thread_wrapper in
214 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
    [all...]
syswrap-x86-linux.c 260 ctst->os_state.parent = ptid;
269 os_state.threadgroup field for real (in thread_wrapper in
275 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
    [all...]
syswrap-generic.c     [all...]
syswrap-main.c     [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 355 tid, VG_(threads)[tid].os_state.lwpid);
363 thread_abort(VG_(threads)[tid].os_state.lwpid);
368 Int r = VG_(tkill)(VG_(threads)[tid].os_state.lwpid, VG_SIGVGKILL);
396 vg_assert(VG_(threads)[tid].os_state.lwpid == VG_(gettid)());
433 tst->os_state.lwpid = 0;
434 tst->os_state.threadgroup = 0;
438 tst->os_state.post_mach_trap_fn = NULL;
439 tst->os_state.pthread = 0;
440 tst->os_state.func_arg = 0;
441 VG_(memset)(&tst->os_state.child_go, 0, sizeof(tst->os_state.child_go))
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
target.c 60 use_general, found, tid, tst->os_state.lwpid);
valgrind-low.c 99 image_ptid (ptid), ts->os_state.lwpid
103 ptid = ts->os_state.lwpid;
491 wptid = tst->os_state.lwpid;
495 if (tst->os_state.lwpid)
remote-utils.c 230 offsetof(ThreadState, os_state) + offsetof(ThreadOSstate, lwpid)};
  /external/valgrind/main/coregrind/
m_threadstate.c 89 // tst->os_state.lwpid == VG_(gettid)() && // check we're this tid
136 && VG_(threads)[tid].os_state.lwpid == lwp)
pub_core_threadstate.h 341 ThreadOSstate os_state; member in struct:__anon14036
m_libcassert.c 215 stacktop = tst->os_state.valgrind_stack_init_SP;
m_main.c     [all...]
m_signals.c     [all...]
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 237 prs->pr_pid = tst->os_state.lwpid;

Completed in 332 milliseconds