Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
MutexLock.ccGo to the documentation of this file.00001 #include "MutexLock.h" 00002 00003 unsigned int MutexLockBase::usleep_granularity=5000; 00004 00005 #ifndef PLATFORM_APERIOS 00006 SemaphoreManager MutexLockBase::preallocated; 00007 SemaphoreManager* MutexLockBase::semgr=&preallocated; 00008 #endif 00009 00010 /*! @file 00011 * @brief Defines MutexLock, a software only mutual exclusion lock. 00012 * @author ejt (Creator), Edward A. Lycklama, Vassos Hadzilacos (paper from which this was based) 00013 * 00014 * $Author: ejt $ 00015 * $Name: tekkotsu-2_4_1 $ 00016 * $Revision: 1.2 $ 00017 * $State: Exp $ 00018 * $Date: 2005/06/01 05:47:46 $ 00019 */ |
Tekkotsu v2.4.1 |
Generated Tue Aug 16 16:32:48 2005 by Doxygen 1.4.4 |