j
k
j a
j l
Yuxuan Shui (@yshui) commented about dlls/ntdll/sync.c:
while (i && !(i->state & SRWLOCK_WAITER_STATE_IS_EXCLUSIVE)) { shared_owner_count += 1; new_head = i; new_head = i->next;
while (i && !(i->state & SRWLOCK_WAITER_STATE_IS_EXCLUSIVE)) { shared_owner_count += 1;
new_head = i;
new_head = i->next;
Fixed a typo here.
Back to the thread
Back to the list