Home
last modified time | relevance | path

Searched refs:allocstack (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/coregrind/m_syswrap/
Dpriv_syswrap-solaris.h49 extern Addr ML_(allocstack) (ThreadId tid);
Dsyswrap-x86-darwin.c211 stack = (char *)allocstack(tst->tid); in hijack_thread_state()
462 allocstack(tst->tid); in wqthread_hijack()
Dsyswrap-amd64-darwin.c274 stack = (char *)allocstack(tst->tid); in hijack_thread_state()
514 allocstack(tst->tid); in wqthread_hijack()
Dpriv_syswrap-linux.h39 extern Addr ML_(allocstack) ( ThreadId tid );
Dpriv_syswrap-darwin.h38 Addr allocstack ( ThreadId tid );
Dsyswrap-darwin.c139 Addr allocstack ( ThreadId tid ) in allocstack() function
300 sp = allocstack(tid); in VG_()
7676 allocstack(tst->tid); in PRE()
Dsyswrap-solaris.c310 Addr ML_(allocstack)(ThreadId tid) in ML_() argument
357 sp = ML_(allocstack)(tid); in VG_()
7027 stack = ML_(allocstack)(ctid);
Dsyswrap-linux.c328 Addr ML_(allocstack)(ThreadId tid) in ML_() argument
374 sp = ML_(allocstack)(tid); in VG_()
617 stack = (UWord*)ML_(allocstack)(ctid); in do_clone()