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

/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dthreadctxhooks-r0drv-solaris.c127 static void rtThreadCtxHooksSolFree(void *pvThreadCtxInt, int fIsExec) function
137 AssertMsgFailed(("rtThreadCtxHooksSolFree with cRefs=0 pThis=%p\n", pThis));
177 rtThreadCtxHooksSolFree);
188 rtThreadCtxHooksSolFree);
223 * removectx() will invoke rtThreadCtxHooksSolFree() and there is no way to bypass it and still use
224 * rtThreadCtxHooksSolFree() at the same time. Hence the convulated reference counting.
227 * will invoke rtThreadCtxHooksSolFree() with cRefs = 1 and that will then free the hook object.
230 * ring-0 thread dies, Solaris will call rtThreadCtxHooksSolFree() which will free the hook object.
241 rtThreadCtxHooksSolFree);
252 rtThreadCtxHooksSolFree);
[all...]

Completed in 42 milliseconds