mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
Question is what is its?
svn path=/trunk/; revision=32771
This commit is contained in:
@@ -874,7 +874,7 @@ ExpLockHandleTableEntry(IN PHANDLE_TABLE HandleTable,
|
||||
for (;;)
|
||||
{
|
||||
/* Get the current value and check if it's locked */
|
||||
OldValue = *(volatile LONG_PTRits *)&HandleTableEntry->Object;
|
||||
OldValue = *(volatile LONG_PTR *)&HandleTableEntry->Object;
|
||||
if (OldValue & EXHANDLE_TABLE_ENTRY_LOCK_BIT)
|
||||
{
|
||||
/* It's not locked, remove the lock bit to lock it */
|
||||
|
||||
Reference in New Issue
Block a user