Changeset 254ad1b for libcfa/src/concurrency/kernel_private.hfa
- Timestamp:
- Apr 24, 2021, 7:24:09 PM (3 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel_private.hfa
r734908c r254ad1b 32 32 } 33 33 34 void __schedule_thread( $thread * ) 35 #if defined(NDEBUG) || (!defined(__CFA_DEBUG__) && !defined(__CFA_VERIFY__)) 36 __attribute__((nonnull (1))) 37 #endif 38 ; 34 void schedule_thread$( $thread * ) __attribute__((nonnull (1))); 39 35 40 36 extern bool __preemption_enabled();
Note: See TracChangeset
for help on using the changeset viewer.