Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/proc/thread.h

    r151c050 r06f81c4  
    113113         */
    114114        context_t saved_context;
     115        ipl_t saved_ipl;
    115116
    116117        /**
     
    189190extern void thread_interrupt(thread_t *);
    190191
    191 enum sleep_state {
    192         SLEEP_INITIAL,
    193         SLEEP_ASLEEP,
    194         SLEEP_WOKE,
    195 };
    196 
    197192typedef enum {
    198193        THREAD_OK,
     
    243238extern errno_t thread_join_timeout(thread_t *, uint32_t, unsigned int);
    244239
    245 extern void thread_yield(void);
    246 
    247240extern void thread_print_list(bool);
    248241extern thread_t *thread_find_by_id(thread_id_t);
Note: See TracChangeset for help on using the changeset viewer.