Home
last modified time | relevance | path

Searched refs:alloc_ThreadState (Results 1 – 7 of 7) 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()
460 tst = VG_(get_ThreadState)(VG_(alloc_ThreadState)()); in wqthread_hijack()
Dsyswrap-amd64-darwin.c241 ThreadId tid = VG_(alloc_ThreadState)(); in build_thread()
512 tst = VG_(get_ThreadState)(VG_(alloc_ThreadState)()); in wqthread_hijack()
Dsyswrap-darwin.c7675 tst = VG_(get_ThreadState)(VG_(alloc_ThreadState)()); in PRE()
Dsyswrap-solaris.c7019 ctid = VG_(alloc_ThreadState)();
Dsyswrap-linux.c605 ThreadId ctid = VG_(alloc_ThreadState)(); in do_clone()
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c238 ThreadId VG_(alloc_ThreadState) ( void ) in VG_() argument
643 tid_main = VG_(alloc_ThreadState)(); in VG_()