theKernel 10.0
|
data type for process/thread identification … More...
#include <LibMkKernel_mk.h>
Data Fields | |
enum MkIdSE | type |
signal type of val data | |
MK_IDNT | val |
process or thread handle | |
bool | ioIsPipe |
startet in PIPE mode: client @ server @ ... and NOT in server --thread|spawn|fork | |
bool | setByExtern |
vales of val was set by extern source | |
data type for process/thread identification …
This struct is used as storage for the process or the thread identification handle. The MkIdS is used to link the os-internal hdl with libmkkernel
Definition at line 2282 of file LibMkKernel_mk.h.
bool MkIdS::ioIsPipe |
startet in PIPE mode: client @ server @ ...
and NOT in server --thread|spawn|fork
Definition at line 2285 of file LibMkKernel_mk.h.
bool MkIdS::setByExtern |
vales of val was set by extern source
Definition at line 2286 of file LibMkKernel_mk.h.
enum MkIdSE MkIdS::type |
signal type of val data
Definition at line 2283 of file LibMkKernel_mk.h.
MK_IDNT MkIdS::val |
process or thread handle
Definition at line 2284 of file LibMkKernel_mk.h.