Home
last modified time | relevance | path

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

/third_party/node/test/cctest/
H A Dtest_inspector_socket_server.cc27 #define SPIN_WHILE(condition) \ macro
115 SPIN_WHILE(!connected_) in Connect()
134 SPIN_WHILE(!connection_failed_) in ExpectFailureToConnect()
141 SPIN_WHILE(!closed_); in Close()
145 SPIN_WHILE(contents_.size() < expects.length()); in Expect()
152 SPIN_WHILE(!eof_); in ExpectEOF()
179 SPIN_WHILE(sending_); in Write()
286 SPIN_WHILE(buffer_.size() < expects.length()); in Expect()
435 SPIN_WHILE(server.disconnected < 2); in TEST_F()
443 SPIN_WHILE( in TEST_F()
[all...]
H A Dtest_inspector_socket.cc50 #define SPIN_WHILE(condition) \ macro
75 SPIN_WHILE(waiting_to_close); in really_close()
137 SPIN_WHILE(frames.empty() || !frames.back().empty()); in ExpectReadError()
144 SPIN_WHILE(frames.empty()); in ExpectData()
162 SPIN_WHILE(delegate != nullptr); in WaitForDispose()
250 SPIN_WHILE(req.data); in do_write()
323 SPIN_WHILE(!expectation.read_expected); in expect_on_client()
368 SPIN_WHILE(!connect.data || !connected);
374 SPIN_WHILE(delegate != nullptr);
387 SPIN_WHILE(!delegat in TEST_F()
[all...]

Completed in 3 milliseconds