MicrofeedThreadFunctions Struct Reference
[MicrofeedThread]

#include <microfeedthread.h>


Data Fields

void *(* thread_new )(MicrofeedThreadFunction function, void *data)
void(* thread_free )(void *thread_implementation)
void *(* thread_get_current )(void)
void(* thread_send_signal )(void *thread_implementation, int signal_number)
void(* thread_join )(void *thread_implementation)
void *(* mutex_new )(void)
void(* mutex_free )(void *mutex_implementation)
void(* mutex_lock )(void *mutex_implementation)
void(* mutex_unlock )(void *mutex_implementation)


Detailed Description

Definition at line 35 of file microfeedthread.h.


Field Documentation

void*(* thread_new)(MicrofeedThreadFunction function, void *data)

void(* thread_free)(void *thread_implementation)

Referenced by microfeed_thread_free().

void*(* thread_get_current)(void)

void(* thread_send_signal)(void *thread_implementation, int signal_number)

void(* thread_join)(void *thread_implementation)

Referenced by microfeed_thread_join().

void*(* mutex_new)(void)

Referenced by microfeed_mutex_new().

void(* mutex_free)(void *mutex_implementation)

Referenced by microfeed_mutex_free().

void(* mutex_lock)(void *mutex_implementation)

Referenced by microfeed_mutex_lock().

void(* mutex_unlock)(void *mutex_implementation)

Referenced by microfeed_mutex_unlock().


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

Generated on Fri Jun 26 21:48:58 2009 for Microfeed by  doxygen 1.5.6