Boolean TryEnter(ref Int32 csLock, Int32 TrueValue)
Enter the critical section.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | csLock | Int32 (ref) | output |
| 2 | TrueValue | Int32 |
Returns: Boolean
Remarks:
The order in which the threads will pass is not deterministic.
Enter the critical section.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | csLock | Int32 (ref) | output |
| 2 | TrueValue | Int32 |
Returns: Boolean
The order in which the threads will pass is not deterministic.