Changeset 518dd43 in mainline for kernel/generic/include/proc/thread.h


Ignore:
Timestamp:
2012-07-06T13:06:44Z (12 years ago)
Author:
Adam Hraska <adam.hraska+hos@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8a64e81e
Parents:
46a5b37
Message:

thread: thread_ready() new prefers cpus where thread last ran. Added thread_interrupt().

File:
1 edited

Legend:

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

    r46a5b37 r518dd43  
    217217extern void thread_ready(thread_t *);
    218218extern void thread_exit(void) __attribute__((noreturn));
     219extern void thread_interrupt(thread_t *);
     220extern bool thread_interrupted(thread_t *);
    219221
    220222#ifndef thread_create_arch
Note: See TracChangeset for help on using the changeset viewer.