Home
last modified time | relevance | path

Searched refs:RemoveHandle (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/mojo/public/cpp/system/tests/
Dwait_set_unittest.cc77 wait_set.RemoveHandle(p.handle1.get()); in TEST_F()
121 EXPECT_EQ(MOJO_RESULT_OK, wait_set.RemoveHandle(ready_handles[0])); in TEST_F()
131 EXPECT_EQ(MOJO_RESULT_OK, wait_set.RemoveHandle(ready_handles[0])); in TEST_F()
182 EXPECT_EQ(MOJO_RESULT_NOT_FOUND, wait_set.RemoveHandle(handle0_value)); in TEST_F()
209 EXPECT_EQ(MOJO_RESULT_NOT_FOUND, wait_set.RemoveHandle(handle0_value)); in TEST_F()
215 EXPECT_EQ(MOJO_RESULT_NOT_FOUND, wait_set.RemoveHandle(handle0_value)); in TEST_F()
/external/libchrome/mojo/public/cpp/system/
Dwait_set.cc94 MojoResult RemoveHandle(Handle handle) { in RemoveHandle() function in mojo::WaitSet::State
352 MojoResult WaitSet::RemoveHandle(Handle handle) { in RemoveHandle() function in mojo::WaitSet
353 return state_->RemoveHandle(handle); in RemoveHandle()
Dwait_set.h74 MojoResult RemoveHandle(Handle handle);
/external/libchrome/mojo/public/cpp/bindings/lib/
Dsync_handle_registry.cc62 MojoResult result = wait_set_.RemoveHandle(handle); in UnregisterHandle()
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.h214 Status RemoveHandle(FunctionLibraryRuntime::Handle handle);
Dprocess_function_library_runtime.cc845 Status ProcessFunctionLibraryRuntime::RemoveHandle( in RemoveHandle() function in tensorflow::ProcessFunctionLibraryRuntime
Dfunction.cc784 parent_status = parent_->RemoveHandle(handle); in ReleaseHandle()