- File:
-
- 1 edited
-
libcfa/src/concurrency/kernel.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.cfa
r70b4aeb9 r7cf3b1d 196 196 197 197 if( !readyThread ) { 198 __tls_stats()->io.flush.idle++;199 198 __cfa_io_flush( this, 0 ); 200 199 … … 245 244 246 245 if(this->io.pending && !this->io.dirty) { 247 __tls_stats()->io.flush.dirty++;248 246 __cfa_io_flush( this, 0 ); 249 247 }
Note:
See TracChangeset
for help on using the changeset viewer.