Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dpub_core_scheduler.h44 extern ThreadId VG_(alloc_ThreadState)(void);
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-x86-darwin.c178 ThreadId tid = VG_(alloc_ThreadState)(); in build_thread()
459 tst = VG_(get_ThreadState)(VG_(alloc_ThreadState)()); in wqthread_hijack()
Dsyswrap-amd64-darwin.c241 ThreadId tid = VG_(alloc_ThreadState)(); in build_thread()
511 tst = VG_(get_ThreadState)(VG_(alloc_ThreadState)()); in wqthread_hijack()
Dsyswrap-arm64-linux.c216 ThreadId ctid = VG_(alloc_ThreadState)(); in do_clone()
Dsyswrap-ppc64-linux.c390 ThreadId ctid = VG_(alloc_ThreadState)(); in do_clone()
Dsyswrap-ppc32-linux.c240 ThreadId ctid = VG_(alloc_ThreadState)(); in do_clone()
Dsyswrap-mips64-linux.c201 ThreadId ctid = VG_ (alloc_ThreadState) (); in do_clone()
Dsyswrap-amd64-linux.c207 ThreadId ctid = VG_(alloc_ThreadState)(); in do_clone()
Dsyswrap-s390x-linux.c213 ThreadId ctid = VG_(alloc_ThreadState)(); in do_clone()
Dsyswrap-arm-linux.c171 ThreadId ctid = VG_(alloc_ThreadState)(); in do_clone()
Dsyswrap-mips32-linux.c244 ThreadId ctid = VG_ (alloc_ThreadState) (); in do_clone()
Dsyswrap-tilegx-linux.c335 ThreadId ctid = VG_ (alloc_ThreadState) (); in do_clone()
Dsyswrap-x86-linux.c216 ThreadId ctid = VG_(alloc_ThreadState)(); in do_clone()
Dsyswrap-darwin.c7670 tst = VG_(get_ThreadState)(VG_(alloc_ThreadState)()); in PRE()
Dsyswrap-solaris.c6615 ctid = VG_(alloc_ThreadState)();
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c238 ThreadId VG_(alloc_ThreadState) ( void ) in VG_() argument
643 tid_main = VG_(alloc_ThreadState)(); in VG_()