
Defines | |
| #define | CTHREADS 1 |
| #define | NSAPI_THREADS 4 |
| #define | PTHREADS 2 |
| #define | SINGLE 0 |
| #define | WIN32_THREADS 3 |
Typedefs | |
| typedef void * | WA_recursiveLock |
Functions | |
| WA_recursiveLock | WA_createLock (const char *name) |
| int | WA_error () |
| char * | WA_errorDescription (int error) |
| void | WA_freeErrorDescription (char *msg) |
| void | WA_lock (WA_recursiveLock) |
| void | WA_unlock (WA_recursiveLock) |
| void | WA_yield () |
Variables | |
| char * | WA_adaptorName |
| #define CTHREADS 1 |
| #define NSAPI_THREADS 4 |
| #define PTHREADS 2 |
| #define SINGLE 0 |
| #define WIN32_THREADS 3 |
| typedef void* WA_recursiveLock |
| WA_recursiveLock WA_createLock | ( | const char * | name | ) |
| int WA_error | ( | ) |
| char* WA_errorDescription | ( | int | error | ) |
| void WA_freeErrorDescription | ( | char * | msg | ) |
| void WA_lock | ( | WA_recursiveLock | ) |
| void WA_unlock | ( | WA_recursiveLock | ) |
| void WA_yield | ( | ) |
| char* WA_adaptorName |
1.5.8