#include "libc.h"
Defines | |
#define | THREADERR(Errcode) |
Functions | |
int | param_gen (char **argv, int argc, char **params, int *paramlen) |
t_thread_status | thread_create (char *name, asid_t asid, u_int32_t eip, int nbstkpgs, int for_cpu, u_int sel, u_int32_t threadopts, char *parambuf, int paramlen, struct s_tcb_export *tcb) |
|
Value: do {\ errcode = (Errcode);\ goto bad;\ } while (/*CONSTCOND*/0) |
|
generate params fitable for thread_create(3) |
|
Macro used internally to throw errors
|