CriticalSection (C)C interface module for nn::os::CriticalSection.
nnosCriticalSection
|
C Structure representing an critical section. |
|---|
nnosCriticalSectionInitialize
|
See the corresponding C++ function, nn::os::CriticalSection::Initialize. |
|
|---|---|---|
nnosCriticalSectionTryInitialize
|
See the corresponding C++ function, nn::os::CriticalSection::TryInitialize. |
|
nnosCriticalSectionEnter
|
See the corresponding C++ function, nn::os::CriticalSection::Enter. |
|
nnosCriticalSectionTryEnter
|
See the corresponding C++ function, nn::os::CriticalSection::TryEnter. |
|
nnosCriticalSectionLeave
|
See the corresponding C++ function, nn::os::CriticalSection::Leave. |
|
nnosCriticalSectionFinalize
|
See the corresponding C++ function, nn::os::CriticalSection::Finalize. |
CONFIDENTIAL