Changeset 2492 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.h


Ignore:
Timestamp:
Jan 6, 2004, 6:05:25 PM (22 years ago)
Author:
ansari
Message:

Suite debug piapp multithread : on ne peut pas utiliser ZSync() ds un if (destructeur appele de suite) - Reza 06/01/2004

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pistdimgapp.h

    r2491 r2492  
    5858     virtual void   Run();
    5959     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(); }
    6063     inline bool       isGlSyncLocked() { return fg_glsynlock; }
    6164
Note: See TracChangeset for help on using the changeset viewer.