#include <libc.h>
Go to the source code of this file.
Defines | |
#define | __CONVEN_TASK_H__ 1 |
Enumerations | |
enum | t_task_status { TASK_EZERO = 0, TASK_ASCREATE_FAILED = 1000, TASK_LOAD_FAILED = 2000, TASK_THREAD_FAILED = 3000 } |
Functions | |
t_task_status | task_create (char *name, char *filename, vaddr_t mapaddr, u_int32_t eip, int nbstkpgs, int for_cpu, u_int sel, u_int32_t ascreateopts, u_int32_t loadopts, u_int32_t threadopts, char *parambuf, int paramlen, struct s_tcb_export *tcb) |
|
|
|
|
|
|