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 24 of file RakThread.h.


Member Function Documentation

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

Parameters:
[in] start_address Function you want to call
[in] arglist Arguments to pass to the function
Returns:
0=success. >0 = error code

Definition at line 25 of file RakThread.cpp.

Here is the caller graph for this function:


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