Changeset 27639
- Timestamp:
- 12/31/08 03:00:28 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/cplusplus/i3/trunk/src/mol/include/mol/os-unix/Thread.h
r27636 r27639 26 26 ~Conditional() 27 27 { 28 pthread_ mutexattr_destroy(&mutexattr);28 pthread_cond_destroy(&cond); 29 29 pthread_mutex_destroy(&mutex); 30 30 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)