Home
last modified time | relevance | path

Searched refs:targetProcessId (Results 1 – 25 of 30) sorted by relevance

12

/dports/math/vtk9/VTK-9.1.0/Filters/ParallelDIY2/
H A DvtkDIYAggregateDataSetFilter.cxx153 int targetProcessId = this->GetTargetProcessId(myRank, numberOfProcesses); in RequestData() local
154 if (targetProcessId != -1) in RequestData()
156 extentTranslator->PieceToExtentThreadSafe(targetProcessId, this->GetNumberOfTargetProcesses(), in RequestData()
187 targetProcessId = this->GetTargetProcessId(proc, numberOfProcesses); in RequestData()
188 if (targetProcessId != -1) in RequestData()
191 extentTranslator->PieceToExtentThreadSafe(targetProcessId, this->GetNumberOfTargetProcesses(), in RequestData()
/dports/math/vtk8/VTK-8.2.0/Filters/ParallelDIY2/
H A DvtkDIYAggregateDataSetFilter.cxx153 int targetProcessId = this->GetTargetProcessId(myRank, numberOfProcesses); in RequestData() local
154 if (targetProcessId != -1) in RequestData()
157 targetProcessId, this->GetNumberOfTargetProcesses(), 0, wholeExtent, outputExtent, in RequestData()
188 targetProcessId = this->GetTargetProcessId(proc, numberOfProcesses); in RequestData()
189 if (targetProcessId != -1) in RequestData()
193 targetProcessId, this->GetNumberOfTargetProcesses(), 0, wholeExtent, in RequestData()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DTracingConnection.cs186 public override object DuplicateAndClose(int targetProcessId) in DuplicateAndClose() argument
190 return base.DuplicateAndClose(targetProcessId); in DuplicateAndClose()
H A DConnection.cs38 object DuplicateAndClose(int targetProcessId); in DuplicateAndClose() argument
110 public virtual object DuplicateAndClose(int targetProcessId) in DuplicateAndClose() argument
112 return connection.DuplicateAndClose(targetProcessId); in DuplicateAndClose()
664 public object DuplicateAndClose(int targetProcessId) in DuplicateAndClose() argument
H A DSocketConnection.cs659 public object DuplicateAndClose(int targetProcessId) in DuplicateAndClose() argument
661 object result = socket.DuplicateAndClose(targetProcessId); in DuplicateAndClose()
H A DPipeConnection.cs638 public object DuplicateAndClose(int targetProcessId) in DuplicateAndClose() argument
640 …eNativeMethods.OpenProcess(ListenerUnsafeNativeMethods.PROCESS_DUP_HANDLE, false, targetProcessId); in DuplicateAndClose()
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dw32socket-win32.c366 mono_w32socket_duplicate (gpointer handle, gint32 targetProcessId, gpointer *duplicate_handle) in mono_w32socket_duplicate() argument
371 …ret = DuplicateHandle (GetCurrentProcess(), handle, GINT_TO_POINTER(targetProcessId), duplicate_ha… in mono_w32socket_duplicate()
H A Dw32socket-internals.h147 mono_w32socket_duplicate (gpointer handle, gint32 targetProcessId, gpointer *duplicate_handle);
H A Dw32socket.h283 ves_icall_System_Net_Sockets_Socket_Duplicate_internal (gpointer handle, gint32 targetProcessId, gp…
H A Dw32socket.c1418 ves_icall_System_Net_Sockets_Socket_Duplicate_internal (gpointer handle, gint32 targetProcessId, gp… in ves_icall_System_Net_Sockets_Socket_Duplicate_internal() argument
1423 if (!mono_w32socket_duplicate (handle, targetProcessId, duplicate_handle)) { in ves_icall_System_Net_Sockets_Socket_Duplicate_internal()
H A Dw32socket-unix.c1561 mono_w32socket_duplicate (gpointer handle, gint32 targetProcessId, gpointer *duplicate_handle) in mono_w32socket_duplicate() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.Sockets/
H A DSocket.cs2302 …static extern bool Duplicate_internal(IntPtr handle, int targetProcessId, out IntPtr duplicateHand… in Duplicate_internal() argument
2305 public SocketInformation DuplicateAndClose (int targetProcessId) in DuplicateAndClose() argument
2315 if (!Duplicate_internal (Handle, targetProcessId, out duplicateHandle, out MonoIOError error)) in DuplicateAndClose()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/ref/
H A DSystem.Net.Sockets.cs275 public SocketInformation DuplicateAndClose(int targetProcessId) { throw null; } in DuplicateAndClose() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Sockets/
H A DSocket.cs2814 public SocketInformation DuplicateAndClose(int targetProcessId){ in DuplicateAndClose() argument
2832 …or) UnsafeNclNativeMethods.OSSOCK.WSADuplicateSocket(m_Handle, (uint)targetProcessId, pinnedBuffer… in DuplicateAndClose()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/
H A DSocket.cs2101 public SocketInformation DuplicateAndClose(int targetProcessId) in DuplicateAndClose() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs8261 … public System.Net.Sockets.SocketInformation DuplicateAndClose(int targetProcessId) { throw null; } in DuplicateAndClose() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs8380 … public System.Net.Sockets.SocketInformation DuplicateAndClose(int targetProcessId) { throw null; } in DuplicateAndClose() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs8259 … public System.Net.Sockets.SocketInformation DuplicateAndClose(int targetProcessId) { throw null; } in DuplicateAndClose() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs8376 … public System.Net.Sockets.SocketInformation DuplicateAndClose(int targetProcessId) { throw null; } in DuplicateAndClose() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs11209 … public System.Net.Sockets.SocketInformation DuplicateAndClose(int targetProcessId) { throw null; } in DuplicateAndClose() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs10860 … public System.Net.Sockets.SocketInformation DuplicateAndClose(int targetProcessId) { throw null; } in DuplicateAndClose() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs11492 … public System.Net.Sockets.SocketInformation DuplicateAndClose(int targetProcessId) { throw null; } in DuplicateAndClose() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs11524 … public System.Net.Sockets.SocketInformation DuplicateAndClose(int targetProcessId) { throw null; } in DuplicateAndClose() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs11522 … public System.Net.Sockets.SocketInformation DuplicateAndClose(int targetProcessId) { throw null; } in DuplicateAndClose() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs11492 … public System.Net.Sockets.SocketInformation DuplicateAndClose(int targetProcessId) { throw null; } in DuplicateAndClose() argument

12