Subversion Repositories Kolibri OS

Rev

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

Rev 3482 Rev 4110
Line 11... Line 11...
11
 
11
 
Line 12... Line 12...
12
    .global _CreateEvent
12
    .global _CreateEvent
13
    .global _CreateObject
13
    .global _CreateObject
14
    .global _CreateRingBuffer
14
    .global _CreateRingBuffer
-
 
15
    .global _CreateThread
Line 15... Line 16...
15
 
16
 
16
    .global _Delay
17
    .global _Delay
17
    .global _DestroyEvent
18
    .global _DestroyEvent
Line 79... Line 80...
79
 
80
 
Line 80... Line 81...
80
    .def  _CreateEvent;       .scl  2;  .type 32; .endef
81
    .def  _CreateEvent;       .scl  2;  .type 32; .endef
81
    .def  _CreateObject;      .scl  2;  .type 32; .endef
82
    .def  _CreateObject;      .scl  2;  .type 32; .endef
82
    .def  _CreateRingBuffer;  .scl  2;  .type 32; .endef
83
    .def  _CreateRingBuffer;  .scl  2;  .type 32; .endef
-
 
84
    .def  _CreateThread;      .scl  2;  .type 32; .endef
Line 83... Line 85...
83
 
85
 
84
    .def  _Delay;             .scl  2;  .type 32; .endef
86
    .def  _Delay;             .scl  2;  .type 32; .endef
85
    .def  _DestroyEvent;      .scl  2;  .type 32; .endef
87
    .def  _DestroyEvent;      .scl  2;  .type 32; .endef
Line 147... Line 149...
147
 
149
 
Line 148... Line 150...
148
_CreateEvent:
150
_CreateEvent:
149
_CreateObject:
151
_CreateObject:
150
_CreateRingBuffer:
152
_CreateRingBuffer:
-
 
153
_CreateThread:
Line 151... Line 154...
151
 
154
 
Line 152... Line 155...
152
_Delay:
155
_Delay:
153
 
156
 
Line 217... Line 220...
217
        .ascii " -export:AttachIntHandler"     # stdcall
220
        .ascii " -export:AttachIntHandler"     # stdcall
Line 218... Line 221...
218
 
221
 
219
        .ascii " -export:CreateEvent"          #
222
        .ascii " -export:CreateEvent"          #
220
        .ascii " -export:CreateObject"         #
-
 
221
 
223
        .ascii " -export:CreateObject"         #
-
 
224
        .ascii " -export:CreateRingBuffer"     # stdcall
Line 222... Line 225...
222
        .ascii " -export:CreateRingBuffer"     # stdcall
225
        .ascii " -export:CreateThread"         #
Line 223... Line 226...
223
 
226
 
224
        .ascii " -export:Delay"                # stdcall
227
        .ascii " -export:Delay"                # stdcall