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

Go to the source code of this file.

Functions

function_as_integer hThreadCallPushType (byval_as_ASTNODE_ptr funcexpr, byval_as_integer tctype, byval_as_FBSYMBOL_ptr stype)
 
private function_as_integer hThreadCallMapType (byval_as_FBSYMBOL_ptr sym, byval_as_integer udt=FALSE)
 
private function_as_integer hThreadCallPushStruct (byval_as_ASTNODE_ptr funcexpr, byval_as_FBSYMBOL_ptr struct)
 
private function_as_ASTNODE_ptr hGetExprRef (byval_as_ASTNODE_ptr expr)
 
function_as_ASTNODE_ptr rtlThreadCall (byval_as_ASTNODE_ptr callexpr)
 

Function Documentation

private function_as_ASTNODE_ptr hGetExprRef ( byval_as_ASTNODE_ptr  expr)

Definition at line 150 of file rtl-system-thread.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

private function_as_integer hThreadCallMapType ( byval_as_FBSYMBOL_ptr  sym,
byval_as_integer  udt = FALSE 
)

Definition at line 18 of file rtl-system-thread.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

private function_as_integer hThreadCallPushStruct ( byval_as_ASTNODE_ptr  funcexpr,
byval_as_FBSYMBOL_ptr  struct 
)

Definition at line 82 of file rtl-system-thread.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

private function_as_integer hThreadCallPushType ( byval_as_ASTNODE_ptr  funcexpr,
byval_as_integer  tctype,
byval_as_FBSYMBOL_ptr  stype 
)

Definition at line 119 of file rtl-system-thread.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_ASTNODE_ptr rtlThreadCall ( byval_as_ASTNODE_ptr  callexpr)

Definition at line 171 of file rtl-system-thread.bas.

Here is the call graph for this function:

Here is the caller graph for this function: