Searched refs:the_BigLock (Results 1 – 1 of 1) sorted by relevance
168 static struct sched_lock *the_BigLock; variable343 vg_assert(!the_BigLock); in init_BigLock()344 the_BigLock = ML_(create_sched_lock)(); in init_BigLock()349 ML_(destroy_sched_lock)(the_BigLock); in deinit_BigLock()350 the_BigLock = NULL; in deinit_BigLock()356 ML_(acquire_sched_lock)(the_BigLock); in VG_()362 ML_(release_sched_lock)(the_BigLock); in VG_()367 return (ML_(get_sched_lock_owner)(the_BigLock) in VG_()2187 if (lwpid != ML_(get_sched_lock_owner)(the_BigLock)) { in scheduler_sanity()