public interface InitializeArgs
| Modifier and Type | Method and Description |
|---|---|
MutexHandler |
getMutexHandler()
Returns the object that implements the functionality for
handling mutexes.
|
Object |
getReserved()
Reserved parameter.
|
boolean |
isLibraryCantCreateOsThreads()
Check, if application threads which are executing calls to the library
may not use native operating system calls to spawn new threads.
|
boolean |
isOsLockingOk()
Check, if the library can use the native operation system threading model
for locking.
|
MutexHandler getMutexHandler()
boolean isLibraryCantCreateOsThreads()
boolean isOsLockingOk()
Object getReserved()
Copyright © 2022. All rights reserved.