libGimbal 0.1.0
C17-Based Extended Standard Library and Cross-Language Runtime Framework
Loading...
Searching...
No Matches
GblThreadClass Struct Reference

#include <gimbal_thread.h>

Inheritance diagram for GblThreadClass:
Collaboration diagram for GblThreadClass:

Data Fields

GblObjectClass base
 
GblThreadFn pFnRun
 
GBL_RESULT(* pFnSignal )(GblThread *pSelf, int signal)
 
- Data Fields inherited from GblObjectClass
GblBoxClass base
 
GblITableVariantClass GblITableVariantImpl
 
GblIEventReceiverClass GblIEventReceiverImpl
 
GBL_RESULT(* pFnConstructed )(GblObject *pSelf)
 
GBL_RESULT(* pFnInstantiated )(GblObject *pSelf)
 
GBL_RESULT(* pFnProperty )(const GblObject *pSelf, const GblProperty *pProp, GblVariant *pValue)
 
GBL_RESULT(* pFnSetProperty )(GblObject *pSelf, const GblProperty *pProp, GblVariant *pValue)
 
- Data Fields inherited from GblBoxClass
GblClass base
 
GblIVariantClass GblIVariantImpl
 
struct { 
 
   GblArrayMap *   pFields 
 
private_ 
 
GBL_RESULT(* pFnDestructor )(GblBox *pSelf)
 
- Data Fields inherited from GblClass
struct { 
 
   uintptr_t   metaClassInfo 
 
private_ 
 
- Data Fields inherited from GblIVariantClass
GblInterface base
 
const GblIVariantVTablepVTable
 
- Data Fields inherited from GblInterface
GblClass base
 
size_t outerClassOffset_
 
- Data Fields inherited from GblITableVariantClass
GblInterface base
 
GBL_RESULT(* pFnIndex )(const GblVariant *pSelf, const GblVariant *pKey, GblVariant *pValue)
 
GBL_RESULT(* pFnSetIndex )(const GblVariant *pSelf, const GblVariant *pKey, GblVariant *pValue)
 
GBL_RESULT(* pFnNext )(const GblVariant *pSelf, GblVariant *pKey, GblVariant *pValue)
 
GBL_RESULT(* pFnCount )(const GblVariant *pSelf, size_t *pSize)
 
- Data Fields inherited from GblIEventReceiverClass
GblInterface base
 
GBL_RESULT(* pFnReceiveEvent )(GblIEventReceiver *pSelf, GblIEventReceiver *pDest, GblEvent *pEvent)
 

Additional Inherited Members

- Public Member Functions inherited from GblObjectClass
 GBL_MAP_NEXT (()()(), GBL_MAP1)(GBL_CLASS_IMPL_INTERFACE
 

Detailed Description

GblClass VTable structure for GblThread.

GblThreadClass is the class providing the virtual-table for GblThread. Its methods provide the logic that will be executed on the other thread.

See also
GblThread

Definition at line 83 of file gimbal_thread.h.

Field Documentation

◆ base

GblObjectClass GblThreadClass::base

Inherited base class structure.

Definition at line 83 of file gimbal_thread.h.

◆ pFnRun

GblThreadFn GblThreadClass::pFnRun

Main execution entry point for a given thread, calls callback + closure then signals.

Definition at line 85 of file gimbal_thread.h.

◆ pFnSignal

GBL_RESULT(* GblThreadClass::pFnSignal) (GblThread *pSelf, int signal)

Standard C signal handler for a given thread.

Definition at line 87 of file gimbal_thread.h.


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