Home
last modified time | relevance | path

Searched defs:JobDelegate (Results 1 – 4 of 4) sorted by relevance

/external/cronet/base/task/thread_pool/
Dthread_group_unittest.cc533 [&threads_running_barrier, &threads_continue](JobDelegate*) { in TEST_F() argument
563 BindLambdaForTesting([&thread_running, &thread_continue](JobDelegate*) { in TEST_F() argument
653 [&threads_running_barrier, &threads_continue](JobDelegate*) { in TEST_F() argument
695 BindRepeating([](JobDelegate*) { ShouldNotRun(); }), in TEST_F() argument
728 BindLambdaForTesting([&](JobDelegate*) { in TEST_F() argument
757 BindLambdaForTesting([&](JobDelegate*) { thread_running.Signal(); }), in TEST_F() argument
782 BindLambdaForTesting([&](JobDelegate*) { thread_running.Signal(); }), in TEST_F() argument
810 BindLambdaForTesting([&](JobDelegate*) { in TEST_F() argument
Dtest_utils.cc271 [](base::OnceClosure&& worker_task, JobDelegate*) mutable { in MockJobTask() argument
Dthread_pool_impl_unittest.cc1313 [&threads_running](JobDelegate*) { threads_running.Signal(); }), in TEST_P() argument
/external/cronet/base/task/
Dpost_job.cc34 JobDelegate::JobDelegate( in JobDelegate() function in base::JobDelegate