nnosSemaphoreTryAcquire Function

Syntax

#include <nn/os.h>

NN_EXTERN_C bool nnosSemaphoreTryAcquire(
     nnosSemaphore * this_,
     s64 nanoSeconds
);

Arguments

Name Description
this_
nanoSeconds

Return Values

Description

See the corresponding C++ function nn::os::Semaphore::TryAcquire.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL