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

/vbox/include/VBox/
H A DVBoxVideo3D.h113 #define VBoxTlsRefGetCurrent(_t, _Tsd) ((_t*) VBoxTlsRefGetImpl((_Tsd))) macro
116 _t * cur = VBoxTlsRefGetCurrent(_t, _Tsd); \
126 _t * oldCur = VBoxTlsRefGetCurrent(_t, _Tsd); \

Completed in 34 milliseconds