VirtualBox

Changeset 9137 in vbox


Ignore:
Timestamp:
May 26, 2008 8:14:14 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
31263
Message:

PDMAsyncCompletion: Implement caching of tasks to reduce cpu load

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pdmasynccompletion.h

    r8746 r9137  
    254254 */
    255255PDMR3DECL(int) PDMR3AsyncCompletionTaskCreate(PPPDMASYNCCOMPLETIONTASK ppTask, PPDMASYNCCOMPLETIONTEMPLATE pTemplate, PDMASYNCCOMPLETIONTASKTYPE enmType, void *pvCtx, void *pvUser);
    256 
    257 /**
    258  * Associate a task with a type specific context.
    259  *
    260  * @returns VBox status code.
    261  * @param   pTask    The task to associate the context with.
    262  * @param   pvCtx    Pointer to the context.
    263  */
    264 PDMR3DECL(int) PDMR3AsyncCompletionTaskAssociate(PPDMASYNCCOMPLETIONTASK pTask, void *pvCtx);
    265256
    266257/**
     
    510501}
    511502
     503#if 0
    512504/**
    513505 * Modifies a socket completion task.
     
    541533    return rc;
    542534}
     535#endif
    543536
    544537/** @} */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette