public static class
ScatterAdd.Options
Optional attributes for ScatterAdd
Public Methods
ScatterAdd.Options |
useLocking(Boolean useLocking)
|
Inherited Methods
Public Methods
public ScatterAdd.Options useLocking (Boolean useLocking)
Parameters
useLocking | If True, the addition will be protected by a lock; otherwise the behavior is undefined, but may exhibit less contention. |
---|