Subversion Repositories HelenOS-historic

Rev

Rev 788 | Rev 906 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 788 Rev 814
Line 109... Line 109...
109
    __u32 tid;              /**< Thread ID. */
109
    __u32 tid;              /**< Thread ID. */
110
   
110
   
111
    ARCH_THREAD_DATA;           /**< Architecture-specific data. */
111
    ARCH_THREAD_DATA;           /**< Architecture-specific data. */
112
 
112
 
113
    __u8 *kstack;               /**< Thread's kernel stack. */
113
    __u8 *kstack;               /**< Thread's kernel stack. */
114
    __u8 *ustack;               /**< Thread's user stack. */
-
 
115
};
114
};
116
 
115
 
117
/** Thread list lock.
116
/** Thread list lock.
118
 *
117
 *
119
 * This lock protects all link_t structures chained in threads_head.
118
 * This lock protects all link_t structures chained in threads_head.