#include <phStandard.h>
#include <phStdint.h>
#include <phMutex.h>
Go to the source code of this file.
Classes | |
| class | phRWLock |
| This class provides a platform independent Reader-Writer class. More... | |
Defines | |
| #define | phRWLOCK_READLOCK(rw, l) |
| #define | phRWLOCK_READLOCK_LOOSE(rw, l) |
| #define | phRWLOCK_WRITELOCK(rw, l) |
| #define | phRWLOCK_WRITELOCK_LOOSE(rw, l) |
| #define | phRWLOCK_UNLOCK(rw, l) |
| #define | phRWLOCK_UNLOCK_LOOSE(rw, l) |
| #define | phRWLOCK_UNLOCK_ERROR(rw, l) |
| #define | phRWLock_OWNED 1 |
| #define | phRWLock_NOTLOCKED 1 |
Typedefs | |
| typedef ph_rwlock_info_t * | ph_rwlock_info |
| Copyright (C) 2002 - 2007 |
Philip D.S. Thoren ( pthoren@users.sourceforge.net ) University Of Massachusetts at Lowell Robotics Lab |
|
1.4.4