Changeset cef7430 for libcfa/src/concurrency/kernel.cfa
- Timestamp:
- Jan 28, 2022, 2:50:51 PM (4 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- 3e5db5b4
- Parents:
- 6b2d444 (diff), e21f253 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
libcfa/src/concurrency/kernel.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.cfa
r6b2d444 rcef7430 196 196 197 197 if( !readyThread ) { 198 __tls_stats()->io.flush.idle++; 198 199 __cfa_io_flush( this, 0 ); 199 200 … … 244 245 245 246 if(this->io.pending && !this->io.dirty) { 247 __tls_stats()->io.flush.dirty++; 246 248 __cfa_io_flush( this, 0 ); 247 249 }
Note:
See TracChangeset
for help on using the changeset viewer.