Subversion Repositories Kolibri OS

Rev

Rev 6908 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6908 Rev 10051
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                              ;;
2
;;                                                              ;;
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2024. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;  queue.inc                                                   ;;
6
;;  queue.inc                                                   ;;
7
;;                                                              ;;
7
;;                                                              ;;
8
;;    Written by hidnplayr@kolibrios.org                        ;;
8
;;    Written by hidnplayr@kolibrios.org                        ;;
Line 10... Line 10...
10
;;          GNU GENERAL PUBLIC LICENSE                          ;;
10
;;          GNU GENERAL PUBLIC LICENSE                          ;;
11
;;             Version 2, June 1991                             ;;
11
;;             Version 2, June 1991                             ;;
12
;;                                                              ;;
12
;;                                                              ;;
13
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
13
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 14... Line -...
14
 
-
 
Line 15... Line 14...
15
$Revision: 6908 $
14
 
16
 
15
 
17
; The Queues implemented by these macros form a ring-buffer.
16
; The Queues implemented by these macros form a ring-buffer.
18
; The data to these queue's always looks like this:
17
; The data to these queue's always looks like this: