- Timestamp:
- 11/25/15 12:56:33 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/concurrent.cpp
r2446 r3068 96 96 { 97 97 int result = pthread_mutex_destroy(&mutex); 98 if (result != 0) { 99 LOG(result); 100 } 98 101 result = pthread_cond_destroy(&cond); 102 if (result != 0) { 103 LOG(result); 104 } 99 105 } 100 106
Note:
See TracChangeset
for help on using the changeset viewer.