Searched refs:the_BigLock (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c42 "the_BigLock". Any time a thread wants to run client code or
44 ThreadState entry), it must hold the_BigLock.
47 the_BigLock, and re-takes it when it becomes runnable again (either
166 static struct sched_lock *the_BigLock; variable in typeref:struct:sched_lock
246 Mark a thread as Runnable. This will block until the_BigLock is
248 structures and the CPU. Up until we get the_BigLock, we must not
266 /* First, acquire the_BigLock. We can't do anything else safely
323 /* Release the_BigLock; this will reschedule any runnable
330 vg_assert(!the_BigLock);
331 the_BigLock
[all...]

Completed in 113 milliseconds