HomeSort by relevance Sort by last modified time
    Searched refs:ReleaseHandle (Results 1 - 25 of 35) sorted by null

1 2

  /external/libchrome/mojo/core/test/
test_utils_win.cc 41 _open_osfhandle(reinterpret_cast<intptr_t>(h.ReleaseHandle()), flags),
  /external/tensorflow/tensorflow/core/framework/
function_handle_cache.cc 59 TF_RETURN_IF_ERROR(lib_->ReleaseHandle(entry.second));
  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
CStringSafeHandle.cs 38 protected override bool ReleaseHandle()
CallCredentialsSafeHandle.cs 39 protected override bool ReleaseHandle()
ChannelArgsSafeHandle.cs 53 protected override bool ReleaseHandle()
ChannelCredentialsSafeHandle.cs 58 protected override bool ReleaseHandle()
ServerCredentialsSafeHandle.cs 44 protected override bool ReleaseHandle()
AuthContextSafeHandle.cs 69 protected override bool ReleaseHandle()
ChannelSafeHandle.cs 81 protected override bool ReleaseHandle()
MetadataArraySafeHandle.cs 87 protected override bool ReleaseHandle()
RequestCallContextSafeHandle.cs 101 protected override bool ReleaseHandle()
ServerSafeHandle.cs 83 protected override bool ReleaseHandle()
BatchContextSafeHandle.cs 133 protected override bool ReleaseHandle()
CompletionQueueSafeHandle.cs 90 protected override bool ReleaseHandle()
  /external/libchrome/mojo/public/cpp/platform/
platform_handle.h 110 HANDLE ReleaseHandle() WARN_UNUSED_RESULT {
125 zx_handle_t ReleaseHandle() WARN_UNUSED_RESULT {
platform_channel.cc 231 ignore_result(remote_endpoint_.TakePlatformHandle().ReleaseHandle());
  /external/libchrome/mojo/core/
platform_handle_in_transit.cc 121 TransferHandle(handle_.ReleaseHandle(), base::GetCurrentProcessHandle(),
channel_win.cc 127 .ReleaseHandle();
  /external/tensorflow/tensorflow/compiler/tf2xla/
functionalize_control_flow.cc 108 auto s = flr->ReleaseHandle(handle);
  /external/tensorflow/tensorflow/core/common_runtime/
function_threadpool_test.cc 148 status = flr->ReleaseHandle(handle);
process_function_library_runtime.h 128 // For multi-device functions, calls ReleaseHandle on local FLRs for each
131 Status ReleaseHandle(FunctionLibraryRuntime::Handle handle);
function.cc 178 Status ReleaseHandle(Handle handle) override;
228 Status FunctionLibraryRuntimeOverlay::ReleaseHandle(Handle handle) {
229 return base_flr_->ReleaseHandle(handle);
321 Status ReleaseHandle(Handle handle) override;
757 Status FunctionLibraryRuntimeImpl::ReleaseHandle(Handle handle) {
760 return parent_->ReleaseHandle(handle);
    [all...]
process_function_library_runtime.cc     [all...]
  /external/tensorflow/tensorflow/core/kernels/
partitioned_function_ops.cc 72 Status status = it.first->ReleaseHandle(it.second);
  /external/tensorflow/tensorflow/core/kernels/data/
dataset_utils.cc 33 Status s = ctx->function_library()->ReleaseHandle(fn_handle);

Completed in 638 milliseconds

1 2