Mutex (C)C interface module for nn::os::Mutex.
nnosMutex
|
C Structure representing a mutex. |
|---|
nnosMutexInitialize
|
See the corresponding C++ function nn::os::Mutex::Initialize. |
|
|---|---|---|
nnosMutexTryInitialize
|
See the corresponding C++ function nn::os::Mutex::TryInitialize. |
|
nnosMutexLock
|
See the corresponding C++ function nn::os::Mutex::Lock. |
|
nnosMutexTryLock
|
See the corresponding C++ function nn::os::Mutex::TryLock. |
|
nnosMutexUnlock
|
See the corresponding C++ function nn::os::Mutex::Unlock. |
|
nnosMutexFinalize
|
See the corresponding C++ function nn::os::Mutex::Finalize. |
CONFIDENTIAL