Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/io/setup.cfa

    r8fc652e0 r3c80ccc  
    149149                id.full_proc = false;
    150150                id.id = doregister(&id);
    151                 __cfaabi_tls.this_proc_id = &id;
     151                kernelTLS.this_proc_id = &id;
    152152                __cfaabi_dbg_print_safe( "Kernel : IO poller thread starting\n" );
    153153
     
    179179                                __cfadbg_print_safe(io_core, "Kernel I/O : Unparking io poller %p\n", io_ctx);
    180180                                #if !defined( __CFA_NO_STATISTICS__ )
    181                                         __cfaabi_tls.this_stats = io_ctx->self.curr_cluster->stats;
     181                                        kernelTLS.this_stats = io_ctx->self.curr_cluster->stats;
    182182                                #endif
    183183                                post( io_ctx->sem );
Note: See TracChangeset for help on using the changeset viewer.