Rev 4341 | Rev 4347 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4341 | Rev 4344 | ||
|---|---|---|---|
| Line 154... | Line 154... | ||
| 154 | (syshandler_t) sys_thread_create, |
154 | (syshandler_t) sys_thread_create, |
| 155 | (syshandler_t) sys_thread_exit, |
155 | (syshandler_t) sys_thread_exit, |
| 156 | (syshandler_t) sys_thread_get_id, |
156 | (syshandler_t) sys_thread_get_id, |
| 157 | 157 | ||
| 158 | (syshandler_t) sys_task_get_id, |
158 | (syshandler_t) sys_task_get_id, |
| - | 159 | (syshandler_t) sys_task_set_name, |
|
| 159 | (syshandler_t) sys_program_spawn_loader, |
160 | (syshandler_t) sys_program_spawn_loader, |
| 160 | 161 | ||
| 161 | /* Synchronization related syscalls. */ |
162 | /* Synchronization related syscalls. */ |
| 162 | (syshandler_t) sys_futex_sleep_timeout, |
163 | (syshandler_t) sys_futex_sleep_timeout, |
| 163 | (syshandler_t) sys_futex_wakeup, |
164 | (syshandler_t) sys_futex_wakeup, |