Home | History | Annotate | Download | only in ipc

Lines Matching refs:checkpoint

84   auto checkpoint = task_runner_.CreateCheckpoint("failure");
86 .WillOnce(InvokeWithoutArgs(checkpoint));
107 auto checkpoint = task_runner_.CreateCheckpoint("cli_connected");
110 .WillOnce(InvokeWithoutArgs(checkpoint));
230 auto checkpoint = task_runner_.CreateCheckpoint(std::to_string(i));
232 .WillOnce(Invoke([checkpoint](UnixSocket* s) {
234 checkpoint();
269 auto checkpoint = task_runner_.CreateCheckpoint("change_seen_by_server");
272 [this, tmp_fd, checkpoint, mem](UnixSocket*, UnixSocket* new_conn) {
277 .WillOnce(Invoke([checkpoint, mem](UnixSocket* s) {
280 checkpoint();
293 auto checkpoint = task_runner_.CreateCheckpoint("change_seen_by_client");
295 .WillOnce(Invoke([checkpoint](UnixSocket* s) {
310 checkpoint();