Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/invoke.h

    rb93bf85 r2fe64ba  
    255255        #ifdef __cforall
    256256        extern "Cforall" {
    257         static inline bool exception_in_flight() {
    258             return __get_stack( &active_thread()->self_cor )->exception_context.current_exception != 0p;
    259         }
    260 
    261257                static inline thread$ * volatile & ?`next ( thread$ * this ) {
    262258                        return this->user_link.next;
Note: See TracChangeset for help on using the changeset viewer.