#include "../gobj/threads.h"
#include "../gobj/errors.h"
Functions | |
| int | Gj_thread_new (Gj_Ctx* ctx, Gj_ThreadId* id, Gj_ThreadEntry* entry, void* arg) |
| Create a new thread and stores its id in *id. More... | |
| void | Gj_thread_exit (void* ret) |
| Exit the actual thread (self) with the given return value. More... | |
|
|
Create a new thread and stores its id in *id.
|
|
|
Exit the actual thread (self) with the given return value.
|
1.2.1 written by Dimitri van Heesch,
© 1997-2000