FreeBASIC  0.91.0
thread_core.c File Reference
#include "../fb.h"
Include dependency graph for thread_core.c:

Go to the source code of this file.

Functions

FBCALL FBTHREADfb_ThreadCreate (FB_THREADPROC proc, void *param, ssize_t stack_size)
 
FBCALL void fb_ThreadWait (FBTHREAD *thread)
 

Function Documentation

FBCALL FBTHREAD* fb_ThreadCreate ( FB_THREADPROC  proc,
void *  param,
ssize_t  stack_size 
)

Definition at line 5 of file thread_core.c.

FBCALL void fb_ThreadWait ( FBTHREAD thread)

Definition at line 10 of file thread_core.c.