Subversion Repositories Kolibri OS

Rev

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

Rev 8170 Rev 8184
Line 39... Line 39...
39
KOLIBRI_THREAD_DATA_LEN	    = 16;
39
KOLIBRI_THREAD_DATA_LEN	    = 16;
Line 40... Line 40...
40
 
40
 
41
;const int
41
;const int
Line 42... Line -...
42
KOLIBRI_MUTEX_MAX_TIME_WAIT  = 20;
-
 
43
 
-
 
44
;const int
-
 
45
KOLIBRI_FILE_BLOCK_SIZE	    = 512;
-
 
46
 
-
 
47
;const int
-
 
48
KOLIBRI_FILE_MEMORY_OS_NEED  = 4096;
42
KOLIBRI_MUTEX_MAX_TIME_WAIT  = 20;
Line 49... Line 43...
49
 
43
 
50
;/***
44
;/***
51
 
45
 
Line 1120... Line 1114...
1120
  stosd
1114
  stosd
1121
  pop  edi esi
1115
  pop  edi esi
1122
  jmp  .create_thread_fill_stack
1116
  jmp  .create_thread_fill_stack
1123
endp
1117
endp
Line 1124... Line 1118...
1124
 
1118
 
1125
proc @Kolibri@_FileAccess$qpv uses ebx
1119
proc @Kolibri@_FileAccess$qp21Kolibri@FileInfoBlock uses ebx
1126
  mov  eax,SF_FILE
1120
  mov  eax,SF_FILE
1127
  mov  ebx,[esp+8]
1121
  mov  ebx,[esp+8]
1128
  int  0x40
1122
  int  0x40
1129
  mov  ecx,[esp+8]
1123
  mov  ecx,[esp+8]