|
Zen API
|
Constructs a lock object with optional support for waiting.
If the lock is waitable, a finite timeout value can be specified when using the kLock_EnterEx method.
| lock | Destination for the constructed object handle. |
| isWaitable | Should lock support waiting? |
| allocator | Memory allocator (or kNULL for default). |