Subversion Repositories HelenOS

Rev

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

Rev 3034 Rev 3424
Line 250... Line 250...
250
extern void thread_print_list(void);
250
extern void thread_print_list(void);
251
extern void thread_destroy(thread_t *t);
251
extern void thread_destroy(thread_t *t);
252
extern void thread_update_accounting(void);
252
extern void thread_update_accounting(void);
253
extern bool thread_exists(thread_t *t);
253
extern bool thread_exists(thread_t *t);
254
 
254
 
-
 
255
extern thread_t *thread_create_program(void *program_addr, char *name);
-
 
256
 
255
/** Fpu context slab cache. */
257
/** Fpu context slab cache. */
256
extern slab_cache_t *fpu_context_slab;
258
extern slab_cache_t *fpu_context_slab;
257
 
259
 
258
/* Thread syscall prototypes. */
260
/* Thread syscall prototypes. */
259
extern unative_t sys_thread_create(uspace_arg_t *uspace_uarg, char *uspace_name, thread_id_t *uspace_thread_id);
261
extern unative_t sys_thread_create(uspace_arg_t *uspace_uarg, char *uspace_name, thread_id_t *uspace_thread_id);