-
Notifications
You must be signed in to change notification settings - Fork 36
T_CodeJam_Threading_InterlockedOperations
andrewvk edited this page Mar 22, 2016
·
9 revisions
[This is preliminary documentation and is subject to change.]
[Missing
System.Object
CodeJam.Threading.InterlockedOperations
Namespace: CodeJam.Threading
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static class InterlockedOperations
VB
Public NotInheritable Class InterlockedOperations
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type InterlockedOperations = class end
Name | Description | |
---|---|---|
![]() ![]() |
Initialize(T)(T, T) | Initialize the value referenced by target in a thread-safe manner. The value is changed to value only if the current value is null. |
![]() ![]() |
Initialize(T)(T, T, T) | Initialize the value referenced by target in a thread-safe manner. The value is changed to initializedValue only if the current value is uninitializedValue. |