-
Couldn't load subscription status.
- Fork 35
Methods_T_CodeJam_Threading_InterlockedOperations
andrewvk edited this page Mar 22, 2016
·
4 revisions
[This is preliminary documentation and is subject to change.]
| 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. |
