Ignore:
Timestamp:
Jun 15, 2021, 5:18:59 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
3814957
Parents:
5e2ed05
Message:

Started work on kernel_getcpu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/kernel/startup.cfa

    r5e2ed05 r3489ea6  
    137137};
    138138
     139#if   defined(CFA_HAVE_LINUX_LIBRSEQ)
     140        // No data needed
     141#elif defined(CFA_HAVE_LINUX_RSEQ_H)
     142        extern "Cforall" {
     143                thread_local volatile struct rseq __cfaabi_rseq;
     144        }
     145#else
     146        // No data needed
     147#endif
     148
    139149//-----------------------------------------------------------------------------
    140150// Struct to steal stack
Note: See TracChangeset for help on using the changeset viewer.