Searched defs:thread_priv_s (Results 1 – 1 of 1) sorted by relevance
36 typedef struct thread_priv_s { struct37 unsigned long tp_magic; /* Magic */38 int tp_name_size; /* Name size */39 char *tp_name; /* Name (without _thread suffix) */40 void (*tp_func)(void *); /* Registered function */41 void *tp_args; /* Args to be passed to function */42 size_t tp_len; /* Len to be passed to function */43 int tp_state; /* State to start thread at */44 pri_t tp_pri; /* Priority to start threat at */