Name Description Size Coverage
Cargo.toml 365 -
components.conf 312 -
metrics.yaml 10170 -
moz.build 1432 -
nsIProcessToolsService.idl Kill a process running on this system. Does not cause a crash report to be generated and sent. # Note `pid` is the unique-to-the-system process identifier, as obtained with attribute `pid` of this service. Under Un*ix, that's what you obtain with `getpid()`, etc. Under Windows, that's what you obtain with `GetCurrentProcessId()`, NOT the same thing as the process `HANDLE`. # Failure Under Windows, if two processes race to `kill()` a third process, or two threads race to `kill()` a process there is a (small) window during which this can cause a crash in the losing process. # Caveats Under Windows, process killing is asynchronous. Therefore, this function can return before process `pid` is actually dead. 1633 -
ProcessToolsService.cpp 1081 -
ProcessToolsService.h 584 -
ProcInfo.h Returns, in bytes, a platform-normalized estimate of the process's private physical memory usage, that is, how much RAM the process alone consumes. @return NS_OK on success. 9025 -
ProcInfo.mm 7127 -
ProcInfo_bsd.cpp 4226 -
ProcInfo_common.cpp 2254 -
ProcInfo_linux.cpp 11387 -
ProcInfo_linux.h 932 -
ProcInfo_solaris.cpp 3930 -
ProcInfo_win.cpp 10453 -
src -
tests -