Subversion Repositories HelenOS

Rev

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

Rev 3068 Rev 3222
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
 
-
 
253
/** Fpu context slab cache. */
251
/** Fpu context slab cache. */
254
extern slab_cache_t *fpu_context_slab;
252
extern slab_cache_t *fpu_context_slab;
255
 
253
 
256
/* Thread syscall prototypes. */
254
/* Thread syscall prototypes. */
257
extern unative_t sys_thread_create(uspace_arg_t *uspace_uarg, char *uspace_name, thread_id_t *uspace_thread_id);
255
extern unative_t sys_thread_create(uspace_arg_t *uspace_uarg, char *uspace_name, thread_id_t *uspace_thread_id);