E:/Eigene Dateien/Eigene Projekte/c0re/system.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void sleep (int time=0)
 Gives computing time to windiows task sheduler.
int createThread (LPVOID routine, LPVOID param)
 Creates a new thread for the given function.


Function Documentation

int createThread ( LPVOID  routine,
LPVOID  param 
)

Creates a new thread for the given function.

Parameters:
routine Long pointer to the function.
param Long pointer to the parameter.
Returns:
0 for success.

void sleep ( int  time = 0  ) 

Gives computing time to windiows task sheduler.

Parameters:
time Time to wait at least until return.

Referenced by Network::connect(), Network::createServer(), Menu::getSelectedItem(), and Level::run().


Generated on Tue Jul 17 22:02:22 2007 for C0re by  doxygen 1.5.2