Home
last modified time | relevance | path

Searched refs:ReleaseHandle (Results 1 – 25 of 35) sorted by relevance

12

/external/libchrome/mojo/public/cpp/platform/
Dplatform_handle.h110 HANDLE ReleaseHandle() WARN_UNUSED_RESULT { in COMPONENT_EXPORT()
125 zx_handle_t ReleaseHandle() WARN_UNUSED_RESULT { in COMPONENT_EXPORT()
Dplatform_channel.cc231 ignore_result(remote_endpoint_.TakePlatformHandle().ReleaseHandle()); in RemoteProcessLaunchAttempted()
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCStringSafeHandle.cs38 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.CStringSafeHandle
DCallCredentialsSafeHandle.cs39 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.CallCredentialsSafeHandle
DServerCredentialsSafeHandle.cs44 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.ServerCredentialsSafeHandle
DChannelArgsSafeHandle.cs53 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.ChannelArgsSafeHandle
DChannelCredentialsSafeHandle.cs58 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.ChannelCredentialsSafeHandle
DServerSafeHandle.cs83 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.ServerSafeHandle
DCompletionQueueSafeHandle.cs90 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.CompletionQueueSafeHandle
DChannelSafeHandle.cs81 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.ChannelSafeHandle
DMetadataArraySafeHandle.cs87 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.MetadataArraySafeHandle
DAuthContextSafeHandle.cs69 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.AuthContextSafeHandle
DRequestCallContextSafeHandle.cs101 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.RequestCallContextSafeHandle
DBatchContextSafeHandle.cs133 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.BatchContextSafeHandle
DCallSafeHandle.cs202 protected override bool ReleaseHandle() in ReleaseHandle() method in Grpc.Core.Internal.CallSafeHandle
/external/libchrome/mojo/core/test/
Dtest_utils_win.cc41 _open_osfhandle(reinterpret_cast<intptr_t>(h.ReleaseHandle()), flags), in FILEFromPlatformHandle()
/external/tensorflow/tensorflow/core/framework/
Dfunction_handle_cache.cc59 TF_RETURN_IF_ERROR(lib_->ReleaseHandle(entry.second)); in Clear()
/external/libchrome/mojo/core/
Dplatform_handle_in_transit.cc121 TransferHandle(handle_.ReleaseHandle(), base::GetCurrentProcessHandle(), in TransferToProcess()
Dchannel_win.cc127 .ReleaseHandle(); in GetReadPlatformHandles()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_control_flow.cc108 auto s = flr->ReleaseHandle(handle); in FunctionalizeControlFlowForFunction()
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc178 Status ReleaseHandle(Handle handle) override;
228 Status FunctionLibraryRuntimeOverlay::ReleaseHandle(Handle handle) { in ReleaseHandle() function in tensorflow::FunctionLibraryRuntimeOverlay
229 return base_flr_->ReleaseHandle(handle); in ReleaseHandle()
321 Status ReleaseHandle(Handle handle) override;
757 Status FunctionLibraryRuntimeImpl::ReleaseHandle(Handle handle) { in ReleaseHandle() function in tensorflow::FunctionLibraryRuntimeImpl
760 return parent_->ReleaseHandle(handle); in ReleaseHandle()
Dprocess_function_library_runtime.h131 Status ReleaseHandle(FunctionLibraryRuntime::Handle handle);
Dprocess_function_library_runtime.cc880 Status status = flr->ReleaseHandle(flr_handle); in ReleaseMultiDeviceHandle()
889 Status ProcessFunctionLibraryRuntime::ReleaseHandle( in ReleaseHandle() function in tensorflow::ProcessFunctionLibraryRuntime
904 return flr->ReleaseHandle(handle); in ReleaseHandle()
Dfunction_threadpool_test.cc148 status = flr->ReleaseHandle(handle); in InstantiateAndRun()
/external/tensorflow/tensorflow/core/kernels/
Dpartitioned_function_ops.cc72 Status status = it.first->ReleaseHandle(it.second); in ~PartitionedCallOp()

12