Searched defs:JobDelegate (Results 1 – 6 of 6) sorted by relevance
/external/cronet/stable/base/task/thread_pool/ |
D | thread_group_unittest.cc | 585 [&threads_running_barrier, &threads_continue](JobDelegate*) { in TEST_F() argument 615 BindLambdaForTesting([&thread_running, &thread_continue](JobDelegate*) { in TEST_F() argument 705 [&threads_running_barrier, &threads_continue](JobDelegate*) { in TEST_F() argument 747 BindRepeating([](JobDelegate*) { ShouldNotRun(); }), in TEST_F() argument 780 BindLambdaForTesting([&](JobDelegate*) { in TEST_F() argument 809 BindLambdaForTesting([&](JobDelegate*) { thread_running.Signal(); }), in TEST_F() argument 834 BindLambdaForTesting([&](JobDelegate*) { thread_running.Signal(); }), in TEST_F() argument 862 BindLambdaForTesting([&](JobDelegate*) { in TEST_F() argument
|
D | thread_pool_impl_unittest.cc | 1319 [&threads_running](JobDelegate*) { threads_running.Signal(); }), in TEST_P() argument
|
/external/cronet/tot/base/task/thread_pool/ |
D | thread_group_unittest.cc | 585 [&threads_running_barrier, &threads_continue](JobDelegate*) { in TEST_F() argument 615 BindLambdaForTesting([&thread_running, &thread_continue](JobDelegate*) { in TEST_F() argument 705 [&threads_running_barrier, &threads_continue](JobDelegate*) { in TEST_F() argument 747 BindRepeating([](JobDelegate*) { ShouldNotRun(); }), in TEST_F() argument 780 BindLambdaForTesting([&](JobDelegate*) { in TEST_F() argument 809 BindLambdaForTesting([&](JobDelegate*) { thread_running.Signal(); }), in TEST_F() argument 834 BindLambdaForTesting([&](JobDelegate*) { thread_running.Signal(); }), in TEST_F() argument 862 BindLambdaForTesting([&](JobDelegate*) { in TEST_F() argument
|
D | thread_pool_impl_unittest.cc | 1319 [&threads_running](JobDelegate*) { threads_running.Signal(); }), in TEST_P() argument
|
/external/cronet/stable/base/task/ |
D | post_job.cc | 34 JobDelegate::JobDelegate( in JobDelegate() function in base::JobDelegate
|
/external/cronet/tot/base/task/ |
D | post_job.cc | 34 JobDelegate::JobDelegate( in JobDelegate() function in base::JobDelegate
|