Rev 2479 | Rev 2581 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2479 | Rev 2541 | ||
---|---|---|---|
Line 35... | Line 35... | ||
35 | #ifndef LIBC_THREAD_H_ |
35 | #ifndef LIBC_THREAD_H_ |
36 | #define LIBC_THREAD_H_ |
36 | #define LIBC_THREAD_H_ |
37 | 37 | ||
38 | #include <kernel/proc/uarg.h> |
38 | #include <kernel/proc/uarg.h> |
39 | #include <libarch/thread.h> |
39 | #include <libarch/thread.h> |
40 | #include <types.h> |
40 | #include <sys/types.h> |
41 | 41 | ||
42 | typedef uint64_t thread_id_t; |
42 | typedef uint64_t thread_id_t; |
43 | 43 | ||
44 | extern void __thread_entry(void); |
44 | extern void __thread_entry(void); |
45 | extern void __thread_main(uspace_arg_t *uarg); |
45 | extern void __thread_main(uspace_arg_t *uarg); |