Subversion Repositories Kolibri OS

Rev

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

Rev 1391 Rev 1434
Line 11... Line 11...
11
;; maintain and compile with an automated SETUP program         ;;
11
;; maintain and compile with an automated SETUP program         ;;
12
;; in the future.                                               ;;
12
;; in the future.                                               ;;
13
;;                                                              ;;
13
;;                                                              ;;
14
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
14
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 15... Line 15...
15
 
15
 
Line 16... Line 16...
16
$Revision: 1391 $
16
$Revision: 1434 $
17
 
17
 
18
 
18
 
Line 192... Line 192...
192
 APPDATA APPDATA
192
 APPDATA APPDATA
193
end virtual
193
end virtual
Line 194... Line 194...
194
 
194
 
Line -... Line 195...
-
 
195
;// mike.dld, 2006-29-01 ]
-
 
196
 
-
 
197
struc MUTEX
-
 
198
{
-
 
199
    .count  rd 1
-
 
200
    .next   rd 1
-
 
201
    .prev   rd 1
-
 
202
}
-
 
203
 
-
 
204
virtual at 0
-
 
205
 MUTEX MUTEX
Line 195... Line 206...
195
;// mike.dld, 2006-29-01 ]
206
end virtual
196
 
207
 
197
 
208
 
198
; Core functions
209
; Core functions