Rev 3844 | Rev 4148 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3844 | Rev 3983 | ||
|---|---|---|---|
| Line 147... | Line 147... | ||
| 147 | (syshandler_t) sys_thread_create, |
147 | (syshandler_t) sys_thread_create, |
| 148 | (syshandler_t) sys_thread_exit, |
148 | (syshandler_t) sys_thread_exit, |
| 149 | (syshandler_t) sys_thread_get_id, |
149 | (syshandler_t) sys_thread_get_id, |
| 150 | 150 | ||
| 151 | (syshandler_t) sys_task_get_id, |
151 | (syshandler_t) sys_task_get_id, |
| - | 152 | (syshandler_t) sys_task_set_name, |
|
| 152 | (syshandler_t) sys_program_spawn_loader, |
153 | (syshandler_t) sys_program_spawn_loader, |
| 153 | 154 | ||
| 154 | /* Synchronization related syscalls. */ |
155 | /* Synchronization related syscalls. */ |
| 155 | (syshandler_t) sys_futex_sleep_timeout, |
156 | (syshandler_t) sys_futex_sleep_timeout, |
| 156 | (syshandler_t) sys_futex_wakeup, |
157 | (syshandler_t) sys_futex_wakeup, |