Tekkotsu 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 #if !defined(PLATFORM_APERIOS) && TEKKOTSU_SHM_STYLE!=NO_SHM 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-4_0 $ 00016 * $Revision: 1.5 $ 00017 * $State: Exp $ 00018 * $Date: 2007/06/14 06:22:29 $ 00019 */ |
Tekkotsu v4.0 |
Generated Thu Nov 22 00:54:54 2007 by Doxygen 1.5.4 |