Searched refs:os_state (Results 1 - 25 of 26) sorted by relevance

12

/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-x86-darwin.c190 // 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,
407 /* For whatever reason, tst->os_state.pthread appear to have a
427 "tst->os_state.pthread %#lx, self %#lx\n",
428 tst->os_state
[all...]
H A Dsyswrap-amd64-darwin.c236 // GrP fixme signals, sig_mask, tmp_sig_mask, os_state.parent
331 semaphore_wait(tst->os_state.child_go);
346 vex->guest_RCX = tst->os_state.func_arg;
352 tst->os_state.pthread = self;
353 tst->os_state.lwpid = kport;
386 semaphore_signal(tst->os_state.child_done);
390 call_on_new_stack_0_1(tst->os_state.valgrind_stack_init_SP, 0,
457 /* For whatever reason, tst->os_state.pthread appear to have a
477 "tst->os_state.pthread %#lx\n",
478 tst->os_state
[all...]
H A Dsyswrap-arm64-linux.c266 ctst->os_state.parent = ptid;
275 os_state.threadgroup field for real (in thread_wrapper in
281 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
H A Dsyswrap-ppc64-linux.c323 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;
H A Dsyswrap-darwin.c111 tst->os_state.lwpid = VG_(gettid)();
112 tst->os_state.threadgroup = VG_(getpid)();
148 if (tst->os_state.valgrind_stack_base == 0)
149 vg_assert(tst->os_state.valgrind_stack_init_SP == 0);
151 if (tst->os_state.valgrind_stack_base != 0)
152 vg_assert(tst->os_state.valgrind_stack_init_SP != 0);
156 if (tst->os_state.valgrind_stack_base == 0) {
159 tst->os_state.valgrind_stack_base = (Addr)stack;
160 tst->os_state.valgrind_stack_init_SP = initial_SP;
166 (void*)tst->os_state
[all...]
H A Dsyswrap-linux.c94 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));
213 vg_assert(sizeof(tst->os_state.exitcode) == sizeof(Word));
230 "movl %3, %%ebx\n" /* set %ebx = tst->os_state.exitcode */
231 "int $0x80\n" /* exit(tst->os_state.exitcode) */
234 : "n" (VgTs_Empty), "n" (__NR_exit), "m" (tst->os_state.exitcode)
241 "movq %3, %%rdi\n" /* set %rdi = tst->os_state.exitcode */
242 "syscall\n" /* exit(tst->os_state
[all...]
H A Dsyswrap-amd64-linux.c250 ctst->os_state.parent = ptid;
259 os_state.threadgroup field for real (in thread_wrapper in
265 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
H A Dsyswrap-arm-linux.c202 ctst->os_state.parent = ptid;
210 os_state.threadgroup field for real (in thread_wrapper in
216 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
H A Dsyswrap-mips32-linux.c271 ctst->os_state.parent = ptid;
278 os_state.threadgroup field for real (in thread_wrapper in
285 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
H A Dsyswrap-mips64-linux.c228 ctst->os_state.parent = ptid;
232 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
H A Dsyswrap-ppc32-linux.c296 ctst->os_state.parent = ptid;
305 os_state.threadgroup field for real (in thread_wrapper in
311 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
H A Dsyswrap-s390x-linux.c256 ctst->os_state.parent = ptid;
263 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
H A Dsyswrap-x86-linux.c261 ctst->os_state.parent = ptid;
270 os_state.threadgroup field for real (in thread_wrapper in
276 ctst->os_state.threadgroup = ptst->os_state.threadgroup;
H A Dsyswrap-generic.c2256 tst->os_state.exitcode = ARG1;
3504 if (tgid != -1 && tst->os_state.threadgroup != tgid)
3515 tst->os_state.fatalsig = VKI_SIGKILL;
/external/valgrind/main/coregrind/
H A Dm_threadstate.c62 ANNOTATE_BENIGN_RACE_SIZED(&VG_(threads)[tid].os_state.exitcode,
63 sizeof(VG_(threads)[tid].os_state.exitcode),
119 // tst->os_state.lwpid == VG_(gettid)() && // check we're this tid
166 && VG_(threads)[tid].os_state.lwpid == lwp)
H A Dpub_core_threadstate.h350 ThreadOSstate os_state; member in struct:__anon32745
H A Dm_libcassert.c313 stacktop = tst->os_state.valgrind_stack_init_SP;
333 = (VgStack*)VG_(threads)[i].os_state.valgrind_stack_base;
H A Dm_main.c2549 VG_(client_exit)( VG_(threads)[tid].os_state.exitcode );
2557 vg_assert(VG_(threads)[tid].os_state.fatalsig != 0);
2558 VG_(kill_self)(VG_(threads)[tid].os_state.fatalsig);
H A Dm_signals.c1762 //VG_(threads)[VG_(master_tid)].os_state.fatalsig = sigNo;
1767 VG_(threads)[tid].os_state.fatalsig = sigNo;
1857 vg_assert(tst->os_state.lwpid == VG_(gettid)());
/external/chromium_org/chrome/browser/external_protocol/
H A Dexternal_protocol_handler_unittest.cc19 ShellIntegration::DefaultWebClientState os_state)
21 os_state_(os_state) {}
118 ShellIntegration::DefaultWebClientState os_state,
126 delegate_.set_os_state(os_state);
16 FakeExternalProtocolHandlerWorker( ShellIntegration::DefaultWebClientObserver* observer, const std::string& protocol, ShellIntegration::DefaultWebClientState os_state) argument
117 DoTest(ExternalProtocolHandler::BlockState block_state, ShellIntegration::DefaultWebClientState os_state, bool should_prompt, bool should_launch, bool should_block) argument
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c369 == VG_(threads)[tid].os_state.lwpid);
406 tid, VG_(threads)[tid].os_state.lwpid);
414 thread_abort(VG_(threads)[tid].os_state.lwpid);
419 Int r = VG_(tkill)(VG_(threads)[tid].os_state.lwpid, VG_SIGVGKILL);
447 vg_assert(VG_(threads)[tid].os_state.lwpid == VG_(gettid)());
484 tst->os_state.lwpid = 0;
485 tst->os_state.threadgroup = 0;
489 tst->os_state.post_mach_trap_fn = NULL;
490 tst->os_state.pthread = 0;
491 tst->os_state
[all...]
/external/valgrind/main/coregrind/m_gdbserver/
H A Dtarget.c79 image_ptid (ptid), ts->os_state.lwpid
83 ptid = ts->os_state.lwpid;
304 wptid = tst->os_state.lwpid;
308 if (tst->os_state.lwpid)
619 use_general, found, tid, tst->os_state.lwpid);
H A Dm_gdbserver.c986 gdbserver_process_exit_encountered ('W', VG_(threads)[tid].os_state.exitcode);
990 gdbserver_process_exit_encountered ('X', VG_(threads)[tid].os_state.fatalsig);
H A Dremote-utils.c294 offsetof(ThreadState, os_state) + offsetof(ThreadOSstate, lwpid),
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c238 prs->pr_pid = tst->os_state.lwpid;

Completed in 267 milliseconds

12