Subversion Repositories HelenOS

Rev

Rev 3153 | Rev 3203 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3153 Rev 3190
Line 128... Line 128...
128
    (syshandler_t) sys_thread_create,
128
    (syshandler_t) sys_thread_create,
129
    (syshandler_t) sys_thread_exit,
129
    (syshandler_t) sys_thread_exit,
130
    (syshandler_t) sys_thread_get_id,
130
    (syshandler_t) sys_thread_get_id,
131
   
131
   
132
    (syshandler_t) sys_task_get_id,
132
    (syshandler_t) sys_task_get_id,
133
    (syshandler_t) sys_task_spawn,
-
 
134
    (syshandler_t) sys_task_spawn_loader,
133
    (syshandler_t) sys_task_spawn_loader,
135
   
134
   
136
    /* Synchronization related syscalls. */
135
    /* Synchronization related syscalls. */
137
    (syshandler_t) sys_futex_sleep_timeout,
136
    (syshandler_t) sys_futex_sleep_timeout,
138
    (syshandler_t) sys_futex_wakeup,
137
    (syshandler_t) sys_futex_wakeup,