hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
YoiVoidCallableInterface Struct Reference

#include <threading.h>

Public Attributes

unsigned long long gc_refcount
 
unsigned long long type_id
 
void * this_ptr
 
void *(* gc_inc_func )(void *this_ptr)
 
void *(* gc_dec_func )(void *this_ptr)
 
void *(* callable )(void *this_ptr)
 

Detailed Description

Definition at line 23 of file threading.h.

Member Data Documentation

◆ callable

void *(* callable) (void *this_ptr)

Definition at line 29 of file threading.h.

Referenced by thread_starter_wrapper().

◆ gc_dec_func

void *(* gc_dec_func) (void *this_ptr)

Definition at line 28 of file threading.h.

Referenced by thread_starter_wrapper().

◆ gc_inc_func

void *(* gc_inc_func) (void *this_ptr)

Definition at line 27 of file threading.h.

◆ gc_refcount

unsigned long long gc_refcount

Definition at line 24 of file threading.h.

Referenced by thread_starter_wrapper().

◆ this_ptr

void* this_ptr

Definition at line 26 of file threading.h.

Referenced by thread_starter_wrapper().

◆ type_id

unsigned long long type_id

Definition at line 25 of file threading.h.


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