Changeset 24063
- Timestamp:
- 02/22/08 08:51:11 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
haiku/trunk/src/system/kernel/condition_variable.cpp
r23980 r24063 163 163 || ((flags & B_KILL_CAN_INTERRUPT) 164 164 && (thread->sig_pending & KILL_SIGNALS))) { 165 // remove all of the thread's entries from their variables 166 entry = firstEntry; 167 while (entry) { 168 entry->_Remove(); 169 entry = entry->fThreadNext; 170 } 165 171 return B_INTERRUPTED; 166 172 }
