- File:
-
- 1 edited
-
libcfa/src/concurrency/kernel.cfa (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.cfa
r12daa43 r733fd3d 15 15 16 16 #define __cforall_thread__ 17 #define _GNU_SOURCE18 19 17 // #define __CFA_DEBUG_PRINT_RUNTIME_CORE__ 20 18 … … 280 278 281 279 // Spin a little on I/O, just in case 282 for(5) {280 for(5) { 283 281 __maybe_io_drain( this ); 284 282 readyThread = pop_fast( this->cltr ); … … 287 285 288 286 // no luck, try stealing a few times 289 for(5) {287 for(5) { 290 288 if( __maybe_io_drain( this ) ) { 291 289 readyThread = pop_fast( this->cltr );
Note:
See TracChangeset
for help on using the changeset viewer.