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

Go to the source code of this file.

Functions

static void NTAPI threadproc (void *param1, void *param2)
 
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 20 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 void NTAPI threadproc ( void *  param1,
void *  param2 
)
static

Definition at line 7 of file thread_core.c.

Here is the call graph for this function:

Here is the caller graph for this function: