Exemplo n.º 1
0
        //
        // Cancels the specified acquire attempt.
        //

        internal override void _CancelAcquire(WaitBlock wb, WaitBlock hint) {
            rwlock._CancelAcquire(wb, hint);
        }