Subversion Repositories Kolibri OS

Rev

Rev 5569 | Rev 6244 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5569 Rev 5595
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2015. 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
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 5569 $
8
$Revision: 5595 $
9
 
9
 
10
 
10
 
Line 493... Line 493...
493
struct  RWSEM
493
struct  RWSEM
494
        wait_list       LHEAD
494
        wait_list       LHEAD
495
        count           dd ?
495
        count           dd ?
496
ends
496
ends
Line -... Line 497...
-
 
497
 
-
 
498
struct  FUTEX
-
 
499
        list            LHEAD
-
 
500
        magic           dd ?
-
 
501
        handle          dd ?
-
 
502
        destroy         dd ?
-
 
503
 
-
 
504
        wait_list       LHEAD
-
 
505
        pointer         dd ?
-
 
506
        flags           dd ?
-
 
507
ends
497
 
508
 
498
struct  display_t
509
struct  display_t
499
        x               dd ?
510
        x               dd ?
500
        y               dd ?
511
        y               dd ?
501
        width           dd ?
512
        width           dd ?