Rev 3983 | Rev 4617 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3983 | Rev 4470 | ||
|---|---|---|---|
| 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 | */ |