_LoopThread
fLoopThread = spawn_thread(_LoopThread, "two and two are five",
static int32 _LoopThread(void* data);
fLoopThread = spawn_thread(_LoopThread, "two minutes hate thread",
static int32 _LoopThread(void* data);
static int32 _LoopThread(void* arg);