Ignore:
Timestamp:
Apr 14, 2021, 4:28:55 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:
fc59b580
Parents:
a7504db
Message:

Incremental change towards having the cluster keep a list of active processors.

File:
1 edited

Legend:

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

    ra7504db r6a9b12b  
    247247//-----------------------------------------------------------------------
    248248// Cluster idle lock/unlock
    249 static inline void lock(__cluster_idles & this) {
     249static inline void lock(__cluster_proc_list & this) {
    250250        /* paranoid */ verify( ! __preemption_enabled() );
    251251
     
    268268}
    269269
    270 static inline void unlock(__cluster_idles & this) {
     270static inline void unlock(__cluster_proc_list & this) {
    271271        /* paranoid */ verify( ! __preemption_enabled() );
    272272
Note: See TracChangeset for help on using the changeset viewer.