nn::os::CriticalSection::TryEnter
#include <nn/os.h> bool TryEnter();
None.
Locks out other threads and prevents them from entering a critical section. This function does not block.
CONFIDENTIAL