nn::dsp::CTR::CheckSemaphoreRequest Functionnn::Result CheckSemaphoreRequest( bool * pIsRequested );
| Name | Description | |
|---|---|---|
| out | pIsRequested | The existence of a request. |
Result values listed below. | Value | Description |
|---|---|
ResultSuccess |
Process was successful. |
ResultNotInitialized |
The library is not initialized. |
Gets a semaphore request.
If the return value is other than ResultSuccess, the value of *pIsRequested will be undefined.
ResultSuccess.CONFIDENTIAL