18 AI_API
void*
AiThreadCreate(
unsigned int (*fn)(
void*),
void* data,
int priority);
23 #define AI_MAX_THREADS 64
28 #define AI_PRIORITY_LOWEST 0x00
29 #define AI_PRIORITY_LOW 0x01
30 #define AI_PRIORITY_NORMAL 0x02
31 #define AI_PRIORITY_HIGH 0x03
© 2009-2013 Solid Angle SL · all rights reserved · www.solidangle.com