mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:21:38 +00:00
Question is what is its?
svn path=/trunk/; revision=32771
This commit is contained in:
parent
b9e079bdfb
commit
46599eb3f0
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue