/aosp_15_r20/external/cronet/net/dns/ |
H A D | serial_worker.cc | 37 std::unique_ptr<SerialWorker::WorkItem> work_item) { in DoWork() 94 void SerialWorker::OnDoWorkFinished(std::unique_ptr<WorkItem> work_item) { in OnDoWorkFinished() 116 void SerialWorker::OnFollowupWorkFinished(std::unique_ptr<WorkItem> work_item) { in OnFollowupWorkFinished() 142 void SerialWorker::RerunWork(std::unique_ptr<WorkItem> work_item) { in RerunWork()
|
H A D | dns_config_service_android.cc | 76 WorkItem* work_item = static_cast<WorkItem*>(serial_worker_work_item.get()); in OnWorkFinished() local
|
H A D | dns_config_service.cc | 139 WorkItem* work_item = static_cast<WorkItem*>(serial_worker_work_item.get()); in OnWorkFinished() local
|
H A D | dns_config_service_posix.cc | 191 WorkItem* work_item = static_cast<WorkItem*>(serial_worker_work_item.get()); in OnWorkFinished() local
|
H A D | serial_worker_unittest.cc | 83 std::unique_ptr<SerialWorker::WorkItem> work_item) override { in OnWorkFinished()
|
H A D | dns_config_service_win.cc | 593 WorkItem* work_item = static_cast<WorkItem*>(serial_worker_work_item.get()); in OnWorkFinished() local
|
/aosp_15_r20/external/pigweed/pw_work_queue/ |
H A D | work_queue.cc | 52 WorkItem& work_item = possible_work_item.value(); in Run() local 64 void WorkQueue::CheckPushWork(WorkItem&& work_item) { in CheckPushWork() 69 Status WorkQueue::InternalPushWork(WorkItem&& work_item) { in InternalPushWork()
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/fake/ |
D | fake_looper.cc | 68 work_item work_item; in run_message_loop() local 89 work_item work_item; in run_message_loop() local
|
D | fake_thread.h | 33 using work_item = std::pair<thread_func, thread_data>; variable
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | vector_dce.cpp | 203 VectorDCE::WorkListItem work_item, in MarkCompositeContructUsesAsLive() 415 WorkListItem work_item, VectorDCE::LiveComponentMap* live_components, in AddItemToWorkListIfNeeded()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | vector_dce.cpp | 203 VectorDCE::WorkListItem work_item, in MarkCompositeContructUsesAsLive() 415 WorkListItem work_item, VectorDCE::LiveComponentMap* live_components, in AddItemToWorkListIfNeeded()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | vector_dce.cpp | 203 VectorDCE::WorkListItem work_item, in MarkCompositeContructUsesAsLive() 415 WorkListItem work_item, VectorDCE::LiveComponentMap* live_components, in AddItemToWorkListIfNeeded()
|
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/Windows/ |
H A D | queue_user_work_item_report.cc | 8 DWORD CALLBACK work_item(LPVOID) { in work_item() function
|
H A D | queue_user_work_item.cc | 36 DWORD CALLBACK work_item(LPVOID) { in work_item() function
|
/aosp_15_r20/external/pigweed/pw_work_queue/public/pw_work_queue/ |
H A D | work_queue.h | 80 Status PushWork(WorkItem&& work_item) PW_LOCKS_EXCLUDED(lock_) { in PushWork()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | dataset.cc | 1069 void BackgroundWorker::Schedule(std::function<void()> work_item) { in Schedule() 1084 std::function<void()> work_item = nullptr; in WorkerLoop() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
H A D | tf_saved_model_freeze_variables.cc | 171 auto work_item = work_list.pop_back_val(); in ReplaceVarWithConstant() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | sparse_matmul_op.cc | 1475 int work_item = cur_create_block_number.fetch_add(1); in Compute() local 1490 int work_item = cur_mult_block_number.fetch_add(1); in Compute() local
|