|
hoshi-lang dev
Yet another programming language
|
#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) |
Definition at line 23 of file threading.h.
| void *(* callable) (void *this_ptr) |
Definition at line 29 of file threading.h.
Referenced by thread_starter_wrapper().
| void *(* gc_dec_func) (void *this_ptr) |
Definition at line 28 of file threading.h.
Referenced by thread_starter_wrapper().
| void *(* gc_inc_func) (void *this_ptr) |
Definition at line 27 of file threading.h.
| unsigned long long gc_refcount |
Definition at line 24 of file threading.h.
Referenced by thread_starter_wrapper().
| void* this_ptr |
Definition at line 26 of file threading.h.
Referenced by thread_starter_wrapper().
| unsigned long long type_id |
Definition at line 25 of file threading.h.