mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
a340ec1767
Prior to acquiring a quota from the process and do whatever it's needed to do (charge it or return it back), we must guard ourselves with a spinlock so that we may not get into potential race conditions. In Windows Server 2003, PspGivebackQuota and PspExpandQuota do the same thing and they're the equivalent to PspReturnProcessQuotaSpecifiedPool and PspChargeProcessQuotaSpecifiedPool in our codebase. |
||
---|---|---|
.. | ||
amd64 | ||
arm | ||
i386 | ||
apphelp.c | ||
debug.c | ||
job.c | ||
kill.c | ||
process.c | ||
psmgr.c | ||
psnotify.c | ||
query.c | ||
quota.c | ||
security.c | ||
state.c | ||
thread.c | ||
win32.c |