Home | History | Annotate | Download | only in pthreads-win32

Lines Matching refs:interlock

282  * for the "interlock" element in a spinlock.
286 * If there is only one cpu then "interlock" is set equal to
288 * If the number of cpus is greater than 1 then "interlock"
291 * routines to attempt an InterlockedCompareExchange on "interlock"
304 long interlock; /* Locking element for multi-cpus. */