Home
last modified time | relevance | path

Searched refs:RemovePid (Results 1 – 8 of 8) sorted by relevance

/dports/x11/xdm/xdm-1.1.12/xdm/
H A Ddm.c114 static void RemovePid (void);
212 if (atexit (RemovePid)) in main()
1030 RemovePid (void) in RemovePid() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/tracing/perfetto/
H A Dconsumer_host_unittest.cc242 void RemovePid(base::ProcessId pid) { in RemovePid() function in tracing::ThreadedPerfettoService
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/tracing/perfetto/
H A Dconsumer_host_unittest.cc241 void RemovePid(base::ProcessId pid) { in RemovePid() function in tracing::ThreadedPerfettoService
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dbdaiface.h5258 virtual HRESULT STDMETHODCALLTYPE RemovePid(
5314 HRESULT (STDMETHODCALLTYPE *RemovePid)(
5351 #define IBDA_FDC_RemovePid(This,PidsToRemove) (This)->lpVtbl->RemovePid(This,PidsToRemove)
5377 return This->lpVtbl->RemovePid(This,PidsToRemove);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dbdaiface.h5258 virtual HRESULT STDMETHODCALLTYPE RemovePid(
5314 HRESULT (STDMETHODCALLTYPE *RemovePid)(
5351 #define IBDA_FDC_RemovePid(This,PidsToRemove) (This)->lpVtbl->RemovePid(This,PidsToRemove)
5377 return This->lpVtbl->RemovePid(This,PidsToRemove);
/dports/x11/xdm/xdm-1.1.12/
H A DChangeLog1900 The parent xdm process registers RemovePid with atexit(), which means
1902 So in RemovePid, don't do anything if we're not the parent xdm process.
2471 Add RemovePid() function, and register it with atexit()
/dports/mail/assp/assp-1.9.9.14158/ASSP_1.9.9_14158_install/ASSP/
H A Dassp.pl6185 sub RemovePid { subroutine
6377 &RemovePid;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectShow/
H A Dmod.rs20420 …pub unsafe fn RemovePid<'a, Param0: ::windows::runtime::IntoParam<'a, super::super::Foundation::BS… in RemovePid() method