Ignore:
File:
1 edited

Legend:

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

    r92e7631 rf0ce5f4  
    7676        bool pending_preemption;
    7777
    78         // Idle lock (kernel semaphore)
    79         __bin_sem_t idle;
     78        // Idle lock
     79        __bin_sem_t idleLock;
    8080
    8181        // Termination
     
    8383        volatile bool do_terminate;
    8484
    85         // Termination synchronisation (user semaphore)
     85        // Termination synchronisation
    8686        semaphore terminated;
    8787
     
    126126
    127127        // List of processors
    128         __spinlock_t idle_lock;
     128        __spinlock_t proc_list_lock;
    129129        __dllist_t(struct processor) procs;
    130130        __dllist_t(struct processor) idles;
Note: See TracChangeset for help on using the changeset viewer.