/[rtmk]/rtmk/thread.h
ViewVC logotype

Diff of /rtmk/thread.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by jrydberg, Fri Dec 7 02:05:47 2001 UTC revision 1.2 by jrydberg, Fri Dec 7 22:08:23 2001 UTC
# Line 34  struct thread Line 34  struct thread
34    struct queue_entry listq;             /* Link in task list.  */    struct queue_entry listq;             /* Link in task list.  */
35    struct queue_entry runq;              /* Link in run queue.  */    struct queue_entry runq;              /* Link in run queue.  */
36    struct queue_entry waitq;             /* Link in wait queue.  */    struct queue_entry waitq;             /* Link in wait queue.  */
37      struct queue_entry ipcq;              /* Link in IPC wait queue.  */
38    spin_lock_t lock;                     /* Lock for thread.  */    spin_lock_t lock;                     /* Lock for thread.  */
39    
40    struct queue_entry *runq_list;    struct queue_entry *runq_list;

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26