Searched refs:VBoxTlsRefAddRef (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/
H A DVBoxVideo3D.h93 #define VBoxTlsRefAddRef(_p) do { \ macro
103 if (!cRefs && (_p)->enmTlsRefState != VBOXTLSREFDATA_STATE_DESTROYING /* <- avoid recursion if VBoxTlsRefAddRef/Release is called from dtor */) { \
133 VBoxTlsRefAddRef((_t*)(_p)); \
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_glsl.c194 VBoxTlsRefAddRef(ctx); /* <- this is a hack to avoid subsequent SetCurrentContext(g) do recursive Destroy for ctx */
196 VBoxTlsRefAddRef(g); /* <- ensure the g is not destroyed by the following SetCurrentContext call */

Completed in 789 milliseconds