#include <ktypes.h>
Data Fields | |
pthread_t | tid |
pointer back to base process structure | |
void * | retval |
ID of this thread. | |
void *(* | start_func )(void *) |
Return value of thread when it terminates. | |
void * | param |
Starting function. | |
unsigned char | state |
Parameter to starting function. | |
pthread_info_s * | join_thread |
Thread state. | |
char | joinq_mem |
Joining thread. | |
_queue | joinq |
Just a single byte of memory for the queue. | |
signed char | mem_id |
Queue of size 1. | |
pthread_attr_t | thread_attr |
Mem ID of thread context. |