Changeset 2492 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.h
- Timestamp:
- Jan 6, 2004, 6:05:25 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.h
r2491 r2492 58 58 virtual void Run(); 59 59 inline ZMutex & getMutex() { return thr_glsyn; } 60 inline void LockMutex() { thr_glsyn.lock(); } 61 inline void UnlockMutex(bool fgbr=false) 62 { thr_glsyn.broadcast(); thr_glsyn.unlock(); } 60 63 inline bool isGlSyncLocked() { return fg_glsynlock; } 61 64
Note:
See TracChangeset
for help on using the changeset viewer.