14#ifndef MUTEXTRUEIMPL_H
15#define MUTEXTRUEIMPL_H
34#ifdef THREAD_SIMPLE_IMPL
37typedef MutexSimpleImpl MutexTrueImpl;
38#undef HAVE_REMUTEXTRUEIMPL
42typedef MutexImpl MutexTrueImpl;
44typedef ReMutexImpl ReMutexTrueImpl;
45#define HAVE_REMUTEXTRUEIMPL 1
50typedef ReMutexSpinlockImpl ReMutexTrueImpl;
51#define HAVE_REMUTEXTRUEIMPL 1
54#undef HAVE_REMUTEXTRUEIMPL
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.