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

Go to the source code of this file.

Functions

static DWORD WINAPI threadproc (LPVOID param)
 
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 25 of file thread_core.c.

Here is the call graph for this function:

FBCALL void fb_ThreadWait ( FBTHREAD thread)

Definition at line 52 of file thread_core.c.

static DWORD WINAPI threadproc ( LPVOID  param)
static

Definition at line 11 of file thread_core.c.

Here is the call graph for this function:

Here is the caller graph for this function: