Home
last modified time | relevance | path

Searched refs:INVALID_FD (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/
H A Devent_benchmark_test.cpp77 const int INVALID_FD = -1; member
106 AssertUnequal(fd, INVALID_FD, "fd was not different from INVALID_FD as expected.", state); in SetFdAndCallback()
126 std::shared_ptr<IOEventHandler> handler = std::make_shared<IOEventHandler>(INVALID_FD); in BENCHMARK_F()
170 std::shared_ptr<IOEventHandler> handler = std::make_shared<IOEventHandler>(INVALID_FD); in BENCHMARK_F()
262 AssertUnequal(fd, INVALID_FD, "fd was not different from INVALID_FD as expected.", state); in BENCHMARK_F()
267 std::shared_ptr<IOEventHandler> handler3 = std::make_shared<IOEventHandler>(INVALID_FD); in BENCHMARK_F()
307 AssertUnequal(reactor->Clean(INVALID_FD), EVENT_SYS_ERR_OK, in BENCHMARK_F()
308 "reactor->Clean(INVALID_FD) wa in BENCHMARK_F()
[all...]

Completed in 4 milliseconds