Searched refs:write_result (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/test/dfsan/ |
| H A D | write_callback.c | 95 int write_result = write(fd, aString, len); in test_failing_write_runs_callback() local 96 assert(write_result == -1); in test_failing_write_runs_callback()
|
| /llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClientTest.cpp | 77 std::future<bool> write_result = std::async(std::launch::async, [&] { in TEST_F() local 84 ASSERT_TRUE(write_result.get()); in TEST_F() 86 write_result = std::async(std::launch::async, [&] { in TEST_F() 91 ASSERT_TRUE(write_result.get()); in TEST_F() 97 std::future<bool> write_result = std::async(std::launch::async, [&] { in TEST_F() local 104 ASSERT_TRUE(write_result.get()); in TEST_F() 106 write_result = std::async(std::launch::async, [&] { in TEST_F() 111 ASSERT_TRUE(write_result.get()); in TEST_F()
|
| /llvm-project-15.0.7/lldb/source/Host/windows/ |
| H A D | PipeWindows.cpp | 326 BOOL write_result = ::WriteFile(m_write, buf, num_bytes, &sys_bytes_written, in Write() local 328 if (!write_result && GetLastError() != ERROR_IO_PENDING) in Write()
|