![]() |
Shadowrun: Awakened 29 September 2011 - Build 871
|
#include <RakThread.h>
Static Public Member Functions | |
| static int | Create (void *start_address(void *), void *arglist, int priority=0) |
Definition at line 31 of file RakThread.h.
| static int RakNet::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 |
Referenced by ThreadPool< InputType, OutputType >::StartThreads().
Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.