Rev 2109 | Rev 2216 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2109 | Rev 2187 | ||
|---|---|---|---|
| Line 248... | Line 248... | ||
| 248 | extern slab_cache_t *fpu_context_slab; |
248 | extern slab_cache_t *fpu_context_slab; |
| 249 | 249 | ||
| 250 | /* Thread syscall prototypes. */ |
250 | /* Thread syscall prototypes. */ |
| 251 | unative_t sys_thread_create(uspace_arg_t *uspace_uarg, char *uspace_name); |
251 | unative_t sys_thread_create(uspace_arg_t *uspace_uarg, char *uspace_name); |
| 252 | unative_t sys_thread_exit(int uspace_status); |
252 | unative_t sys_thread_exit(int uspace_status); |
| - | 253 | unative_t sys_thread_get_id(void); |
|
| 253 | 254 | ||
| 254 | #endif |
255 | #endif |
| 255 | 256 | ||
| 256 | /** @} |
257 | /** @} |
| 257 | */ |
258 | */ |