FreeBASIC  0.91.0
rtl-system.bas File Reference
#include "fb.bi"
#include "fbint.bi"
#include "ast.bi"
#include "rtl.bi"
Include dependency graph for rtl-system.bas:

Go to the source code of this file.

Functions

function_as_integer hMultithread_cb (byval_as_FBSYMBOL_ptr sym)
 
function_as_integer hThreadCall_cb (byval_as_FBSYMBOL_ptr sym)
 
sub rtlSystemModInit ()
 
sub rtlSystemModEnd ()
 
private function_as_integer rtlX86CpuCheck ()
 
function_as_ASTNODE_ptr rtlInitApp (byval_as_ASTNODE_ptr argc, byval_as_ASTNODE_ptr argv)
 
function_as_integer rtlExitApp (byval_as_ASTNODE_ptr errlevel)
 
function_as_ASTNODE_ptr rtlAtExit (byval_as_ASTNODE_ptr procexpr)
 

Variables

FB_RTL_PROCDEF funcdata [to...+1] =
 

Function Documentation

private function_as_integer hMultithread_cb ( byval_as_FBSYMBOL_ptr  sym)

Definition at line 699 of file rtl-system.bas.

Here is the caller graph for this function:

private function_as_integer hThreadCall_cb ( byval_as_FBSYMBOL_ptr  sym)

Definition at line 711 of file rtl-system.bas.

Here is the call graph for this function:

function_as_ASTNODE_ptr rtlAtExit ( byval_as_ASTNODE_ptr  procexpr)

Definition at line 727 of file rtl-system.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_integer rtlExitApp ( byval_as_ASTNODE_ptr  errlevel)

Definition at line 677 of file rtl-system.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_ASTNODE_ptr rtlInitApp ( byval_as_ASTNODE_ptr  argc,
byval_as_ASTNODE_ptr  argv 
)

Definition at line 628 of file rtl-system.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

sub rtlSystemModEnd ( )

Definition at line 541 of file rtl-system.bas.

Here is the caller graph for this function:

sub rtlSystemModInit ( )

Definition at line 534 of file rtl-system.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

private function_as_integer rtlX86CpuCheck ( )

Definition at line 547 of file rtl-system.bas.

Here is the call graph for this function:

Variable Documentation

FB_RTL_PROCDEF funcdata[to...+1] =

Definition at line 14 of file rtl-system.bas.