• Home
  • Raw
  • Download

Lines Matching refs:ioc

34             net::io_context ioc;  in testSuspend()  local
35 stream<test::stream> ws{ioc, fc}; in testSuspend()
48 ioc.run_one(); in testSuspend()
58 ioc.run(); in testSuspend()
66 net::io_context ioc; in testSuspend() local
67 stream<test::stream> ws{ioc, fc}; in testSuspend()
89 ioc.run(); in testSuspend()
97 net::io_context ioc; in testSuspend() local
98 stream<test::stream> ws{ioc, fc}; in testSuspend()
127 ioc.run(); in testSuspend()
135 net::io_context ioc; in testSuspend() local
136 stream<test::stream> ws{ioc, fc}; in testSuspend()
175 ioc.run(); in testSuspend()
183 net::io_context ioc; in testSuspend() local
184 stream<test::stream> ws{ioc, fc}; in testSuspend()
213 ioc.run(); in testSuspend()
225 net::io_context ioc; in testParseFrame() local
226 stream<test::stream> ws{ioc}; in testParseFrame()
239 net::io_context ioc; in testParseFrame() local
240 stream<test::stream> ws{ioc}; in testParseFrame()
255 ioc.run_one(); in testParseFrame()
258 ioc.run(); in testParseFrame()
295 net::io_context ioc; in testParseFrame() local
296 stream<test::stream> ws{ioc}; in testParseFrame()
314 net::io_context ioc; in testParseFrame() local
315 stream<test::stream> ws{ioc}; in testParseFrame()
329 ioc.run_one(); in testParseFrame()
333 ioc.run(); in testParseFrame()
348 net::io_context ioc; in testIssue802() local
349 stream<test::stream> ws{ioc}; in testIssue802()
367 net::io_context ioc; in testIssue807() local
368 stream<test::stream> ws{ioc}; in testIssue807()
389 net::io_context ioc; in testIssue954() local
390 stream<test::stream> ws{ioc}; in testIssue954()
412 ioc.run(); in testIssue954()
439 net::io_context ioc; in testIssueBF1()
440 stream<test::stream> ws{ioc}; in testIssueBF1()
450 net::io_context ioc; in testIssueBF1() local
451 stream<test::stream> wsc{ioc}; in testIssueBF1()
452 stream<test::stream> wss{ioc}; in testIssueBF1()
459 ioc.run(); in testIssueBF1()
460 ioc.restart(); in testIssueBF1()
476 net::io_context ioc; in testIssueBF1()
477 stream<test::stream> ws{ioc}; in testIssueBF1()
487 net::io_context ioc; in testIssueBF1() local
488 stream<test::stream> wsc{ioc}; in testIssueBF1()
489 stream<test::stream> wss{ioc}; in testIssueBF1()
496 ioc.run(); in testIssueBF1()
497 ioc.restart(); in testIssueBF1()
507 ioc.run(); in testIssueBF1()
527 net::io_context ioc; in testIssueBF2() local
528 stream<test::stream> wsc{ioc}; in testIssueBF2()
529 stream<test::stream> wss{ioc}; in testIssueBF2()
536 ioc.run(); in testIssueBF2()
537 ioc.restart(); in testIssueBF2()
563 net::io_context ioc; in testIssueBF2() local
564 stream<test::stream> wsc{ioc}; in testIssueBF2()
565 stream<test::stream> wss{ioc}; in testIssueBF2()
572 ioc.run(); in testIssueBF2()
573 ioc.restart(); in testIssueBF2()
595 ioc.run(); in testIssueBF2()
610 net::io_context ioc; in testIssue1630() local
611 stream<test::stream> wsc{ioc}; in testIssue1630()
612 stream<test::stream> wss{ioc}; in testIssue1630()
619 ioc.run(); in testIssue1630()
620 ioc.restart(); in testIssue1630()
990 ioc.run(); in testIssue1630()
991 ioc.restart(); in testIssue1630()
999 net::io_context ioc; in testMoveOnly() local
1000 stream<test::stream> ws{ioc}; in testMoveOnly()
1022 net::io_context ioc; in testAsioHandlerInvoke() local
1025 ioc.get_executor()); in testAsioHandlerInvoke()
1026 stream<test::stream> ws{ioc}; in testAsioHandlerInvoke()