Home | History | Annotate | Download | only in coregrind

Lines Matching refs:ThreadId

41 extern ThreadId VG_(alloc_ThreadState)(void);
44 extern void VG_(exit_thread)(ThreadId tid);
49 extern void VG_(get_thread_out_of_syscall)(ThreadId tid);
52 extern void VG_(nuke_all_threads_except) ( ThreadId me,
60 extern void VG_(acquire_BigLock) ( ThreadId tid, HChar* who );
75 extern void VG_(release_BigLock) ( ThreadId tid,
82 extern Bool VG_(owns_BigLock_LL) ( ThreadId tid );
89 extern VgSchedReturnCode VG_(scheduler) ( ThreadId tid );
92 // ThreadId and initialise the bigLock.
93 extern ThreadId VG_(scheduler_init_phase1) ( void );
96 // client stack and the root ThreadId decided on by phase 1.
97 extern void VG_(scheduler_init_phase2) ( ThreadId main_tid,