reactos/ntoskrnl/ex
Ratin Gao 1f4ef448de
[NTOS:EX] Fix SAL notations, Timeout parameter should be optional (#7482)
Fix warnings:

E:\3rdRepo\ReactOS_Fork4\ntoskrnl\ex\keyedevt.c(458): warning C6387: 'Timeout' could be '0': this does not adhere to the specification for the function 'ExpWaitForKeyedEvent'.
E:\3rdRepo\ReactOS_Fork4\ntoskrnl\ex\keyedevt.c(527): warning C6387: 'Timeout' could be '0': this does not adhere to the specification for the function 'ExpReleaseKeyedEvent'.

JIRA issue: None.

Proposed changes
Timeout parameter of those two functions should be optional.
2024-11-01 11:53:28 +01:00
..
arm
i386 [NTOS:KE:EX] Fix comment typo. 2023-12-24 22:39:35 +01:00
atom.c
callback.c
dbgctrl.c
efi.c
event.c
evtpair.c
exintrin.c
fmutex.c
handle.c
harderr.c
hdlsterm.c
init.c [NTOS:IO] IopDisplayLoadingMessage(): Display the loading messages only in SOS mode. 2024-02-09 17:13:30 +01:00
interlocked.c
keyedevt.c [NTOS:EX] Fix SAL notations, Timeout parameter should be optional (#7482) 2024-11-01 11:53:28 +01:00
locale.c [NTOS:EX] Bail out on an invalid locale or language ID 2023-11-16 21:09:05 +01:00
lookas.c
mutant.c
profile.c
pushlock.c
resource.c [NTOS:EX] Initialize ExpResourceTimeoutCount also via the "Session Manager/ResourceTimeoutCount" registry value (#4089) 2023-09-21 13:33:28 +02:00
rundown.c
sem.c
shutdown.c
sysinfo.c [REACTOS] Fix typos (#6198) 2023-12-23 21:37:08 +01:00
time.c [NTOS:EX] Various fixes for Daylight Saving Time transitions (#5868) 2024-05-05 21:32:04 -05:00
timer.c
uuid.c
win32k.c
work.c
xipdisp.c
zone.c
zw.S