Home
last modified time | relevance | path

Searched refs:blocking_op_state (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_threadpool_test.cc203 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()
Dfunction_testlib.cc75 BlockingOpState* blocking_op_state = nullptr; variable
83 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()
Dfunction_testlib.h40 extern BlockingOpState* blocking_op_state;
Ddirect_session_test.cc1933 using test::function::blocking_op_state; in TestSessionInterOpThreadsImpl()
2031 blocking_op_state = new BlockingOpState(); in TestSessionInterOpThreadsImpl()
2033 blocking_op_state->AwaitState(1); in TestSessionInterOpThreadsImpl()
2034 blocking_op_state->MoveToState(1, 2); in TestSessionInterOpThreadsImpl()
2035 blocking_op_state->AwaitState(3); in TestSessionInterOpThreadsImpl()
2036 blocking_op_state->MoveToState(3, 0); in TestSessionInterOpThreadsImpl()
2046 blocking_op_state->AwaitState(1); // Wait for the blocking op to Compute. in TestSessionInterOpThreadsImpl()
2069 blocking_op_state->MoveToState(1, 2); in TestSessionInterOpThreadsImpl()
2073 delete blocking_op_state; in TestSessionInterOpThreadsImpl()
2074 blocking_op_state = nullptr; in TestSessionInterOpThreadsImpl()