nn::os::CriticalSection::Enter
#include <nn/os.h> void Enter();
None.
Locks out other threads and prevents them from entering a critical section. This function blocks.
CONFIDENTIAL