Searched refs:alloc_ThreadState (Results 1 – 7 of 7) sorted by relevance
44 extern ThreadId VG_(alloc_ThreadState)(void);
178 ThreadId tid = VG_(alloc_ThreadState)(); in build_thread()460 tst = VG_(get_ThreadState)(VG_(alloc_ThreadState)()); in wqthread_hijack()
241 ThreadId tid = VG_(alloc_ThreadState)(); in build_thread()512 tst = VG_(get_ThreadState)(VG_(alloc_ThreadState)()); in wqthread_hijack()
7675 tst = VG_(get_ThreadState)(VG_(alloc_ThreadState)()); in PRE()
7019 ctid = VG_(alloc_ThreadState)();
605 ThreadId ctid = VG_(alloc_ThreadState)(); in do_clone()
238 ThreadId VG_(alloc_ThreadState) ( void ) in VG_() argument643 tid_main = VG_(alloc_ThreadState)(); in VG_()