nn::dsp::CTR::CheckSemaphoreRequest Function

Syntax

nn::Result CheckSemaphoreRequest(
     bool * pIsRequested
);

Arguments

Name Description
out pIsRequested The existence of a request.

Return Values

Returns the function's execution result. Returns one of the Result values listed below.
Value Description
ResultSuccess Process was successful.
ResultNotInitialized The library is not initialized.

Description

Gets a semaphore request.

If the return value is other than ResultSuccess, the value of *pIsRequested will be undefined.

Revision History

2011/03/25
Added note about return values other than ResultSuccess.
2010/02/02
Initial version.

CONFIDENTIAL