Subversion Repositories Kolibri OS

Rev

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

Rev 379 Rev 380
Line 151... Line 151...
151
    cmp     ecx,[TASK_COUNT]
151
    cmp     ecx,[TASK_COUNT]
152
    jbe     newsearch
152
    jbe     newsearch
Line 153... Line 153...
153
 
153
 
154
foundPID:
154
foundPID:
155
    shl     ecx,8
155
    shl     ecx,8
Line 156... Line 156...
156
    or      dword [ecx+0x80000+APPDATA.event_mask],dword 10000000b ; stack event
156
    or      dword [ecx+SLOT_BASE+APPDATA.event_mask],dword 10000000b ; stack event
Line 157... Line 157...
157
 
157
 
158
    mov     [check_idle_semaphore],200
158
    mov     [check_idle_semaphore],200