#include "air.h"

| airThreadBarrier* airThreadBarrierNew | ( | unsigned int | numUsers | ) |
| airThreadBarrier* airThreadBarrierNix | ( | airThreadBarrier * | barrier | ) |
| int airThreadBarrierWait | ( | airThreadBarrier * | barrier | ) |
| int airThreadCondBroadcast | ( | airThreadCond * | cond | ) |
| airThreadCond* airThreadCondNew | ( | void | ) |
| airThreadCond* airThreadCondNix | ( | airThreadCond * | cond | ) |
| int airThreadCondSignal | ( | airThreadCond * | cond | ) |
| int airThreadCondWait | ( | airThreadCond * | cond, | |
| airThreadMutex * | mutex | |||
| ) |
| int airThreadJoin | ( | airThread * | thread, | |
| void ** | retP | |||
| ) |
| int airThreadMutexLock | ( | airThreadMutex * | mutex | ) |
| airThreadMutex* airThreadMutexNew | ( | void | ) |
| airThreadMutex* airThreadMutexNix | ( | airThreadMutex * | mutex | ) |
| int airThreadMutexUnlock | ( | airThreadMutex * | mutex | ) |
| airThread* airThreadNew | ( | void | ) |
| int airThreadStart | ( | airThread * | thread, | |
| void *(*)(void *) | threadBody, | |||
| void * | arg | |||
| ) |
| const int airThreadCapable = AIR_FALSE |
| int airThreadNoopWarning = AIR_TRUE |
1.5.6