My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
thread_init Struct Reference

Structure which holds the initialization info for a dedos_thread. More...

Public Attributes

dedos_thread_fn thread_fn
 
dedos_thread_init_fn init_fn
 
dedos_thread_destroy_fn destroy_fn
 
struct dedos_threadself
 
sem_t sem
 

Detailed Description

Structure which holds the initialization info for a dedos_thread.

Definition at line 118 of file dedos_threads.c.

Member Data Documentation

dedos_thread_destroy_fn thread_init::destroy_fn

Definition at line 121 of file dedos_threads.c.

dedos_thread_init_fn thread_init::init_fn

Definition at line 120 of file dedos_threads.c.

struct dedos_thread* thread_init::self

Definition at line 122 of file dedos_threads.c.

sem_t thread_init::sem

Definition at line 123 of file dedos_threads.c.

dedos_thread_fn thread_init::thread_fn

Definition at line 119 of file dedos_threads.c.


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