Searched refs:workitem (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/component_updater/
H A Dcomponent_updater_service.cc177 void UpdateComponent(CrxUpdateItem* workitem);
627 void CrxUpdateService::UpdateComponent(CrxUpdateItem* workitem) { argument
629 crx_context->pk_hash = workitem->component.pk_hash;
630 crx_context->id = workitem->id;
631 crx_context->installer = workitem->component.installer;
632 crx_context->fingerprint = workitem->next_fp;
635 if (CanTryDiffUpdate(workitem, *config_)) {
636 urls = &workitem->crx_diffurls;
637 ChangeItemState(workitem, CrxUpdateItem::kDownloadingDiff);
641 allow_background_download = workitem
[all...]
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-amd64-darwin.c416 void wqthread_hijack(Addr self, Addr kport, Addr stackaddr, Addr workitem, argument
437 "stackaddr %#lx, workitem %#lx, reuse/flags %x, sp %#lx\n",
438 self, kport, stackaddr, workitem, reuse, sp);
499 vex->guest_RCX = workitem;
H A Dsyswrap-x86-darwin.c365 " push %edx\n" // workitem
381 void wqthread_hijack(Addr self, Addr kport, Addr stackaddr, Addr workitem, argument
449 vex->guest_EDX = workitem;
H A Dpriv_syswrap-darwin.h634 extern void wqthread_hijack(Addr self, Addr kport, Addr stackaddr, Addr workitem, Int reuse, Addr sp);

Completed in 1765 milliseconds