VirtualBox

Changeset 47206 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jul 17, 2013 10:17:13 AM (11 years ago)
Author:
vboxsync
Message:

IPRT: Kernel thread-context hooks, Solaris implementation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/thread.h

    r47199 r47206  
    44
    55/*
    6  * Copyright (C) 2006-2012 Oracle Corporation
     6 * Copyright (C) 2006-2013 Oracle Corporation
    77 *
    88 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    616616 * @returns IPRT status code.
    617617 * @param   phThreadCtx         Where to store the thread-context handle.
     618 *
     619 * @remarks Must be called with preemption enabled!
    618620 */
    619621RTDECL(int) RTThreadCtxHooksCreate(PRTTHREADCTX phThreadCtx);
     
    626628 *
    627629 * @param   phThreadCtx         Pointer to the thread-context handle.
     630 *
     631 * @remarks Must be called with preemption enabled!
    628632 */
    629633RTDECL(void) RTThreadCtxHooksDestroy(RTTHREADCTX hThreadCtx);
     
    638642 *                              for all thread-context events.
    639643 * @param   pvUser              User argument (optional, can be NULL).
     644 *
     645 * @remarks Can be called with preemption disabled.
    640646 */
    641647RTDECL(int) RTThreadCtxHooksRegister(RTTHREADCTX hThreadCtx, PFNRTTHREADCTXHOOK pfnThreadHook, void *pvUser);
     
    646652 * @returns IPRT status code.
    647653 * @param   phThreadCtx         Pointer to the thread-context handle.
     654 *
     655 * @remarks Can be called with preemption disabled.
    648656 */
    649657RTDECL(int) RTThreadCtxHooksDeregister(RTTHREADCTX hThreadCtx);
Note: See TracChangeset for help on using the changeset viewer.

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