Subversion Repositories freemyipod

Rev

Rev 28 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 28 Rev 31
Line 65... Line 65...
65
{
65
{
66
    USER_THREAD = 0,
66
    USER_THREAD = 0,
67
    SYSTEM_THREAD
67
    SYSTEM_THREAD
68
};
68
};
69
 
69
 
-
 
70
 
-
 
71
#define SCHEDULER_THREAD_INFO_VERSION 1
-
 
72
 
70
struct scheduler_thread
73
struct scheduler_thread
71
{
74
{
72
    uint32_t regs[16];
75
    uint32_t regs[16];
73
    uint32_t cpsr;
76
    uint32_t cpsr;
74
    const char* name;
77
    const char* name;