MkObjectC - L)anguage A)bstraction L)ayer definition … More...
Functions | |
static OT_ProcRet | atlmkkernel_MkObjectC_SysKill (MkObjectC_ARGS) |
internal function: MkSysKill | |
static OT_ProcRet | atlmkkernel_MkObjectC_SysGetPid (MkObjectC_ARGS) |
internal function: MkSysGetPid | |
static OT_ProcRet | atlmkkernel_MkObjectC_SysHashI32 (OtClass_ARGS) |
internal function: MkSysHashI32 | |
static OT_ProcRet | atlmkkernel_MkObjectC_SysHashSTR (OtClass_ARGS) |
internal function: MkSysHashSTR | |
MkObjectC - L)anguage A)bstraction L)ayer definition …
The LAL is required to give the target of embedding a change to modify the access to system functions. RUBY for example has it's own Thread-Creation function.
All wrappers to access the underlying OS,Languages and system functions are located in this section. Every external Function has additional code to map the OS/System specific error codes/messages into a atlmkkernel specific error codes/messages
|
static |
internal function: MkSysGetPid
Definition at line 858 of file MkObjectC_atl.c.
|
static |
internal function: MkSysHashI32
Definition at line 875 of file MkObjectC_atl.c.
|
static |
internal function: MkSysHashSTR
Definition at line 892 of file MkObjectC_atl.c.
|
static |
internal function: MkSysKill
Definition at line 838 of file MkObjectC_atl.c.