Go to the documentation of this file.
21 #ifndef WIBBLE_SYS_THREAD_H
22 #define WIBBLE_SYS_THREAD_H
41 void sleep(
int secs );
106 virtual void*
main() = 0;
110 static void* Starter(
void* parm);
114 static unsigned __stdcall Starter(
void* parm);
138 void kill(
int signal);