Changes in libcfa/src/concurrency/invoke.h [b93bf85:2fe64ba]
- File:
-
- 1 edited
-
libcfa/src/concurrency/invoke.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/invoke.h
rb93bf85 r2fe64ba 255 255 #ifdef __cforall 256 256 extern "Cforall" { 257 static inline bool exception_in_flight() {258 return __get_stack( &active_thread()->self_cor )->exception_context.current_exception != 0p;259 }260 261 257 static inline thread$ * volatile & ?`next ( thread$ * this ) { 262 258 return this->user_link.next;
Note:
See TracChangeset
for help on using the changeset viewer.