Ignore:
File:
1 edited

Legend:

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

    r1757f98 r089d30c  
    100100
    101101        // Idle lock (kernel semaphore)
    102         int idle_fd;
     102        int idle;
    103103
    104104        // Termination synchronisation (user semaphore)
     
    195195struct __cluster_proc_list {
    196196        // Spin lock protecting the queue
    197         __spinlock_t lock;
    198 
    199         // FD to use to wake a processor
    200         volatile int fd;
     197        volatile uint64_t lock;
    201198
    202199        // Total number of processors
Note: See TracChangeset for help on using the changeset viewer.