Changeset 527acfc for libcfa/src/concurrency/kernel_private.hfa
- Timestamp:
- Jul 16, 2020, 5:30:07 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 50d529e
- Parents:
- 0aa20e3 (diff), efc171d1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel_private.hfa
r0aa20e3 r527acfc 36 36 } 37 37 38 void __schedule_thread( struct __processor_id_t *, $thread * ) __attribute__((nonnull (2))); 38 void __schedule_thread( struct __processor_id_t *, $thread * ) 39 #if defined(NDEBUG) || (!defined(__CFA_DEBUG__) && !defined(__CFA_VERIFY__)) 40 __attribute__((nonnull (2))) 41 #endif 42 ; 39 43 40 44 //Block current thread and release/wake-up the following resources
Note: See TracChangeset
for help on using the changeset viewer.