Changeset 780
- Timestamp:
- 07/03/08 18:06:05 (2 months ago)
- Files:
-
- trunk/phobos/internal/monitor.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/phobos/internal/monitor.d
r779 r780 224 224 void setup() 225 225 { 226 pthread_mutex_init(&_mtx, _monitors_attr);226 pthread_mutex_init(&_mtx, &_monitors_attr); 227 227 } 228 228 void teardown()
