Subversion Repositories Kolibri OS

Rev

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

Rev 2130 Rev 2150
Line 25... Line 25...
25
;;   22.09.2003 - [Mike Hibbett] : mikeh@oceanfree.net          ;;
25
;;   22.09.2003 - [Mike Hibbett] : mikeh@oceanfree.net          ;;
26
;;   11.11.2006 - [Johnny_B] and [smb]                          ;;
26
;;   11.11.2006 - [Johnny_B] and [smb]                          ;;
27
;;                                                              ;;
27
;;                                                              ;;
28
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
28
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 29... Line 29...
29
 
29
 
Line 30... Line 30...
30
$Revision: 2130 $
30
$Revision: 2150 $
31
 
31
 
32
; socket data structure
32
; socket data structure
33
struct SOCKET
33
struct SOCKET
Line 764... Line 764...
764
	or	eax, eax
764
	or	eax, eax
765
	jz	.error
765
	jz	.error
Line 766... Line 766...
766
 
766
 
Line -... Line 767...
-
 
767
    mov ebx, eax
767
    mov ebx, eax
768
 
768
 
769
        push    ecx edx
-
 
770
    lea ecx, [eax + SOCKET.lock]
Line 769... Line 771...
769
    lea ecx, [eax + SOCKET.lock]
771
    call mutex_lock
770
    call mutex_lock
772
        pop     edx ecx
771
 
773