Searched defs:RTThreadCtxHooksRegister (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/generic/
H A Dthreadctxhooks-r0drv-generic.cpp60 RTDECL(int) RTThreadCtxHooksRegister(RTTHREADCTX hThreadCtx, PFNRTTHREADCTXHOOK pfnCallback, void *pvUser) function
67 RT_EXPORT_SYMBOL(RTThreadCtxHooksRegister); variable
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dthreadctxhooks-r0drv-linux.c244 RTDECL(int) RTThreadCtxHooksRegister(RTTHREADCTX hThreadCtx, PFNRTTHREADCTXHOOK pfnThreadCtxHook, void *pvUser) function
271 RT_EXPORT_SYMBOL(RTThreadCtxHooksRegister); variable
337 RTDECL(int) RTThreadCtxHooksRegister(RTTHREADCTX hThreadCtx, PFNRTTHREADCTXHOOK pfnThreadCtxHook, void *pvUser) function
344 RT_EXPORT_SYMBOL(RTThreadCtxHooksRegister); variable
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dthreadctxhooks-r0drv-solaris.c165 * installctx() allocates memory and thus cannot be used in RTThreadCtxHooksRegister() which can be used
277 RTDECL(int) RTThreadCtxHooksRegister(RTTHREADCTX hThreadCtx, PFNRTTHREADCTXHOOK pfnThreadCtxHook, void *pvUser) function
/vbox/include/iprt/
H A Dmangling.h1680 # define RTThreadCtxHooksRegister RT_MANGLER(RTThreadCtxHooksRegister) /* r0drv */ macro

Completed in 77 milliseconds