Click or drag to resize

Locking Fields

The Locking type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberSPIN
Spin lock blocking is good for locks held very shortly or generally uncontended locks and is therefore the default.
Public fieldStatic memberSUSPEND
Blocking that suspends a thread and notifies a thread to wake up can be more expensive then spin locks.
Public fieldvalue__
Top
See Also