Provides utility functions for event handler threads. More...
#include <stddef.h>#include "event.h"
 Include dependency graph for thread.h:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| void | event_thread_init (event_queue_t *queue, char *stack, size_t stack_size, unsigned priority) | 
| Convenience function for initializing an event queue thread.  More... | |
| void event_thread_init | ( | event_queue_t * | queue, | 
| char * | stack, | ||
| size_t | stack_size, | ||
| unsigned | priority | ||
| ) | 
Convenience function for initializing an event queue thread.
| [in] | queue | ptr to preallocated queue object | 
| [in] | stack | ptr to stack space | 
| [in] | stack_size | size of stack | 
| [in] | priority | priority to use |