/[rtmk]/rtmk/ipc-tqueue.h
ViewVC logotype

Diff of /rtmk/ipc-tqueue.h

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

revision 1.2 by jrydberg, Thu Dec 13 02:09:38 2001 UTC revision 1.3 by jrydberg, Wed Feb 20 20:04:42 2002 UTC
# Line 1  Line 1 
1  /* IPC thread queue.  /* IPC thread queue.
2     Copyright 1999, 2000, 2001 Johan Rydberg, jrydberg@opencores.org.     Copyright 1999, 2000, 2001, 2002 Johan Rydberg, jrydberg@rtmk.org.
3    
4  This program is free software; you can redistribute it and/or modify  This program is free software; you can redistribute it and/or modify
5  it under the terms of the GNU General Public License as published by  it under the terms of the GNU General Public License as published by
# Line 46  extern void ipc_tqueue_enqueue (struct i Line 46  extern void ipc_tqueue_enqueue (struct i
46    
47  extern struct thread *ipc_tqueue_dequeue (struct ipc_tqueue *itq);  extern struct thread *ipc_tqueue_dequeue (struct ipc_tqueue *itq);
48    
49    /* Remove THREAD for thread queue ITQ.  */
50    extern void ipc_tqueue_remove (struct ipc_tqueue *itq,
51                                   struct thread *thread);
52    
53  #endif /* ipc-tqueue.h */  #endif /* ipc-tqueue.h */

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

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