[ros-dev] Re: [ros-cvs] CVS Update: reactos

Filip Navara xnavara at volny.cz
Wed Oct 27 12:36:03 CEST 2004


Alex Ionescu wrote:
[snip]

> I haven't seen any STDCALL Ex functions in NTOSKRNL, please point them 
> out to me.

[snip]

ExInterlockedFlushSList -> FASTCALL
ExInterlockedPopEntrySList -> FASTCALL
ExInterlockedPushEntrySList -> FASTCALL

ExfInterlockedInsertHeadList -> FASTCALL
ExInterlockedInsertHeadList -> STDCALL
ExfInterlockedInsertTailList -> FASTCALL
ExInterlockedInsertTailList -> STDCALL
ExfInterlockedRemoveHeadList -> FASTCALL
ExInterlockedRemoveHeadList -> STDCALL
ExfInterlockedPopEntryList -> FASTCALL
ExInterlockedPopEntryList -> STDCALL
ExfInterlockedPushEntryList -> FASTCALL
ExInterlockedPushEntryList -> STDCALL

ExfInterlockedAddUlong -> FASTCALL
ExInterlockedAddUlong -> STDCALL

Exfi386InterlockedIncrementLong -> FASTCALL
Exi386InterlockedIncrementLong -> STDCALL
Exfi386InterlockedDecrementLong -> FASTCALL
Exi386InterlockedDecrementLong -> STDCALL
Exfi386InterlockedExchangeUlong -> FASTCALL
Exi386InterlockedExchangeUlong -> STDCALL

ExfInterlockedCompareExchange64 -> FASTCALL
ExInterlockedCompareExchange64 -> !FASTCALL!

ExInterlockedAddLargeInteger -> STDCALL
ExInterlockedIncrementLong -> STDCALL
ExInterlockedDecrementLong -> STDCALL
ExInterlockedExchangeUlong -> STDCALL

ExInterlockedAddLargeStatistic -> FASTCALL

ExInterlockedExtendZone -> STDCALL

Regards,
Filip


More information about the Ros-dev mailing list