Home
last modified time | relevance | path

Searched refs:client_stack_szB (Results 1 – 11 of 11) sorted by relevance

/external/valgrind/coregrind/m_syswrap/
Dsyswrap-x86-darwin.c317 tst->client_stack_szB = stacksize; in pthread_hijack()
502 tst->client_stack_szB = stacksize; in wqthread_hijack()
Dsyswrap-amd64-darwin.c376 tst->client_stack_szB = stacksize; in pthread_hijack()
554 tst->client_stack_szB = stacksize; in wqthread_hijack()
Dsyswrap-solaris.c571 - tst2->client_stack_szB); in VG_()
572 uc->uc_stack.ss_size = tst2->client_stack_szB; in VG_()
653 if (tst->client_stack_highest_byte && tst->client_stack_szB) { in VG_()
655 Addr start = end + 1 - tst->client_stack_szB; in VG_()
689 - tst->client_stack_szB; in set_stack()
690 cur_size = tst->client_stack_szB; in set_stack()
725 tst->client_stack_szB = new_size; in set_stack()
6643 ctst->client_stack_szB = 0;
Dsyswrap-x86-solaris.c872 VG_(threads)[tid].client_stack_szB = limit->rlim_cur; in PRE()
Dsyswrap-generic.c85 tst->client_stack_szB = tst->client_stack_highest_byte - seg->start + 1; in ML_()
97 tst->client_stack_szB = 0; in ML_()
4350 VG_(threads)[tid].client_stack_szB = ((struct vki_rlimit *)ARG2)->rlim_cur; in PRE()
Dsyswrap-linux.c1541 VG_(threads)[tid].client_stack_szB = ((struct vki_rlimit64 *)ARG3)->rlim_cur; in PRE()
/external/valgrind/coregrind/
Dpub_core_threadstate.h376 SizeT client_stack_szB; member
Dm_machine.c464 return VG_(threads)[tid].client_stack_szB; in VG_()
Dm_signals.c1889 VG_(threads)[1].client_stack_szB); in default_action()
/external/valgrind/coregrind/m_coredump/
Dcoredump-solaris.c182 - tst->client_stack_szB; in compute_stkbase()
497 prs->pr_stksize = tst->client_stack_szB; in fill_prstatus()
546 pstatus->pr_stksize = tst->client_stack_szB; in fill_pstatus()
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c637 VG_(threads)[i].client_stack_szB = 0; in VG_()
676 VG_(threads)[tid_main].client_stack_szB in VG_()