Cthulhu  0.2.10
Cthulhu compiler collection
os_thread_t Struct Reference

a thread handle More...

#include <os.h>

Data Fields

const char * name
 
os_thread_fn_t fn
 
void * arg
 
os_thread_impl_t impl
 
os_thread_id_t id
 

Detailed Description

a thread handle

Warning
do not access the thread handle directly, it is platform specific

Definition at line 78 of file os.h.

Field Documentation

◆ arg

void* os_thread_t::arg

Definition at line 84 of file os.h.

◆ fn

os_thread_fn_t os_thread_t::fn

Definition at line 83 of file os.h.

◆ id

os_thread_id_t os_thread_t::id

Definition at line 88 of file os.h.

◆ impl

os_thread_impl_t os_thread_t::impl

Definition at line 87 of file os.h.

◆ name

const char* os_thread_t::name

Definition at line 81 of file os.h.


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