Subversion Repositories Kolibri OS

Rev

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

Rev 5593 Rev 5597
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: 5593 $
8
$Revision: 5597 $
9
 
9
 
10
 
10
 
Line 352... Line 352...
352
EVENT_NETWORK2     equ 0x00000200
352
EVENT_NETWORK2     equ 0x00000200
353
EVENT_EXTENDED     equ 0x00000400
353
EVENT_EXTENDED     equ 0x00000400
Line 354... Line 354...
354
 
354
 
Line -... Line 355...
-
 
355
EV_INTR            equ 1
-
 
356
 
-
 
357
STDIN_FILENO    equ 0
-
 
358
STDOUT_FILENO   equ 1
355
EV_INTR            equ 1
359
STDERR_FILENO   equ 2
356
 
360
 
357
struct SYSCALL_STACK
361
struct SYSCALL_STACK
358
        _eip            dd ?
362
        _eip            dd ?
359
        _edi            dd ?    ;  +4
363
        _edi            dd ?    ;  +4
Line 397... Line 401...
397
        pointer         dd ?
401
        pointer         dd ?
398
        flags           dd ?
402
        flags           dd ?
399
ends
403
ends
Line 400... Line 404...
400
 
404
 
-
 
405
FUTEX_INIT      equ 0
401
FUTEX_INIT      equ 0
406
FUTEX_DESTROY   equ 1
402
FUTEX_WAIT      equ 1
407
FUTEX_WAIT      equ 2
Line 403... Line 408...
403
FUTEX_WAKE      equ 2
408
FUTEX_WAKE      equ 3
404
 
409
 
405
struct  PROC
410
struct  PROC
406
        list            LHEAD
411
        list            LHEAD