1 #ifndef COIN_SBTHREADAUTOLOCK_H 2 #define COIN_SBTHREADAUTOLOCK_H 36 #include <Inventor/threads/SbThreadMutex.h> 37 #include <Inventor/threads/SbMutex.h> 47 this->mutex = mutexptr;
49 this->recmutex = NULL;
52 this->recmutex = mutexptr;
53 this->recmutex->lock();
58 if (this->mutex) this->mutex->unlock();
59 if (this->recmutex) this->recmutex->unlock();
63 #endif // !COIN_SBTHREADAUTOLOCK_H
Definition: SbThreadAutoLock.h:39
Definition: SbThreadMutex.h:39