Home
last modified time | relevance | path

Searched refs:alloc_ThreadState (Results 1 – 12 of 12) sorted by relevance

/external/valgrind/main/coregrind/
Dpub_core_scheduler.h41 extern ThreadId VG_(alloc_ThreadState)(void);
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-x86-darwin.c179 ThreadId tid = VG_(alloc_ThreadState)(); in build_thread()
436 tst = VG_(get_ThreadState)(VG_(alloc_ThreadState)()); in wqthread_hijack()
Dsyswrap-amd64-darwin.c225 ThreadId tid = VG_(alloc_ThreadState)(); in build_thread()
475 tst = VG_(get_ThreadState)(VG_(alloc_ThreadState)()); in wqthread_hijack()
Dsyswrap-ppc64-linux.c269 ThreadId ctid = VG_(alloc_ThreadState)(); in do_clone()
Dsyswrap-ppc32-linux.c242 ThreadId ctid = VG_(alloc_ThreadState)(); in do_clone()
Dsyswrap-s390x-linux.c215 ThreadId ctid = VG_(alloc_ThreadState)(); in do_clone()
Dsyswrap-amd64-linux.c209 ThreadId ctid = VG_(alloc_ThreadState)(); in do_clone()
Dsyswrap-mips32-linux.c243 ThreadId ctid = VG_ (alloc_ThreadState) (); in do_clone()
Dsyswrap-arm-linux.c175 ThreadId ctid = VG_(alloc_ThreadState)(); in do_clone()
Dsyswrap-x86-linux.c216 ThreadId ctid = VG_(alloc_ThreadState)(); in do_clone()
Dsyswrap-darwin.c6475 tst = VG_(get_ThreadState)(VG_(alloc_ThreadState)()); in PRE()
/external/valgrind/main/coregrind/m_scheduler/
Dscheduler.c229 ThreadId VG_(alloc_ThreadState) ( void ) in VG_() argument
612 tid_main = VG_(alloc_ThreadState)(); in VG_()