Changeset 18476 for lang/c/mpio/trunk/mp/iothreads/timer.h
- Timestamp:
- 08/30/08 15:15:48 (4 months ago)
- Files:
-
- 1 modified
-
lang/c/mpio/trunk/mp/iothreads/timer.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/c/mpio/trunk/mp/iothreads/timer.h
r18340 r18476 28 28 struct timer { 29 29 private: 30 class timer_thread : public pthread_thread<timer_thread>{30 class timer_thread { 31 31 public: 32 32 timer_thread(double interval_sec, void (*callback)(void*), void* obj) : 33 pthread_thread<timer_thread>(this),34 33 m_interval_usec(interval_sec * 1000 * 1000), 35 34 m_callback(callback),
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)