Ignore:
Timestamp:
Apr 24, 2021, 7:24:09 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
a76efc8, cfff639
Parents:
734908c
Message:

Separate schedule_thread from the scheduler lock

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/kernel_private.hfa

    r734908c r254ad1b  
    3232}
    3333
    34 void __schedule_thread( $thread * )
    35 #if defined(NDEBUG) || (!defined(__CFA_DEBUG__) && !defined(__CFA_VERIFY__))
    36         __attribute__((nonnull (1)))
    37 #endif
    38 ;
     34void schedule_thread$( $thread * ) __attribute__((nonnull (1)));
    3935
    4036extern bool __preemption_enabled();
Note: See TracChangeset for help on using the changeset viewer.