Changeset e16e036a in mainline for generic/include
- Timestamp:
- 2005-11-07T20:04:30Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c4e8ed9d
- Parents:
- d90ca68
- Location:
- generic/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/print.h
rd90ca68 re16e036a 37 37 #define INT64 8 38 38 39 static void print_double(double num, __u8 modifier, __u16 precision) ;40 static void print_str(const char *str);41 static void print_fixed_hex(const __u64 num, const int width);42 static void print_number(const __native num, const unsigned int base);43 44 39 extern void putchar(const char c); 45 40 extern void printf(const char *fmt, ...); -
generic/include/proc/scheduler.h
rd90ca68 re16e036a 45 45 46 46 extern volatile count_t nrdy; 47 48 static thread_t *find_best_thread(void);49 static void relink_rq(int start);50 static void scheduler_separated_stack(void);51 52 47 extern void scheduler_init(void); 53 48 -
generic/include/proc/thread.h
rd90ca68 re16e036a 113 113 extern link_t threads_head; /**< List of all threads in the system. */ 114 114 115 static void cushion(void);116 117 115 extern void thread_init(void); 118 116 extern thread_t *thread_create(void (* func)(void *), void *arg, task_t *task, int flags);
Note:
See TracChangeset
for help on using the changeset viewer.