Subversion Repositories Kolibri OS

Rev

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

Rev 8866 Rev 8867
Line 13... Line 13...
13
;;         GNU GENERAL PUBLIC LICENSE                              ;;
13
;;         GNU GENERAL PUBLIC LICENSE                              ;;
14
;;          Version 2, June 1991                                   ;;
14
;;          Version 2, June 1991                                   ;;
15
;;                                                                 ;;
15
;;                                                                 ;;
16
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
16
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 17... Line 17...
17
 
17
 
Line 18... Line 18...
18
$Revision: 8866 $
18
$Revision: 8867 $
Line 19... Line 19...
19
 
19
 
20
struct  SOCKET
20
struct  SOCKET
Line 1917... Line 1917...
1917
        jnz     .un_block
1917
        jnz     .un_block
Line 1918... Line 1918...
1918
 
1918
 
1919
; Socket and thread exists and socket is of non blocking type.
1919
; Socket and thread exists and socket is of non blocking type.
1920
; We'll try to flag an event to the thread.
1920
; We'll try to flag an event to the thread.
1921
        shl     ecx, 8
1921
        shl     ecx, 8
Line 1922... Line 1922...
1922
        or      [SLOT_BASE + ecx + APPDATA.event_mask], EVENT_NETWORK
1922
        or      [SLOT_BASE + ecx + APPDATA.occurred_events], EVENT_NETWORK
1923
 
1923
 
1924
        DEBUGF  DEBUG_NETWORK_VERBOSE, "SOCKET_notify: poking thread %u!\n", ebx
1924
        DEBUGF  DEBUG_NETWORK_VERBOSE, "SOCKET_notify: poking thread %u!\n", ebx