Subversion Repositories HelenOS

Rev

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

Rev 2502 Rev 3068
Line 246... Line 246...
246
extern void thread_print_list(void);
246
extern void thread_print_list(void);
247
extern void thread_destroy(thread_t *t);
247
extern void thread_destroy(thread_t *t);
248
extern void thread_update_accounting(void);
248
extern void thread_update_accounting(void);
249
extern bool thread_exists(thread_t *t);
249
extern bool thread_exists(thread_t *t);
250
 
250
 
-
 
251
extern thread_t *thread_create_program(void *program_addr, char *name);
-
 
252
 
251
/** Fpu context slab cache. */
253
/** Fpu context slab cache. */
252
extern slab_cache_t *fpu_context_slab;
254
extern slab_cache_t *fpu_context_slab;
253
 
255
 
254
/* Thread syscall prototypes. */
256
/* Thread syscall prototypes. */
255
extern unative_t sys_thread_create(uspace_arg_t *uspace_uarg, char *uspace_name, thread_id_t *uspace_thread_id);
257
extern unative_t sys_thread_create(uspace_arg_t *uspace_uarg, char *uspace_name, thread_id_t *uspace_thread_id);