Rev 2119 | Rev 2216 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2119 | Rev 2187 | ||
|---|---|---|---|
| Line 116... | Line 116... | ||
| 116 | (syshandler_t) sys_tls_set, |
116 | (syshandler_t) sys_tls_set, |
| 117 | 117 | ||
| 118 | /* Thread and task related syscalls. */ |
118 | /* Thread and task related syscalls. */ |
| 119 | (syshandler_t) sys_thread_create, |
119 | (syshandler_t) sys_thread_create, |
| 120 | (syshandler_t) sys_thread_exit, |
120 | (syshandler_t) sys_thread_exit, |
| - | 121 | (syshandler_t) sys_thread_get_id, |
|
| 121 | (syshandler_t) sys_task_get_id, |
122 | (syshandler_t) sys_task_get_id, |
| 122 | 123 | ||
| 123 | /* Synchronization related syscalls. */ |
124 | /* Synchronization related syscalls. */ |
| 124 | (syshandler_t) sys_futex_sleep_timeout, |
125 | (syshandler_t) sys_futex_sleep_timeout, |
| 125 | (syshandler_t) sys_futex_wakeup, |
126 | (syshandler_t) sys_futex_wakeup, |