Shadowrun: Awakened 29 September 2011 - Build 871
Static Public Member Functions
RakNet::RakThread Class Reference

#include <RakThread.h>

List of all members.

Static Public Member Functions

static int Create (void *start_address(void *), void *arglist, int priority=0)

Detailed Description

Definition at line 31 of file RakThread.h.


Member Function Documentation

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);

Parameters:
[in]start_addressFunction you want to call
[in]arglistArguments to pass to the function
Returns:
0=success. >0 = error code

Referenced by ThreadPool< InputType, OutputType >::StartThreads().


The documentation for this class was generated from the following file:

Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.

GNU Lesser General Public License 3 Sourceforge.net