Rev 4153 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4153 | Rev 4581 | ||
---|---|---|---|
Line 40... | Line 40... | ||
40 | typedef uint64_t task_id_t; |
40 | typedef uint64_t task_id_t; |
41 | 41 | ||
42 | extern task_id_t task_get_id(void); |
42 | extern task_id_t task_get_id(void); |
43 | extern int task_set_name(const char *name); |
43 | extern int task_set_name(const char *name); |
44 | extern task_id_t task_spawn(const char *path, char *const argv[]); |
44 | extern task_id_t task_spawn(const char *path, char *const argv[]); |
- | 45 | extern int task_wait(task_id_t id); |
|
45 | 46 | ||
46 | #endif |
47 | #endif |
47 | 48 | ||
48 | /** @} |
49 | /** @} |
49 | */ |
50 | */ |