#include <RakThread.h>
Static Public Member Functions | |
| static int | Create (void *start_address(void *), void *arglist, int priority=0) |
Definition at line 24 of file RakThread.h.
| int RakThread::Create | ( | void * | start_addressvoid *, | |
| void * | arglist, | |||
| int | priority = 0 | |||
| ) | [static] |
Create a thread, simplified to be cross platform without all the extra junk To then start that thread, call RakCreateThread(functionName, arguments);
| [in] | start_address | Function you want to call |
| [in] | arglist | Arguments to pass to the function |
Definition at line 25 of file RakThread.cpp.

1.7.1