Searched refs:blocking_op_state (Results 1 – 4 of 4) sorted by relevance
203 using test::function::blocking_op_state; in TEST_F()211 blocking_op_state = new BlockingOpState(); in TEST_F()240 blocking_op_state->AwaitState(1); in TEST_F()241 blocking_op_state->MoveToState(1, 2); in TEST_F()244 blocking_op_state->AwaitState(3); in TEST_F()245 blocking_op_state->MoveToState(3, 0); in TEST_F()250 delete blocking_op_state; in TEST_F()251 blocking_op_state = nullptr; in TEST_F()
75 BlockingOpState* blocking_op_state = nullptr; variable83 blocking_op_state->MoveToState(0, 1); in Compute()84 blocking_op_state->AwaitState(2); in Compute()85 blocking_op_state->MoveToState(2, 3); in Compute()
40 extern BlockingOpState* blocking_op_state;
1962 using test::function::blocking_op_state; in TestSessionInterOpThreadsImpl()2060 blocking_op_state = new BlockingOpState(); in TestSessionInterOpThreadsImpl()2062 blocking_op_state->AwaitState(1); in TestSessionInterOpThreadsImpl()2063 blocking_op_state->MoveToState(1, 2); in TestSessionInterOpThreadsImpl()2064 blocking_op_state->AwaitState(3); in TestSessionInterOpThreadsImpl()2065 blocking_op_state->MoveToState(3, 0); in TestSessionInterOpThreadsImpl()2075 blocking_op_state->AwaitState(1); // Wait for the blocking op to Compute. in TestSessionInterOpThreadsImpl()2098 blocking_op_state->MoveToState(1, 2); in TestSessionInterOpThreadsImpl()2102 delete blocking_op_state; in TestSessionInterOpThreadsImpl()2103 blocking_op_state = nullptr; in TestSessionInterOpThreadsImpl()