Lines Matching refs:handle1
52 win::object_handle handle1(ioc); in test() local
71 handle1 = win::object_handle(ioc); in test()
72 handle1 = std::move(handle3); in test()
77 win::object_handle::executor_type ex = handle1.get_executor(); in test()
83 = handle1.lowest_layer(); in test()
86 const win::object_handle& handle6 = handle1; in test()
92 handle1.assign(native_handle4); in test()
94 bool is_open = handle1.is_open(); in test()
97 handle1.close(); in test()
98 handle1.close(ec); in test()
101 = handle1.native_handle(); in test()
104 handle1.cancel(); in test()
105 handle1.cancel(ec); in test()
109 handle1.wait(); in test()
110 handle1.wait(ec); in test()
112 handle1.async_wait(&wait_handler); in test()
113 int i1 = handle1.async_wait(lazy); in test()