Ignore:
Timestamp:
Aug 30, 2022, 5:35:26 PM (20 months ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master, pthread-emulation
Children:
a0dbf20
Parents:
fbb930e
Message:

Purged "thread_local" from code base.
Replaced with C11's "_Thread_local", gcc's "thread" does not parse.
I don't know if _Thread_local and
thread are different or not.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/preemption.cfa

    rfbb930e r01ba701  
    666666// Kernel Signal Handlers
    667667//=============================================================================================
    668 __cfaabi_dbg_debug_do( static thread_local void * last_interrupt = 0; )
     668__cfaabi_dbg_debug_do( static _Thread_local void * last_interrupt = 0; )
    669669
    670670// Context switch signal handler
Note: See TracChangeset for help on using the changeset viewer.