theKernel 10.0
Loading...
Searching...
No Matches
MkIdS Struct Reference

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
 

Detailed Description

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

See also
MkLalS::SysFork MkLalS::SysDaemonize

Definition at line 2282 of file LibMkKernel_mk.h.

Field Documentation

◆ ioIsPipe

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.

◆ setByExtern

bool MkIdS::setByExtern

vales of val was set by extern source

Definition at line 2286 of file LibMkKernel_mk.h.

◆ type

enum MkIdSE MkIdS::type

signal type of val data

Definition at line 2283 of file LibMkKernel_mk.h.

◆ val

MK_IDNT MkIdS::val

process or thread handle

Definition at line 2284 of file LibMkKernel_mk.h.


The documentation for this struct was generated from the following file: