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

/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_context.c190 ThreadInfo *curThread = thread; local
194 CRASSERT(!curThread == !curPacker);
195 CRASSERT(!curThread || !curPacker || curThread->packer == curPacker);
248 ThreadInfo *curThread = thread; local
252 CRASSERT(!curThread == !curPacker);
253 CRASSERT(!curThread || !curPacker || curThread->packer == curPacker);
306 ThreadInfo *curThread = thread; local
311 CRASSERT(!curThread
448 ThreadInfo *curThread = thread; local
[all...]
H A Dpackspu_misc.c250 ThreadInfo *curThread = thread; local
275 CRASSERT(crPackGetContext() == (curThread ? curThread->packer : NULL));
304 if (thread != curThread)
306 if (curThread)
307 crPackSetContext(curThread->packer);

Completed in 45 milliseconds