Home
last modified time | relevance | path

Searched defs:work_item (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/cronet/net/dns/
H A Dserial_worker.cc37 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 Ddns_config_service_android.cc76 WorkItem* work_item = static_cast<WorkItem*>(serial_worker_work_item.get()); in OnWorkFinished() local
H A Ddns_config_service.cc139 WorkItem* work_item = static_cast<WorkItem*>(serial_worker_work_item.get()); in OnWorkFinished() local
H A Ddns_config_service_posix.cc191 WorkItem* work_item = static_cast<WorkItem*>(serial_worker_work_item.get()); in OnWorkFinished() local
H A Dserial_worker_unittest.cc83 std::unique_ptr<SerialWorker::WorkItem> work_item) override { in OnWorkFinished()
H A Ddns_config_service_win.cc593 WorkItem* work_item = static_cast<WorkItem*>(serial_worker_work_item.get()); in OnWorkFinished() local
/aosp_15_r20/external/pigweed/pw_work_queue/
H A Dwork_queue.cc52 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/
Dfake_looper.cc68 work_item work_item; in run_message_loop() local
89 work_item work_item; in run_message_loop() local
Dfake_thread.h33 using work_item = std::pair<thread_func, thread_data>; variable
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dvector_dce.cpp203 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/
Dvector_dce.cpp203 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 Dvector_dce.cpp203 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 Dqueue_user_work_item_report.cc8 DWORD CALLBACK work_item(LPVOID) { in work_item() function
H A Dqueue_user_work_item.cc36 DWORD CALLBACK work_item(LPVOID) { in work_item() function
/aosp_15_r20/external/pigweed/pw_work_queue/public/pw_work_queue/
H A Dwork_queue.h80 Status PushWork(WorkItem&& work_item) PW_LOCKS_EXCLUDED(lock_) { in PushWork()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Ddataset.cc1069 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 Dtf_saved_model_freeze_variables.cc171 auto work_item = work_list.pop_back_val(); in ReplaceVarWithConstant() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsparse_matmul_op.cc1475 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