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

data type for process/thread identification … More...

#include <LibMkKernel_mk.h>

Public Attributes

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 ccmkkernel

See also
MkLalS::SysFork MkLalS::SysDaemonize

Definition at line 2282 of file LibMkKernel_mk.h.

Member Data Documentation

◆ ioIsPipe

bool libmkkernel::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 libmkkernel::MkIdS::setByExtern

vales of val was set by extern source

Definition at line 2286 of file LibMkKernel_mk.h.

◆ type

enum MkIdSE libmkkernel::MkIdS::type

signal type of val data

Definition at line 2283 of file LibMkKernel_mk.h.

◆ val

MK_IDNT libmkkernel::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: