|
Neonode zForce(TM) SDK
|
Macros | |
| #define | EMUTEXNOTINITIALIZED 500 |
| Mutex not initialized. | |
| #define | EMUTEXINITIALIZATIONFAILED 501 |
| Mutex Initialization failed. | |
| #define | EMUTEXLOCKFAILED 502 |
| Mutex Lock failed. | |
| #define | EMUTEXUNLOCKFAILED 503 |
| Mutex Unlock failed. | |
| #define | EMUTEXDESTROYFAILED 504 |
| Mutex Destroy failed. | |
| #define | EBADMUTEX 505 |
| Bad Mutex Pointer. | |
| #define | ESEMAPHORENOTINITIALIZED 506 |
| Semaphore not initialized. | |
| #define | ESEMAPHOREINITIALIZATIONFAILED 507 |
| Semaphore Initialization failed. | |
| #define | ESEMAPHOREWAITFAILED 508 |
| Wait for Semaphore failed. | |
| #define | ESEMAPHOREINCREMENTFAILED 509 |
| Increment Semaphore failed. | |
| #define | ESEMAPHOREDESTROYFAILED 510 |
| Destroy Semaphore failed. | |
| #define | EBADSEMAPHORE 511 |
| Bad Semaphore Pointer. | |
| #define | ESEMAPHOREWAITTIMEDOUT 512 |
| Semaphore Wait timed out. | |
500 - 599 Mutex and Semaphore Errors.
1.8.11