Searched refs:_PackMutex (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_init.c26 CRmutex _PackMutex; variable
42 crInitMutex(&_PackMutex);
91 crLockMutex(&_PackMutex);
105 crUnlockMutex(&_PackMutex);
107 crFreeMutex(&_PackMutex);
H A Dpackspu_context.c30 crLockMutex(&_PackMutex);
95 crUnlockMutex(&_PackMutex);
147 crLockMutex(&_PackMutex);
181 crUnlockMutex(&_PackMutex);
197 crLockMutex(&_PackMutex);
233 crUnlockMutex(&_PackMutex);
255 crLockMutex(&_PackMutex);
291 crUnlockMutex(&_PackMutex);
314 crLockMutex(&_PackMutex);
389 crUnlockMutex(&_PackMutex);
[all...]
H A Dpackspu_misc.c177 crLockMutex(&_PackMutex);
206 crUnlockMutex(&_PackMutex);
585 crLockMutex(&_PackMutex);
634 crUnlockMutex(&_PackMutex);
649 crLockMutex(&_PackMutex);
669 crUnlockMutex(&_PackMutex);
676 crLockMutex(&_PackMutex);
683 crUnlockMutex(&_PackMutex);
719 crLockMutex(&_PackMutex);
780 crUnlockMutex(&_PackMutex);
[all...]
H A Dpackspu.h116 extern CRmutex _PackMutex;

Completed in 472 milliseconds