Home
last modified time | relevance | path

Searched defs:GetCurrentProcessId (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/miri/src/shims/
Denv.rs479 fn GetCurrentProcessId(&mut self) -> InterpResult<'tcx, u32> { in GetCurrentProcessId() method
/third_party/rust/rust/library/std/src/sys/windows/c/
Dwindows_sys.rs239 pub fn GetCurrentProcessId() -> u32; in GetCurrentProcessId() function