Searched defs:pit (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_provider.c806 dt_probe_iter(dt_idhash_t *ihp, dt_ident_t *idp, dt_probe_iter_t *pit) argument
810 if (!dt_gmatch(prp->pr_name, pit->pit_pat))
813 (void) strlcpy(pit->pit_desc.dtpd_name, prp->pr_name, DTRACE_NAMELEN);
814 pit->pit_desc.dtpd_id = idp->di_id;
815 pit->pit_matches++;
817 return (pit->pit_func(pit->pit_hdl, &pit->pit_desc, pit->pit_arg));
828 dt_probe_iter_t pit; local
[all...]
/vbox/src/VBox/Main/src-all/
H A DEventImpl.cpp587 HRESULT process(IEvent *aEvent, BOOL aWaitable, PendingEventsMap::iterator &pit, AutoLockBase &alock);
590 HRESULT eventProcessed(IEvent *aEvent, PendingEventsMap::iterator &pit);
781 PendingEventsMap::iterator pit = aPem->find(aEvent); local
782 if (pit != aPem->end())
783 eventProcessed(aEvent, pit);
794 PendingEventsMap::iterator &pit,
813 eventProcessed(aEvent, pit);
901 HRESULT ListenerRecord::eventProcessed(IEvent *aEvent, PendingEventsMap::iterator &pit) argument
903 if (--pit->second == 0)
905 Assert(pit
792 process(IEvent *aEvent, BOOL aWaitable, PendingEventsMap::iterator &pit, AutoLockBase &aAlock) argument
1088 PendingEventsMap::iterator pit; local
1188 PendingEventsMap::iterator pit = m->mPendingMap.find(aEvent); local
[all...]

Completed in 58 milliseconds