2012-10-03 17:53:03 -04:00
|
|
|
LIBRARY "libwinpr-interlocked"
|
|
|
|
EXPORTS
|
2013-10-07 15:03:50 +02:00
|
|
|
; Not required on windows > 5.1
|
|
|
|
; InterlockedCompareExchange64 @1
|
2012-10-07 16:13:30 -04:00
|
|
|
InitializeListHead @2
|
|
|
|
IsListEmpty @3
|
|
|
|
RemoveEntryList @4
|
|
|
|
InsertHeadList @5
|
|
|
|
RemoveHeadList @6
|
|
|
|
InsertTailList @7
|
|
|
|
RemoveTailList @8
|
|
|
|
AppendTailList @9
|
|
|
|
PushEntryList @10
|
|
|
|
PopEntryList @11
|