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

  /external/valgrind/main/coregrind/m_syswrap/
syswrap-amd64-darwin.c 204 // GrP fixme signals, sig_mask, tmp_sig_mask, os_state.parent
299 semaphore_wait(tst->os_state.child_go);
314 vex->guest_RCX = tst->os_state.func_arg;
320 tst->os_state.pthread = self;
321 tst->os_state.lwpid = kport;
354 semaphore_signal(tst->os_state.child_done);
358 call_on_new_stack_0_1(tst->os_state.valgrind_stack_init_SP, 0,
419 vg_assert(tst->os_state.pthread == self);
460 tst->os_state.pthread = self;
461 tst->os_state.lwpid = kport
    [all...]
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,
414 vg_assert(tst->os_state.pthread == self);
466 tst->os_state.pthread = self;
467 tst->os_state.lwpid = kport
    [all...]
syswrap-ppc64-aix5.c 112 tst->os_state.lwpid = VG_(gettid)();
113 tst->os_state.threadgroup = VG_(getpid)();
202 block[2] = (ULong) tst->os_state.exitcode;
208 "ld 22, 16(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) */
461 && dst_ts->os_state.lwpid == dst_lwpid) {
479 if (dst_ts->os_state.cancel_progress == Canc_NoRequest) {
480 if (dst_ts->os_state.cancel_disabled) {
484 dst_ts->os_state.cancel_progress = Canc_Requested
    [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-ppc32-aix5.c 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
    [all...]
syswrap-darwin.c 107 tst->os_state.lwpid = VG_(gettid)();
108 tst->os_state.threadgroup = VG_(getpid)();
144 if (tst->os_state.valgrind_stack_base == 0)
145 vg_assert(tst->os_state.valgrind_stack_init_SP == 0);
147 if (tst->os_state.valgrind_stack_base != 0)
148 vg_assert(tst->os_state.valgrind_stack_init_SP != 0);
152 if (tst->os_state.valgrind_stack_base == 0) {
155 tst->os_state.valgrind_stack_base = (Addr)stack;
156 tst->os_state.valgrind_stack_init_SP = initial_SP;
162 (void*)tst->os_state.valgrind_stack_base,
    [all...]
syswrap-linux.c 85 tst->os_state.lwpid = VG_(gettid)();
89 tst->os_state.threadgroup = VG_(getpid)();
179 "movl %3, %%ebx\n" /* set %ebx = tst->os_state.exitcode */
180 "int $0x80\n" /* exit(tst->os_state.exitcode) */
182 : "n" (VgTs_Empty), "n" (__NR_exit), "m" (tst->os_state.exitcode));
187 "movq %3, %%rdi\n" /* set %rdi = tst->os_state.exitcode */
188 "syscall\n" /* exit(tst->os_state.exitcode) */
190 : "n" (VgTs_Empty), "n" (__NR_exit), "m" (tst->os_state.exitcode));
196 "lwz 3,%3\n\t" /* set r3 = tst->os_state.exitcode */
197 "sc\n\t" /* exit(tst->os_state.exitcode) *
    [all...]
syswrap-ppc32-linux.c 294 ctst->os_state.parent = ptid;
303 os_state.threadgroup field for real (in thread_wrapper in
309 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
    [all...]
syswrap-ppc64-linux.c 322 ctst->os_state.parent = ptid;
331 os_state.threadgroup field for real (in thread_wrapper in
337 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
    [all...]
syswrap-amd64-linux.c 248 ctst->os_state.parent = ptid;
257 os_state.threadgroup field for real (in thread_wrapper in
263 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
    [all...]
syswrap-arm-linux.c 199 ctst->os_state.parent = ptid;
207 os_state.threadgroup field for real (in thread_wrapper in
213 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
    [all...]
syswrap-x86-linux.c 259 ctst->os_state.parent = ptid;
268 os_state.threadgroup field for real (in thread_wrapper in
274 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 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
    [all...]
  /external/valgrind/main/coregrind/
m_threadstate.c 88 // tst->os_state.lwpid == VG_(gettid)() && // check we're this tid
135 && VG_(threads)[tid].os_state.lwpid == lwp)
pub_core_threadstate.h 353 ThreadOSstate os_state; member in struct:__anon12609
m_libcassert.c 198 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 236 prs->pr_pid = tst->os_state.lwpid;

Completed in 215 milliseconds