Subversion Repositories HelenOS

Rev

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

Rev 3424 Rev 3425
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
 
-
 
257
/** Fpu context slab cache. */
255
/** Fpu context slab cache. */
258
extern slab_cache_t *fpu_context_slab;
256
extern slab_cache_t *fpu_context_slab;
259
 
257
 
260
/* Thread syscall prototypes. */
258
/* Thread syscall prototypes. */
261
extern unative_t sys_thread_create(uspace_arg_t *uspace_uarg, char *uspace_name, thread_id_t *uspace_thread_id);
259
extern unative_t sys_thread_create(uspace_arg_t *uspace_uarg, char *uspace_name, thread_id_t *uspace_thread_id);